forked from Uniswap/unisocks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.44 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
{
"name": "unisocks",
"version": "0.1.0",
"private": true,
"dependencies": {
"@walletconnect/web3-subprovider": "^1.0.0-beta.25",
"ethers": "^4.0.27",
"http-proxy-middleware": "^0.19.1",
"qrcode.react": "^0.9.3",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-dom-confetti": "^0.1.1",
"react-google-recaptcha": "^1.0.5",
"react-places-autocomplete": "^7.2.1",
"react-router-dom": "^5.0.1",
"react-scripts": "3.0.0",
"react-tilt": "^0.1.4",
"styled-components": "^5.0.0-beta.0",
"web3-react": "^5.0.4"
},
"scripts": {
"start": "run-p start:**",
"start:app": "react-scripts start",
"start:functions": "netlify-lambda serve functions -c ./webpack.config.js",
"prebuild": "cd functions/ && yarn",
"build": "run-p build:**",
"build:app": "react-scripts build",
"build:functions": "netlify-lambda build functions -c ./webpack.config.js",
"test": "react-scripts test",
"eject": "react-scripts eject",
"now-build": "react-scripts build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"dotenv-webpack": "^1.7.0",
"netlify-lambda": "^1.5.1",
"npm-run-all": "^4.1.5",
"prettier": "^1.17.0"
}
}