-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
29 lines (29 loc) · 895 Bytes
/
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
{
"name": "iotodo",
"scripts": {
"ancient": "clojure -Sdeps '{:deps {com.github.liquidz/antq {:mvn/version \"RELEASE\"}}}' -m antq.core",
"shadow": "shadow-cljs watch app",
"shadow-release": "shadow-cljs release app",
"build-report": "shadow-cljs run shadow.cljs.build-report app target/build-report.html",
"webpack": "webpack --watch",
"webpack-release": "webpack --mode production",
"release": "run-s shadow-release webpack-release",
"watch": "run-p shadow webpack"
},
"dependencies": {
"@ionic/react": "^6.6.2",
"@ionic/react-router": "^6.6.2",
"ionicons": "^7.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"use-sync-external-store": "^1.2.0"
},
"devDependencies": {
"css-loader": "^6.7.3",
"npm-run-all": "^4.1.5",
"shadow-cljs": "2.22.7",
"style-loader": "3.3.2",
"webpack": "5.76.2",
"webpack-cli": "5.0.1"
}
}