generated from zgendao/shadow-cljs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 896 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
{
"name": "cljs-project",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"sc": "shadow-cljs",
"server": "shadow-cljs stop && shadow-cljs start",
"start": "shadow-cljs watch app",
"build": "yarn clean && shadow-cljs release app",
"test": "shadow-cljs compile test && node out/test.js",
"clean": "rm -rf public/js"
},
"dependencies": {
"@tippyjs/react": "^4.1.0",
"animate-css-grid": "^1.4.3",
"cheshire": "https://github.com/dakrone/cheshire.git",
"create-react-class": "15.6.3",
"cryptocurrency-icons": "https://github.com/Brunya/cryptocurrency-icons",
"incognito-js": "https://github.com/incognitochain/sdk-v2",
"isarray": "^2.0.1",
"qrcode": "^1.4.4",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-inlinesvg": "^2.0.1",
"sass": "^1.26.10"
},
"devDependencies": {
"shadow-cljs": "2.10.2"
}
}