-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1010 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
30
31
32
33
{
"name": "shadow-cljs-devcards",
"version": "0.1.0",
"private": true,
"scripts": {
"sc": "shadow-cljs",
"start": "shadow-cljs watch app",
"build": "yarn clean && shadow-cljs release app",
"test": "shadow-cljs watch test --config-merge \"{:autorun true}\"",
"test:once": "shadow-cljs compile test && node out/test.js",
"e2e": "shadow-cljs compile e2e && node out/e2e.js",
"lint": "clj-kondo --lint src",
"format": "zprint-clj -i \"./src/**/*.{clj,cljs,cljc,edn}\" -o ./ && zprint-clj -i \"./*.edn\" -o ./",
"clean": "rimraf public/js"
},
"devDependencies": {
"clj-kondo": "2019.10.11-alpha.1",
"marked": "^0.7.0",
"rimraf": "~3.0.0",
"serve-handler": "~6.1.2",
"shadow-cljs": "~2.8.69",
"taiko": "~1.0.2",
"zprint-clj": "^0.5.0"
},
"dependencies": {
"bufferutil": "^4.0.5",
"create-react-class": "~15.6.3",
"ethers": "^5.5.2",
"react": "~16.11.0",
"react-dom": "~16.11.0",
"utf-8-validate": "^5.0.7"
}
}