-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1023 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
34
35
36
37
38
39
40
{
"name": "ink_player",
"version": "0.2.0",
"private": true,
"dependencies": {
"dotenv": "^7.0.0",
"history": "4.7.2",
"hoist-non-react-statics": "2.5.5",
"invariant": "2.2.4",
"isarray": "0.0.1",
"js-tokens": "4.0.0",
"loose-envify": "1.4.0",
"object-assign": "4.1.1",
"path-to-regexp": "1.7.0",
"prop-types": "15.6.2",
"react-router": "4.3.1",
"react-router-dom": "4.3.1",
"resolve-pathname": "2.2.0",
"truffle-hdwallet-provider": "^1.0.6",
"value-equal": "0.4.0",
"warning": "4.0.2"
},
"scripts": {
"start": "truffle compile && truffle migrate --reset && cd client && npm run start",
"build": "cd client && npm run build",
"test": "cd client && npm run test",
"eject": "cd client && npm run eject",
"compile": "truffle compile",
"migrate": "truffle migrate --reset"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}