-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.1 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
{
"name": "urban-gardening",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.9",
"axios": "^0.24.0",
"bootstrap": "^5.1.3",
"formik": "^2.2.9",
"jwt-decode": "^3.1.2",
"leaflet": "^1.7.1",
"next": "11.1.2",
"next-redux-wrapper": "^7.0.5",
"react": "17.0.2",
"react-bootstrap": "^2.0.2",
"react-copy-to-clipboard": "^5.0.4",
"react-dom": "17.0.2",
"react-leaflet": "^3.2.2",
"react-leaflet-markercluster": "^3.0.0-rc1",
"react-redux": "^7.2.6",
"react-responsive": "^9.0.0-beta.5",
"redux": "^4.1.2",
"redux-persist": "^6.0.0",
"redux-persist-expire": "^1.1.0",
"redux-thunk": "^2.4.1",
"sass": "^1.43.4",
"yup": "^0.32.11"
},
"devDependencies": {
"eslint": "8.0.0",
"eslint-config-next": "11.1.2",
"redux-devtools-extension": "^2.13.9"
}
}