-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 1.05 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
{
"name": "kinto-todo",
"scripts": {
"start": "npm run css:build && npx run-pty % npm run css:watch % npm run watch",
"css:prod": "NODE_ENV=production npm run css:build",
"css:build": "npx tailwindcss -i src/style.css -o ./resources/public/style.css",
"css:watch": "npx tailwindcss -i src/style.css -o ./resources/public/style.css --watch",
"ancient": "clojure -Sdeps '{:deps {com.github.liquidz/antq {:mvn/version \"RELEASE\"}}}' -m antq.core",
"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",
"ci": "npx shadow-cljs compile karma-test && npx karma start --single-run --reporters junit,dots"
},
"dependencies": {
"react": "17.0.2",
"react-dom": "17.0.2",
"tailwindcss": "^2.2.19"
},
"devDependencies": {
"karma": "6.3.4",
"karma-chrome-launcher": "3.1.0",
"karma-cljs-test": "0.1.0",
"karma-junit-reporter": "2.0.1",
"shadow-cljs": "2.15.2"
}
}