-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.27 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.27 KB
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
{
"name": "chmal-front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"sync:reviews": "ts-node scripts/syncGoogleReviews.ts",
"postinstall": "prisma generate"
},
"dependencies": {
"@fontsource/plus-jakarta-sans": "^5.2.5",
"@googlemaps/js-api-loader": "^1.16.10",
"@prisma/client": "6.6.0",
"@react-google-maps/api": "^2.20.7",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"axios": "^1.8.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^16.5.0",
"framer-motion": "^12.6.5",
"next": "15.2.8",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.5.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/postcss": "^4.0.15",
"@types/google.maps": "^3.58.1",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.21",
"eslint": "^9",
"eslint-config-next": "15.2.1",
"postcss": "^8.5.3",
"prisma": "6.6.0",
"tailwindcss": "^4.0.15",
"ts-node": "^10.9.2",
"typescript": "^5"
}
}