-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.42 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
{
"name": "chiral",
"version": "0.1.0",
"engines": {
"node": "14",
"yarn": "1.x"
},
"private": true,
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@opengsn/provider": "2.2.4",
"@reduxjs/toolkit": "^1.6.1",
"@walletconnect/web3-provider": "^1.7.8",
"classnames": "^2.3.1",
"d3-ease": "^3.0.1",
"firebase": "^9.6.6",
"next": "^12.0.7",
"next-pwa": "^5.4.4",
"node-sass": "^4.14.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-map-gl": "^6.1.17",
"react-map-gl-geocoder": "^2.2.0",
"react-redux": "^7.2.5",
"react-responsive": "^8.2.0",
"react-slick": "^0.28.1",
"sharp": "^0.29.3",
"stream-chat": "^4.2.0",
"stream-chat-react": "^6.9.1",
"uuid": "^8.3.2",
"web3": "^1.6.0",
"web3modal": "^1.9.4"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p $PORT"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all",
"not chrome < 51",
"not safari < 10"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"compression-webpack-plugin": "^6.1.1",
"simple-progress-webpack-plugin": "^2.0.0",
"uglifyjs-webpack-plugin": "^2.2.0"
}
}