-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.33 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "asciidoc-editor",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@carbon/charts-react": "^1.6.14",
"@carbon/ibm-products": "^1.42.1",
"@carbon/icons-react": "^11.16.0",
"@carbon/import-once": "^10.7.0",
"@carbon/react": "^1.22.0",
"asciidoctor": "3.0.0-alpha.4",
"axios": "^1.3.2",
"d3": "^7.8.3",
"d3-axis": "^3.0.0",
"d3-brush": "^3.0.0",
"d3-ease": "^3.0.1",
"d3-hierarchy": "^3.1.2",
"d3-scale": "^4.0.2",
"d3-selection": "^3.0.0",
"firebase": "^9.17.2",
"prismjs": "^1.29.0",
"qs": "^6.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-infinite-scroll-component": "^6.1.0",
"react-responsive": "^9.0.2",
"react-router": "^6.8.1",
"react-router-dom": "^6.8.1",
"react-simple-code-editor": "^0.13.1",
"sass": "^1.58.0",
"state": "^0.2.0"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"eslint": "^8.34.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-custom-rules": "file:./eslint-plugin-custom-rules",
"vite": "^4.1.0",
"vite-plugin-eslint": "^1.8.1"
}
}