-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.3 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
60
61
62
63
64
65
66
{
"name": "transition-colonies",
"version": "1.0.0",
"description": "Creating new opportunities for displaced people in transition",
"scripts": {
"postinstall": "git submodule update --init --recursive && cd lib/colonyNetwork && yarn",
"deploy-contracts": "cd lib/colonyNetwork && ./node_modules/.bin/truffle migrate --compile-all --reset",
"start-ganache": "cd lib/colonyNetwork && ganache-cli -d --gasLimit 7000000 --acctKeys ganache-accounts.json",
"start-trufflepig": "cd lib/colonyNetwork && trufflepig --ganacheKeyFile ganache-accounts.json",
"seed-network": "node scripts/seed_network seedNetwork",
"build": "webpack -p --config webpack/production.config.js",
"start": "node server/server",
"watch": "rm -f public/index.min.css && webpack -w --config webpack/development.config.js",
"test": "jest"
},
"contributors": [
"Ryan Christoffersen <[email protected]>"
],
"license": "MIT",
"dependencies": {
"@colony/colony-js-adapter-ethers": "^1.5.3",
"@colony/colony-js-client": "^1.5.3",
"@colony/colony-js-contract-loader-http": "^1.4.1",
"@colony/colony-js-contract-loader-network": "^1.0.3",
"bn.js": "^4.11.8",
"buffer": "^5.1.0",
"dotenv": "^6.0.0",
"dotenv-webpack": "^1.5.7",
"ethers": "^3.0.17",
"express": "^4.16.3",
"ipfs": "^0.29.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-redux": "^5.0.7",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"redux": "^4.0.0",
"redux-logger": "^3.0.6"
},
"devDependencies": {
"autoprefixer": "^8.6.2",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"css-loader": "^0.28.11",
"css-modules-require-hook": "^4.2.3",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"ganache-cli": "^6.1.0",
"jest": "^23.1.0",
"make-runnable": "^1.3.6",
"node-sass": "^4.9.0",
"postcss-loader": "^2.1.5",
"precss": "^1.4.0",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"trufflepig": "^1.0.4",
"webpack": "^4.12.1",
"webpack-cli": "^3.0.8",
"webpack-merge": "^4.1.3"
}
}