-
Notifications
You must be signed in to change notification settings - Fork 95
/
package.json
44 lines (44 loc) · 1.28 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
{
"name": "game",
"version": "1.0.0",
"description": "",
"scripts": {
"init": "confy-core init --env=development",
"start": "confy-core start --env=development",
"build": "confy-core build --env=production",
"test": "confy-core test --env=test",
"config": "confy-core show-config --env=development"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"@confy/core": "^0.5.2",
"@confy/preset-react": "^0.3.2",
"@confy/preset-typescript": "^0.2.0",
"@emotion/babel-preset-css-prop": "^10.0.23",
"@pmmmwh/react-refresh-webpack-plugin": "^0.1.3",
"@types/animejs": "^3.1.0",
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.5",
"@types/three": "^0.103.2",
"cross-env": "^7.0.2",
"react-refresh": "^0.7.2",
"terser-webpack-plugin": "^2.3.6"
},
"dependencies": {
"@emotion/core": "^10.0.22",
"animejs": "^3.1.0",
"drei": "^0.0.54",
"easystarjs": "^0.4.3",
"fast-simplex-noise": "3.2.0",
"immer": "^6.0.3",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-three-fiber": "^4.2.8",
"three": "^0.112.1",
"zustand": "^2.2.3"
}
}