forked from daostack/alchemy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
193 lines (193 loc) · 7.03 KB
/
package.json
File metadata and controls
193 lines (193 loc) · 7.03 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
{
"name": "alchemy-client",
"version": "0.6.0",
"description": "React based client app for interacting with DAO Stack",
"author": "Tibet Sprague",
"license": "GPL-3.0",
"main": "./src/index.tsx",
"repository": {
"type": "git",
"url": "git+https://github.com/daostack/alchemy.git"
},
"engines": {
"node": "=9.5",
"npm": "=5.10"
},
"jest": {
"testURL": "http://localhost:3000/",
"transform": {
".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testPathIgnorePatterns": [
"/node_modules/",
"/lib/",
"/test/e2e/"
],
"testRegex": "(/test/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"json"
],
"moduleNameMapper": {
"\\.(scss|css|less)$": "identity-obj-proxy",
"^actions(.*)$": "<rootDir>/src/actions$1",
"^components(.*)$": "<rootDir>/src/components$1",
"^constants(.*)$": "<rootDir>/src/constants$1",
"^layouts(.*)$": "<rootDir>/src/layouts$1",
"^lib(.*)$": "<rootDir>/src/lib$1",
"^reducers(.*)$": "<rootDir>/src/reducers$1",
"^selectors(.*)$": "<rootDir>/src/selectors$1",
"^schemas(.*)$": "<rootDir>/src/schemas$1",
"^src(.*)$": "<rootDir>/src$1"
}
},
"scripts": {
"analyze": "NODE_ENV=production ANALYZE=1 node --max_old_space_size=4096 node_modules/.bin/webpack --config webpack.prod.config.js --progress --colors",
"cache-arc-dev": "ts-node src/run_cache_worker.ts",
"cache-arc-staging": "cross-env NODE_ENV=production arcjs_network=kovan ts-node src/run_cache_worker.ts",
"cache-arc-prod": "cross-env NODE_ENV=production arcjs_network=live ts-node src/run_cache_worker.ts",
"build": "cross-env NODE_ENV=production webpack --config webpack.prod.config.js",
"heroku-postbuild": "npm run build && tsc",
"ganache": "npm explore @daostack/arc.js -- npm start ganache.run",
"ganacheDb": "npm explore @daostack/arc.js -- npm start ganacheDb.run",
"ganacheDb-clean": "npm explore @daostack/arc.js -- npm start ganacheDb.clean",
"ganacheDb-save": "npm explore @daostack/arc.js -- npm start ganacheDb.zip",
"ganacheDb-restore": "npm explore @daostack/arc.js -- npm start ganacheDb.restoreFromZip",
"migrate-ganache": "npm explore @daostack/arc.js -- npm start migrateContracts && npm explore @daostack/arc.js -- npm start createGenesisDao && node ./scripts/mintGen.js",
"lint": "tslint --project .",
"test": "npm run test:unit && npm run test:e2e",
"test:unit": "jest",
"test:unit:watch": "jest --watch",
"test:e2e": "wdio ./test/e2e/wdio.conf.js",
"test:e2e:headless": "wdio ./test/e2e/wdio-headless.conf.js",
"start": "webpack-dev-server --config webpack.dev.config.js",
"start-docker": "webpack-dev-server --config webpack.docker.config.js",
"start-prod": "cross-env NODE_ENV=production webpack-dev-server --config webpack.prod.config.js",
"start-staging": "cross-env S3_BUCKET=daostack-alchemy-staging webpack-dev-server --config webpack.dev.config.js",
"auto-start-ganache": "run-with-ganache --ganache-cmd ganache-cli \"npm run migrate-ganache && npm run start\"",
"populate-dao": "ts-node scripts/populateDAO.ts"
},
"dependencies": {
"@daostack/arc.js": "0.0.0-alpha.80.3",
"@fortawesome/fontawesome-svg-core": "^1.2.8",
"@fortawesome/free-brands-svg-icons": "^5.5.0",
"@fortawesome/react-fontawesome": "^0.1.3",
"aws-sdk": "^2.212.1",
"axios": "^0.17.1",
"bignumber.js": "^5.0.0",
"bip39": "^2.2.0",
"classnames": "^2.2.5",
"css-loader": "^0.28.7",
"disqus-react": "^1.0.5",
"dotenv": "^6.0.0",
"es6-promisify": "^5.0.0",
"eth-sig-util": "^2.1.0",
"ethereum-blockies-png": "^0.1.3",
"ethereumjs-util": "^6.0.0",
"ethereumjs-wallet": "^0.6.0",
"ethers": "^2.1.2",
"ethjs-abi": "0.1.8",
"express": "^4.16.3",
"formik": "^0.11.11",
"heroku-client": "^3.0.6",
"immutability-helper": "2.6.4",
"intro.js": "^2.9.3",
"lodash": "^4.17.4",
"moment": "^2.20.1",
"normalizr": "^3.2.4",
"oauthio-web": "^0.6.2",
"object-hash": "^1.3.0",
"query-string": "^6.2.0",
"rc-tooltip": "^3.7.0",
"react": "^16.2.0",
"react-cookie": "^2.1.4",
"react-dom": "^16.2.0",
"react-github-login": "^1.0.3",
"react-icons": "^3.2.2",
"react-joyride": "^2.0.0-11",
"react-linkify": "^0.2.2",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-router-modal": "^1.3.5",
"react-router-redux": "next",
"react-share": "^2.3.1",
"react-transition-group": "^2.2.1",
"react-twitter-auth": "0.0.12",
"redis": "^2.8.0",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"redux-logger": "^3.0.6",
"redux-persist": "^5.9.1",
"redux-promise-middleware": "^4.4.1",
"redux-thunk": "2.2.0",
"reselect": "^3.0.1",
"run-with-ganache": "^0.1.1",
"socket.io-client": "^2.2.0",
"style-loader": "^0.18.2",
"truffle-contract": "^3.0.1",
"ts-node": "^5.0.1",
"web3": "^0.20.4",
"web3-provider-engine": "^14.0.5",
"webdriverio": "^4.14.0",
"webpack": "^3.11.0",
"zeppelin-solidity": "^1.2.0"
},
"devDependencies": {
"@types/classnames": "^2.2.3",
"@types/es6-promisify": "^5.0.0",
"@types/ethereumjs-util": "^5.2.0",
"@types/jest": "^22.2.0",
"@types/lodash": "^4.14.74",
"@types/node": "^8.0.26",
"@types/object-hash": "^1.2.0",
"@types/prop-types": "^15.5.3",
"@types/query-string": "^6.1.1",
"@types/rc-tooltip": "^3.4.11",
"@types/react": "^16.0.35",
"@types/react-dom": "^16.0.3",
"@types/react-fontawesome": "^1.6.4",
"@types/react-hot-loader": "^3.0.4",
"@types/react-redux": "^5.0.8",
"@types/react-router-dom": "^4.0.7",
"@types/react-router-redux": "^5.0.8",
"@types/react-share": "^2.1.1",
"@types/react-transition-group": "^2.0.7",
"@types/react-twitter-auth": "0.0.1",
"@types/redis": "^2.8.6",
"@types/redux-logger": "^3.0.3",
"@types/redux-promise-middleware": "^0.0.8",
"@types/socket.io-client": "^1.4.32",
"@types/webpack-env": "^1.13.0",
"@types/yargs": "^11.1.1",
"awesome-typescript-loader": "^3.2.3",
"axios-mock-adapter": "^1.15.0",
"chalk": "^2.4.1",
"copy-webpack-plugin": "^4.5.0",
"cross-env": "^5.1.3",
"extract-text-webpack-plugin": "^3.0.0",
"ganache-cli": "^6.0.3",
"html-webpack-plugin": "^3.0.6",
"identity-obj-proxy": "^3.0.0",
"jest": "^22.4.2",
"node-sass": "^4.5.3",
"react-hot-loader": "^3.0.0-beta.7",
"sass-loader": "^6.0.6",
"sass-resources-loader": "^1.3.0",
"source-map-loader": "^0.2.1",
"ts-jest": "^22.4.1",
"tslint": "^5.9.1",
"tslint-react": "^3.5.1",
"typescript": "^2.9",
"typings-for-css-modules-loader": "^1.5.0",
"uglifyjs-webpack-plugin": "^1.2.2",
"wdio-mocha-framework": "^0.6.4",
"wdio-selenium-standalone-service": "0.0.11",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-dev-server": "^2.7.1",
"webpack-merge": "^4.1.0",
"winston": "^3.1.0",
"yargs": "^12.0.1"
}
}