forked from Uniswap/interface
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.73 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
{
"name": "uniswap",
"homepage": ".",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"bignumber.js": "^7.2.1",
"bnc-assist": "^0.6.0",
"classnames": "^2.2.6",
"d3": "^4.13.0",
"deep-equal": "^1.0.1",
"fuse": "^0.4.0",
"i18next": "^13.0.1",
"i18next-browser-languagedetector": "^2.2.4",
"i18next-xhr-backend": "^1.5.1",
"jazzicon": "^1.5.0",
"node-sass": "^4.9.3",
"npm": "^6.0.0",
"prop-types": "^15.6.2",
"react": "^16.2.0",
"react-cookies": "^0.1.0",
"react-dom": "^16.2.0",
"react-ga": "^2.5.3",
"react-helmet": "^5.2.0",
"react-i18next": "^8.4.0",
"react-redux": "^5.0.7",
"react-responsive": "^5.0.0",
"react-router-dom": "^4.3.1",
"react-scripts": "2.0.4",
"react-scroll-to-component": "^1.0.2",
"react-select": "^1.2.1",
"react-transition-group": "1.x",
"redux": "^3.7.2",
"redux-subscriber": "^1.1.0",
"redux-thunk": "^2.2.0",
"ua-parser-js": "^0.7.18",
"web3": "1.0.0-beta.34"
},
"scripts": {
"start": "react-scripts start",
"start:rinkeby": "REACT_APP_NETWORK_ID=4 REACT_APP_NETWORK='Rinkeby Test Network' react-scripts start",
"build": "REACT_APP_NETWORK_ID=1 react-scripts build && cp build/index.html build/404.html",
"build:rinkeby": "REACT_APP_NETWORK_ID=4 REACT_APP_NETWORK='Rinkeby Test Network' react-scripts build && cp build/index.html build/404.html",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "REACT_APP_NETWORK_ID=1 npm run build&&gh-pages -d build"
},
"devDependencies": {
"gh-pages": "^1.1.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}