-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.79 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
{
"name": "nippon-shrines-and-temples",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@cloudinary/react": "^1.13.0",
"@cloudinary/url-gen": "^1.18.0",
"@prisma/client": "^5.10.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/themes": "^2.0.3",
"@sentry/nextjs": "^7.105.0",
"@types/leaflet": "^1.9.8",
"@types/react-leaflet-markercluster": "^3.0.4",
"axios": "^1.6.7",
"cloudinary": "^2.0.1",
"leaflet": "^1.9.4",
"mime": "^4.0.1",
"next": "^14.1.2",
"radix-themes-tw": "^0.2.1",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.0.1",
"react-leaflet": "^4.2.1",
"react-leaflet-cluster": "^2.1.0",
"react-leaflet-marker": "^2.1.0",
"react-loading-skeleton": "^3.4.0",
"react-slick": "^0.30.2",
"sharp": "^0.33.2",
"slick-carousel": "^1.8.1",
"webp-converter": "^2.3.3",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/commander": "^2.12.2",
"@types/node": "^20.11.24",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-slick": "^0.23.13",
"@types/tailwindcss": "^3.1.0",
"autoprefixer": "^10.0.1",
"commander": "^12.0.0",
"csv-parser": "^3.0.0",
"dotenv": "^16.4.5",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"prettier-plugin-prisma": "^5.0.0",
"prisma": "^5.10.2",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}