-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.11 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.11 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
{
"name": "nuxt-app",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"prepare": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"postinstall": "nuxt prepare",
"db:generate": "prisma generate"
},
"dependencies": {
"@internationalized/date": "^3.10.0",
"@nuxt/ui": "^4.1.0",
"@prisma/adapter-better-sqlite3": "7.3.0",
"@prisma/client": "7.3.0",
"better-auth": "^1.3.25",
"dotenv": "^17.2.3",
"maplibre-gl": "^5.11.0",
"nodemailer": "^7.0.6",
"nuxt": "^4.1.2",
"nuxt-maplibre": "^1.1.1",
"tailwindcss": "^4.1.14",
"vue": "^3.5.20",
"vue-router": "^4.5.1",
"vue3-carousel": "^0.16.0",
"zod": "^4.1.12"
},
"devDependencies": {
"@nuxt/eslint": "^1.9.0",
"@types/node": "^24.3.1",
"@types/parse-path": "^7.1.0",
"autoprefixer": "^10.4.21",
"eslint": "^9.34.0",
"postcss": "^8.5.6",
"prisma": "7.3.0",
"tailwindcss": "^3.4.18",
"ts-node": "^10.9.2",
"typescript": "^5.9.2"
}
}