-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 984 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
{
"name": "step-token-vesting-ui",
"version": "0.1.0",
"private": true,
"author": "Martín Triay <[email protected]>",
"dependencies": {
"chai": "^4.0.2",
"chai-as-promised": "^7.0.0",
"chai-bignumber": "^2.0.0",
"bootstrap": "^3.3.7",
"chart.js": "^2.7.0",
"ethereumjs-testrpc": "^6.0.3",
"moment": "^2.19.3",
"react": "^16.0.0",
"react-bootstrap": "^0.31.3",
"react-chartjs-2": "^2.6.4",
"react-dom": "^16.0.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.14",
"require-symlink": "^0.2.0",
"truffle": "^3.4.11",
"truffle-contract": "^1.1.11",
"web3": "^1.0.0-beta.23",
"zeppelin-solidity": "^1.6.0"
},
"scripts": {
"start": "require-link && react-scripts start",
"build": "require-link && react-scripts build",
"test": "require-link && react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"requireSymlinks": {
"contracts": "./build/contracts"
}
}