-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
35 lines (35 loc) · 1.15 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
{
"name": "racing-game-cljs",
"scripts": {
"watch": "npx shadow-cljs watch app browser-test karma-test",
"release": "npx shadow-cljs release app",
"build-report": "npx shadow-cljs run shadow.cljs.build-report app target/build-report.html",
"clean": "rm -rf .shadow-cljs resources/public/js/compiled target",
"cl": "rm -rf .shadow-cljs resources/public/js/compiled node_modules package-lock.json target",
"pack": "npx webpack --entry /target/index.js -o resources/public/js/"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^8.2.2",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"shadow-cljs": "2.14.4",
"webpack-cli": "^4.7.2"
},
"dependencies": {
"@pmndrs/branding": "^0.0.8",
"@react-three/cannon": "2.1.2",
"@react-three/drei": "^6.1.1",
"@react-three/fiber": "7.0.1",
"@react-three/postprocessing": "2.0.4",
"highlight.js": "10.7.1",
"inter-ui": "^3.18.1",
"leva": "^0.9.11",
"lodash-es": "^4.17.21",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"three": "0.129.0",
"zustand": "^3.5.2"
}
}