-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 726 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 726 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"tsc": "tsc"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@nuxt/devtools": "latest",
"@nuxt/eslint": "^1.11.0",
"autoprefixer": "^10.4.16",
"eslint": "^9.39.1",
"eslint-plugin-vue": "^10.6.2",
"globals": "^16.5.0",
"jiti": "^2.6.1",
"nuxt": "^4.2.1",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"typescript": "^5.3.2",
"typescript-eslint": "^8.48.1",
"vue": "^3.3.8",
"vue-router": "^4.2.5",
"vue-tsc": "^1.8.22"
}
}