-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.74 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "menlo-one-expo",
"version": "0.1.0",
"private": true,
"engines": {
"node": "8.11.2"
},
"dependencies": {
"axios": "^0.18.0",
"bl": "^1.2.2",
"bootstrap": "^4.1.1",
"bs58": "^4.0.1",
"buffer": "^5.1.0",
"chart.js": "^2.7.2",
"cids": "^0.5.3",
"d3-dsv": "^1.0.8",
"d3-format": "^1.3.0",
"d3-time-format": "^2.1.1",
"ipfs-api": "^24.0.2",
"multihashing": "^0.3.2",
"openzeppelin-solidity": "1.12.0",
"react": "^16.4.1",
"react-animate-height": "^2.0.5",
"react-blockies": "^1.3.0",
"react-chartjs-2": "^2.7.2",
"react-countdown-now": "^1.3.0",
"react-dom": "^16.4.1",
"react-moment": "^0.7.9",
"react-responsive-embed": "^2.1.0",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"react-stockcharts": "^0.7.7",
"through2": "^2.0.3",
"truffle-contract": "^3.0.4",
"truffle-hdwallet-provider": "0.0.6",
"truffle-hdwallet-provider-privkey": "^0.3.0",
"web3": "^1.0.0-beta.33"
},
"scripts": {
"compile": "./scripts/make_flat.sh && truffle compile && truffle deploy --network develop --reset",
"start": "NODE_PATH=./src react-scripts start",
"create-accounts": "node scripts/create-accounts.js",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"menlo:deploy": "yarn run shipit staging deploy",
"menlo:install-ipfs": "./scripts/install-ipfs.sh",
"menlo:parity-dev-chain": "./scripts/menlo-parity-start.sh"
},
"devDependencies": {
"babel-polyfill": "^6.26.0",
"dotenv": "^5.0.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"shipit-cli": "^4.0.2",
"shipit-deploy": "^4.0.2",
"truffle": "^4.1.13"
}
}