-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
33 lines (33 loc) · 906 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.2",
"@nuxt/ui": "^2.18.4",
"@nuxtjs/html-validator": "^1.8.2",
"@nuxtjs/tailwindcss": "^6.12.0",
"@sentry/nuxt": "^8.41.0",
"@vueuse/core": "^11.0.1",
"@vueuse/nuxt": "^11.0.1",
"import-in-the-middle": "^1.11.2",
"nuxt": "^3.12.3",
"nuxt-auth-utils": "^0.1.0",
"vue": "latest"
},
"packageManager": "[email protected]+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a",
"pnpm": {
"overrides": {
"nitropack": "~2.9.7",
"@vercel/nft": "^0.27.4",
"ofetch": "^1.4.0"
}
}
}