-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 818 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 818 Bytes
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
{
"scripts": {
"test": "shadow-cljs watch test",
"test:ci": "shadow-cljs compile ci && karma start --single-run",
"test:render": "shadow-cljs compile render-test && node ./tests/render_test/run.js",
"examples": "shadow-cljs watch examples"
},
"dependencies": {
"@cljs-oss/module-deps": "^1.1.1",
"cryptiles": "^4.1.3",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"three": "^0.183.1"
},
"devDependencies": {
"express": "^5.2.1",
"hoek": "^6.1.3",
"karma": "^6.3.16",
"karma-chrome-launcher": "^2.2.0",
"karma-cljs-test": "^0.1.0",
"karma-firefox-launcher": "^1.3.0",
"karma-junit-reporter": "^1.2.0",
"lodash": ">=4.17.23",
"looks-same": "^7.2.1",
"minimist": ">=1.2.6",
"puppeteer": "^24.0.0",
"shadow-cljs": "^3.3.5"
}
}