-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 853 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 853 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
34
35
{
"name": "nuxt-app",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint app --fix"
},
"dependencies": {
"@nuxt/fonts": "^0.14.0",
"@nuxt/image": "^2.0.0",
"@nuxt/ui": "^4.6.1",
"@nuxtjs/i18n": "^10.2.4",
"@nuxtjs/seo": "^5.1.3",
"@pinia/nuxt": "^0.11.3",
"nuxt": "^4.4.2",
"pinia": "^3.0.4",
"pinia-plugin-persistedstate": "^4.7.1",
"playwright-core": "^1.59.1",
"typescript": "^5.6.0",
"vue": "^3.5.32",
"vue-router": "^4.4.5",
"zod": "^4.3.6"
},
"devDependencies": {
"@iconify-json/lucide": "^1.2.102",
"@iconify-json/simple-icons": "^1.2.78",
"@nuxt/eslint": "^1.15.2",
"eslint": "^9.0.0"
}
}