-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.17 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.17 KB
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
{
"name": "jbook",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@babel/parser": "^7.21.4",
"@babel/traverse": "^7.21.4",
"@fortawesome/fontawesome-free": "^6.4.0",
"@monaco-editor/react": "4.4.6",
"@types/babel__traverse": "^7.18.3",
"@types/prettier": "^2.7.2",
"@types/react-redux": "^7.1.25",
"@types/react-resizable": "^3.0.4",
"@uiw/react-md-editor": "^3.20.8",
"axios": "^1.3.5",
"bulmaswatch": "^0.8.1",
"esbuild-wasm": "0.8.27",
"immer": "^10.0.1",
"localforage": "^1.10.0",
"monaco-editor": "^0.37.0",
"monaco-jsx-highlighter": "^2.0.4",
"prettier": "^2.8.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-resizable": "^3.0.5",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"typescript": "^4.9.3",
"vite": "^4.2.0"
},
"prettier": {
"tabWidth": 4,
"singleQuote": true
}
}