-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.35 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": "todoish",
"version": "1.0.0",
"description": "",
"private": true,
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"react-grid-layout": "^0.18.3",
"react-transition-group": "^4.3.0"
},
"scripts": {
"client/main": "npx shadow-cljs watch :main",
"client/workspaces": "npx shadow-cljs watch :workspaces",
"client/tests": "npx shadow-cljs watch :test",
"client/cljs": "shadow-cljs cljs-repl :main",
"client/clj": "shadow-cljs clj-repl",
"client/server": "npx shadow-cljs server",
"client/nodejs": "npx shadow-cljs node-repl",
"clj/watch-tests": "clojure -A:dev:clj-tests -J-Dghostwheel.enabled=true --watch",
"server": "clojure -A:dev -J-Dtrace -J-Dghostwheel.enabled=true",
"start": "npx run-p client/server server"
},
"devDependencies": {
"intl-messageformat": "^9.3.12",
"karma": "^6.3.9",
"karma-chrome-launcher": "^3.1.0",
"karma-cljs-test": "^0.1.0",
"highlight.js": "11.3.1",
"reakit": "^1.3.11",
"npm-run-all": "^4.1.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"shadow-cljs": "^2.11.6"
},
"author": "Björn Ebbinghaus",
"license": "MIT"
}