-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.38 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
{
"name": "snowflake-marketplace-dashboard",
"version": "0.1.0",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/Luiserebii/HydroSnowflake-Marketplace-Dashboard.git"
},
"homepage": "https://github.com/Luiserebii/HydroSnowflake-Marketplace-Dashboard.git",
"dependencies": {
"@babel/polyfill": "^7.0.0",
"@material-ui/core": "^3.1.1",
"@material-ui/icons": "^3.0.1",
"ajv": "^6.5.4",
"classnames": "^2.2.6",
"ethereumjs-util": "^6.0.0",
"gh-pages": "^2.0.0",
"prop-types": "^15.6.2",
"react": "^16.7.0-alpha.2",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.7.0-alpha.2",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.1.3",
"styled-components": "^4.1.3",
"walletconnect-qrcode-modal": "^0.7.28",
"web3-react": "2.0.10"
},
"scripts": {
"lint": "eslint src/",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "npm run build-resolver-list && react-scripts start",
"build-resolver-list": "node buildResolverList.js",
"build": "npm run build-resolver-list && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"devDependencies": {
"eslint": "^5.6.0",
"eslint-plugin-react": "^7.11.1"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}