-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 979 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
34
35
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"deploy": "gh-pages -d dist",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/ui": "^2.17.0",
"@nuxtjs/color-mode": "^3.4.2",
"@nuxtjs/tailwindcss": "^6.12.0",
"@nuxtjs/toast": "^3.3.1",
"@pinia/nuxt": "^0.5.1",
"@types/jwk-to-pem": "^2.0.3",
"buffer": "^6.0.3",
"gh-pages": "^6.1.1",
"jose": "^5.6.3",
"jwk-to-pem": "^2.0.5",
"nuxt": "^3.11.2",
"pinia": "^2.1.7",
"vue": "^3.4.27",
"vue-router": "^4.3.2",
"vue3-toastify": "^0.2.2"
},
"packageManager": "[email protected]+sha512.98a80fd11c2e7096747762304106432b3ddc67dcf54b5a8c01c93f68a2cd5e05e6821849522a06fb76284d41a2660d5e334f2ee3bbf29183bf2e739b1dafa771",
"devDependencies": {
"@nuxt/webpack-builder": "^3.12.4",
"tailwindcss": "^3.4.4"
}
}