forked from immobiliare/open-ride
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 947 Bytes
/
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
{
"name": "@immobiliarelabs/open-ride",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@mui/icons-material": "^5.0.1",
"@mui/material": "^5.0.1",
"@turf/turf": "^6.5.0",
"ajv": "^8.6.3",
"cookies": "^0.8.0",
"got": "^11.8.2",
"jsonwebtoken": "^8.5.1",
"leaflet": "^1.7.1",
"lodash": "^4.17.21",
"lowdb": "^3.0.0",
"nanoid": "^3.1.28",
"next": "11.1.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.16.1",
"react-leaflet": "^3.2.1",
"react-query": "^3.24.5"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"eslint-config-prettier": "^8.3.0",
"prettier": "^2.4.1"
},
"volta": {
"node": "14.17.6",
"yarn": "1.22.10"
}
}