-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 936 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
{
"name": "wannado",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/node": "18.11.13",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"eslint": "8.29.0",
"eslint-config-next": "13.0.6",
"leaflet": "^1.9.3",
"mongoose": "^6.8.0",
"nanoid": "^4.0.0",
"next": "13.0.6",
"next-cloudinary": "^1.4.0",
"react": "18.2.0",
"react-datepicker": "^4.8.0",
"react-dom": "18.2.0",
"react-leaflet": "^4.2.0",
"react-select": "^5.7.0",
"styled-components": "^5.3.6",
"typescript": "4.9.4",
"use-local-storage-state": "^18.1.2"
},
"devDependencies": {
"@types/leaflet": "^1.9.0",
"@types/react-datepicker": "^4.8.0",
"@types/styled-components": "^5.1.26",
"babel-plugin-styled-components": "^2.0.7"
}
}