forked from OpenZeppelin/token-vesting-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 987 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
{
"name": "token-vesting-ui",
"version": "0.1.0",
"private": true,
"author": "Martín Triay <[email protected]>",
"dependencies": {
"bootstrap": "^3.3.7",
"chart.js": "^2.7.0",
"ethereumjs-testrpc": "^6.0.3",
"moment": "^2.19.1",
"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": "git+https://[email protected]/OpenZeppelin/zeppelin-solidity.git#8e01dd14f9211239213ae7bd4c6af92dd18d4ab7"
},
"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"
}
}