-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.22 KB
/
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
37
38
39
40
41
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"upgrade": "npx nuxi upgrade"
},
"dependencies": {
"@nuxt/eslint": "0.7.5",
"@nuxt/image": "1.9.0",
"@nuxt/ui": "3.0.0-alpha.11",
"@vueuse/core": "^12.5.0",
"@vueuse/nuxt": "12.5.0",
"eslint": "^9.19.0",
"nuxt": "^3.15.4",
"pnpm": "^9.15.4",
"tailwindcss": "4.0.0-beta.9",
"vue": "latest",
"vue-router": "latest"
},
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0",
"devDependencies": {
"@iconify-json/akar-icons": "^1.2.2",
"@iconify-json/bi": "^1.2.2",
"@iconify-json/duo-icons": "^1.2.2",
"@iconify-json/heroicons-outline": "^1.2.1",
"@iconify-json/hugeicons": "^1.2.3",
"@iconify-json/material-symbols": "^1.2.14",
"@iconify-json/ph": "^1.2.2",
"@iconify-json/uil": "^1.2.3",
"@iconify/tailwind": "^1.2.0",
"@nuxtjs/i18n": "^9.1.4",
"autoprefixer": "^10.4.20",
"typescript": "^5.7.3"
}
}