-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.36 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
45
46
47
48
49
50
51
{
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --host",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"test:unit": "vitest",
"test:endtoend": "cypress open"
},
"devDependencies": {
"@headlessui/vue": "^1.7.23",
"@iconify/vue": "^4.1.2",
"@nuxt/devtools": "^1.0.3",
"@nuxt/icon": "^1.5.1",
"@nuxtjs/color-mode": "^3.5.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@pinia/nuxt": "^0.5.4",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.15",
"@types/vue-router": "^2.0.0",
"@vueuse/nuxt": "^11.0.3",
"config": "^3.3.12",
"cypress": "^13.14.2",
"happy-dom": "^12.10.3",
"nuxt": "^3.8.2",
"nuxt-headlessui": "^1.2.0",
"nuxt-vitest": "^0.11.5",
"pinia": "^2.2.2",
"postcss": "^8.4.45",
"sass-embedded": "^1.78.0",
"tailwindcss": "^3.4.11",
"typescript": "^5.6.2",
"vitest": "^0.33.0",
"vue": "^3.3.8",
"vue-router": "^4.2.5"
},
"dependencies": {
"argon2": "^0.41.1",
"firebase": "^10.13.1",
"helmet": "^7.1.0",
"jsonwebtoken": "^9.0.2",
"primeicons": "^7.0.0",
"winston": "^3.14.2"
}
}