-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 809 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 809 Bytes
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
{
"name": "mertimran-com",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@iconify-json/circle-flags": "^1.2.10",
"@iconify-json/lucide": "^1.2.75",
"@iconify-json/simple-icons": "^1.2.60",
"@nuxt/content": "3.8.2",
"@nuxt/eslint": "1.10.0",
"@nuxt/hints": "1.0.0-alpha.2",
"@nuxt/image": "2.0.0",
"@nuxt/ui": "^4.2.1",
"@nuxtjs/i18n": "10.2.1",
"better-sqlite3": "^12.4.6",
"eslint": "^9.39.1",
"nuxt": "^4.2.1",
"typescript": "^5.9.3",
"vue": "^3.5.24",
"vue-router": "^4.6.3",
"zod": "^4.1.12"
},
"devDependencies": {
"@nuxtjs/device": "^3.2.4"
}
}