-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 965 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 965 Bytes
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
{
"name": "token-vesting-ui",
"version": "0.1.0",
"private": true,
"author": "Martín Triay <[email protected]>",
"dependencies": {
"amn-token-contract": "0.1.1",
"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": "^4.1.8",
"truffle-contract": "^3.0.5",
"truffle-ledger-provider": "^0.0.2",
"web3": "^1.0.0-beta.34",
"zeppelin-solidity": "^1.9.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": "./contracts/build"
}
}