-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
37 lines (37 loc) · 1.02 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
{
"name": "menlo_one_townhall",
"version": "1.0.0",
"private": true,
"dependencies": {
"bl": "^1.2.2",
"buffer": "^5.1.0",
"cids": "^0.5.3",
"ipfs": "^0.28.2",
"ipfs-api": "^18.1.1",
"multihashing": "^0.3.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-scripts": "1.1.1",
"through2": "^2.0.3",
"truffle-contract": "^3.0.4",
"web3": "^1.0.0-beta.33"
},
"scripts": {
"start": "NODE_PATH=./src react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"menlo:deploy": "yarn run shipit staging deploy",
"menlo:create-integration-accounts": "node scripts/create-accounts.js",
"menlo:setup": "./scripts/menlo-setup.sh",
"menlo:parity-dev-chain": "./scripts/menlo-parity-start.sh"
},
"devDependencies": {
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"dotenv": "^5.0.1",
"shipit-cli": "^4.0.2",
"shipit-deploy": "^4.0.2",
"truffle": "^4.1.5"
}
}