-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.02 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
{
"name": "example",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html"
},
"dependencies": {
"@types/ace": "^0.0.43",
"ace": "^1.3.0",
"ace-builds": "^1.4.12",
"budo": "^11.6.4",
"drei": "^1.3.2",
"lib": "^4.3.0",
"react": ">= 16.8.0",
"react-ace": "^9.1.4",
"react-app-polyfill": "^1.0.6",
"react-dom": ">= 16.8.0",
"react-spring": "^8.0.27",
"react-three-fiber": "^4.2.20",
"three": "^0.120.0",
"trim-right": "^1.0.1"
},
"alias": {
"react": "../node_modules/react",
"react-dom": "../node_modules/react-dom/profiling",
"scheduler/tracing": "../node_modules/scheduler/tracing-profiling",
"@react-spring/web": "../node_modules/@react-spring/web",
"@react-spring/three": "../node_modules/@react-spring/three"
},
"devDependencies": {
"@types/react": "^16.9.48",
"@types/react-dom": "^16.9.8",
"parcel": "^1.12.4",
"typescript": "^4.0.2"
}
}