generated from tellor-io/frontendBoilerplate
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
61 lines (61 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
55
56
57
58
59
60
61
{
"name": "data-feed",
"version": "0.1.0",
"private": true,
"engines": {
"npm": "7.24.2",
"node": "^16.14.0"
},
"dependencies": {
"@apollo/client": "^3.5.10",
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@mui/material": "^5.5.0",
"@ukstv/jazzicon-react": "^1.0.0",
"@walletconnect/web3-provider": "^1.8.0",
"ethers": "^5.5.4",
"graphql-ws": "^5.15.0",
"moment": "^2.30.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.2.2",
"web3": "^1.7.1",
"web3modal": "^1.9.12",
"react-scripts": "^4.0.3",
"serve": "^11.3.2"
},
"scripts": {
"start": "serve -s build",
"build": "react-scripts build",
"heroku-postbuild": "npm run build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@graphql-cli/coverage": "2.1.0",
"@graphql-cli/validate": "2.1.0",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.5.0",
"eslint": "^7.11.0",
"graphql-cli": "^3.0.14",
"react-scripts": "^4.0.3"
}
}