-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 766 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 766 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
{
"scripts": {
"clean": "rm -rf node_modules/ && rm -rf package-lock.json && rm -rf .shadow-cljs/ && rm -rf resources/public/js resources/js && rm -rf .lsp/",
"tests": "shadow-cljs compile ci && npx karma start --single-run",
"production-build": "shadow-cljs release spread-x"
},
"dependencies": {
"highlight.js": "^10.4.1",
"karma": "^6.0.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-grid-layout": "0.16.6",
"react-icons": "2.2.7",
"reakit": "^1.3.2"
},
"devDependencies": {
"@testing-library/react": "^11.2.3",
"@testing-library/user-event": "^12.6.1",
"@sinonjs/fake-timers": "^7.0.2",
"karma-chrome-launcher": "^2.2.0",
"karma-cljs-test": "^0.1.0",
"shadow-cljs": "^2.11.8"
}
}