-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.38 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
{
"name": "sens-token",
"version": "0.0.3",
"private": true,
"dependencies": {
"bignumber-to-string": "^0.1.4",
"prop-types": "^15.6.0",
"react": "^16.1.1",
"react-aux": "^1.1.0",
"react-dom": "^16.1.1",
"react-icons": "^2.2.7",
"react-jss": "^8.1.0",
"react-loading-animation": "^1.4.0",
"react-redux": "^5.0.6",
"react-scripts": "1.0.17",
"redux": "^3.7.2",
"redux-form": "^7.1.2",
"redux-logger": "^3.0.6",
"redux-saga": "^0.16.0",
"reselect": "^3.0.1",
"semantic-ui-css": "^2.2.12",
"semantic-ui-react": "^0.76.0",
"truffle-contract": "^3.0.1",
"web3": "^1.0.0-beta.26",
"zeppelin-solidity": "^1.3.0"
},
"scripts": {
"migrate:rinkeby": "truffle migrate --network rinkeby && cp build/contracts/SensToken.json src/Token.json",
"migrate:local": "truffle migrate --reset && cp build/contracts/SensToken.json src/Token.json",
"start": "react-scripts start",
"build": "npm run migrate:rinkeby && cp build/contracts/SensToken.json src/Token.json && react-scripts build",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"test": "truffle test && react-scripts test --env=jsdom",
"dev": "npm run migrate:local && npm run start"
},
"devDependencies": {
"gh-pages": "^1.1.0",
"truffle-hdwallet-provider": "^0.0.3"
},
"homepage": "https://futuremarc.github.io/SensToken"
}