-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
39 lines (39 loc) · 979 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
{
"name": "feel-good",
"version": "0.1.0",
"dependencies": {
"antd": "^3.2.1",
"gh-pages": "^1.1.0",
"mnid": "^0.1.1",
"qrcode.react": "^0.7.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.1",
"truffle-contract": "^3.0.3",
"uport-connect": "^0.7.0",
"web3": "^1.0.0-beta.30"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"babel-plugin-import": "^1.6.4",
"react-app-rewire-less": "^2.1.0",
"react-app-rewired": "^1.4.1",
"zeppelin-solidity": "^1.6.0"
},
"standard": {
"global": [
"artifacts",
"sessionStorage"
]
},
"license": "MIT",
"homepage": "http://TeamPhoenix-Ethdenver.github.io/FeelGood"
}