-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1.13 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
{
"name": "cvedu",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@babel/standalone": "^7.17.9",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "4.0.0-alpha.61",
"@material-ui/styles": "^4.11.5",
"@monaco-editor/react": "^4.4.2",
"@react-spring/three": "9.4.4",
"@react-three/drei": "^9.5.2",
"@react-three/fiber": "8.0.12",
"@react-three/postprocessing": "^2.3.2",
"@types/react": "^18.0.5",
"@types/react-dom": "^18.0.1",
"@types/three": "^0.139.0",
"@vitejs/plugin-react": "^1.3.1",
"monaco-editor": "^0.33.0",
"prettier": "^2.6.2",
"prop-types": "^15.8.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-icons": "^4.3.1",
"react-spring": "^9.4.4",
"react-use-gesture": "^9.1.3",
"three": "0.139.2",
"three-stdlib": "^2.9.1",
"typescript": "^4.6.3",
"vite": "^2.9.5"
},
"scripts": {
"start": "vite",
"build": "vite build",
"format": "prettier --write ."
}
}