forked from CommonsSwarm/tec-hatch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.39 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
67
68
69
70
71
72
73
74
75
76
{
"name": "hatch",
"version": "0.1.0",
"private": true,
"author": "Commons Swarm",
"repository": "github:CommonsSwarm/tec-hatch",
"bugs": "https://github.com/CommonsSwarm/tec-hatch/issues",
"license": "(GPL-3.0-or-later OR MIT)",
"scripts": {
"build": "npm run sync-assets && react-app-rewired build",
"sync-assets": "copy-aragon-ui-assets ./public",
"start": "npm run sync-assets && react-app-rewired start",
"start:local-connector": "yalc update && yarn run start"
},
"dependencies": {
"@1hive/connect-react": "^0.9.1",
"@commonsswarm/connect-hatch": "^0.0.4",
"@commonsswarm/ui": "^1.0.14",
"bignumber.js": "^9.0.0",
"clipboard-polyfill": "^3.0.1",
"date-fns": "^2.0.1",
"ethers": "^5.0.23",
"file-saver": "^2.0.2",
"lodash.clonedeep": "^4.5.0",
"lodash.maxby": "^4.6.0",
"lodash.minby": "^4.6.0",
"perf_hooks": "0.0.1",
"plotly.js-finance-dist": "^1.51.2",
"prop-types": "^15.7.2",
"react": "^16.3.1",
"react-confetti": "^6.0.1",
"react-dom": "^16.3.1",
"react-player": "^2.7.2",
"react-plotly.js": "^2.4.0",
"react-scripts": "^3.4.3",
"react-spring": "^8.0.27",
"rxjs": "^6.5.2",
"styled-components": ">=4.0.0",
"use-wallet": "^0.5.0",
"web3-utils": "^1.2.1"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"@babel/preset-env": "^7.10.2",
"@babel/preset-react": "^7.7.4",
"babel-eslint": "^10.0.3",
"babel-plugin-styled-components": "^1.10.6",
"copyfiles": "^2.1.1",
"cross-env": "^6.0.2",
"customize-cra": "^1.0.0",
"eslint": "^6.2.2",
"eslint-config-prettier": "^6.1.0",
"eslint-config-standard": "^14.1.0",
"eslint-config-standard-react": "^9.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^9.2.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^2.0.1",
"eslint-plugin-standard": "^4.0.1",
"prettier": "^1.18.2",
"react-app-polyfill": "^1.0.6",
"react-app-rewired": "^2.1.6",
"react-dev-utils": "^10.2.1"
},
"browserslist": [
">2%",
"last 1 edge versions",
"not ie > 0",
"not op_mini all"
]
}