-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.2 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
40
41
42
43
44
45
{
"name": "onemore",
"version": "1.0.0",
"description": "is a provably fair dice game ported to Harmony",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"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",
"test:contracts": "truffle test",
"clean": "rm -rf public/js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zgendao/onemore.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zgendao/onemore/issues"
},
"homepage": "https://github.com/zgendao/onemore",
"dependencies": {
"create-react-class": "15.6.3",
"react": "16.13.1",
"react-dom": "16.13.1",
"@harmony-js/core": "^0.1.46",
"dotenv": "^8.2.0",
"truffle-assertions": "^0.8.2",
"tslib": "^2.0.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-2": "^6.3.13",
"babel-preset-stage-3": "^6.3.13",
"babel-polyfill": "^6.7.4",
"yargs": "^13.2.4"
},
"devDependencies": {
"shadow-cljs": "2.8.95"
}
}