-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 866 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
{
"name": "hello_tmdb",
"type": "module",
"private": true,
"packageManager": "pnpm@9.3.0",
"license": "MIT",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@iconify-json/lucide": "^1.2.8",
"@nuxt/icon": "^1.5.6",
"@nuxt/ui": "^2.18.7",
"@nuxtjs/color-mode": "^3.5.1",
"@vueuse/core": "^11.1.0",
"nuxt": "^3.14.159",
"vue": "latest",
"vue-router": "latest",
"zod": "^3.23.8"
},
"devDependencies": {
"@nuxt/eslint": "^0.5.7",
"@nuxt/fonts": "^0.10.0",
"@nuxt/image": "^1.8.1",
"@nuxtjs/seo": "2.0.0-rc.23",
"@vueuse/nuxt": "^11.1.0",
"nuxt-security": "^2.0.0",
"typescript": "^5.6.3"
}
}