-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.28 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
42
43
44
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"generate-pwa-assets": "pwa-assets-generator"
},
"dependencies": {
"@nuxt/eslint": "^0.3.13",
"@nuxtjs/seo": "2.0.0-rc.16",
"@nuxtjs/tailwindcss": "^6.12.2",
"@pinia/nuxt": "^0.5.5",
"@primevue/themes": "^4.2.1",
"@scalar/nuxt": "^0.2.134",
"@simplewebauthn/browser": "11",
"@simplewebauthn/server": "11",
"@vercel/speed-insights": "^1.0.14",
"@vite-pwa/nuxt": "^0.9.1",
"@vueuse/core": "^10.11.1",
"@vueuse/nuxt": "^10.11.1",
"mongodb": "^6.10.0",
"nuxt": "^3.13.2",
"nuxt-auth-utils": "^0.5.1",
"nuxt-security": "^2.0.0",
"oslo": "^1.2.1",
"primeicons": "^7.0.0",
"primevue": "^4.2.1",
"unstorage": "^1.13.1",
"vue": "latest",
"zod": "^3.23.8"
},
"devDependencies": {
"@primevue/nuxt-module": "^4.2.1",
"@vite-pwa/assets-generator": "^0.2.6"
},
"packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
}