-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 968 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 968 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
36
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxthub/core": "^0.9.0",
"@pinia/nuxt": "^0.10.1",
"@vueuse/core": "^13.0.0",
"@vueuse/nuxt": "^13.0.0",
"nuxt": "^3.16.2",
"pinia": "^3.0.1",
"pinia-plugin-persistedstate": "^4.2.0",
"vue": "^3.5.13"
},
"devDependencies": {
"@egoist/tailwindcss-icons": "^1.9.0",
"@iconify/json": "^2.2.323",
"@tailwindcss/postcss": "^4.1.3",
"@tailwindcss/vite": "^4.1.3",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^4.1.3"
},
"overrides": {
"nuxt": {
"vue-router": "https://github.com/ll3006/vue-router/releases/download/vue-router-4.4.0%2Bfix-catch-all-slash/vue-router-4.4.0+fix-catch-all-slash.tgz"
}
}
}