-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.37 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.37 KB
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
52
{
"name": "wytness-web",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@firebase/app-types": "^0.9.3",
"@nuxt/eslint": "^0.7.2",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/tailwindcss": "^6.12.2",
"@pinia/nuxt": "0.8.0",
"@types/bcrypt": "^5.0.2",
"@unovis/ts": "^1.5.0",
"@unovis/vue": "^1.5.0",
"@vee-validate/zod": "^4.14.7",
"@vueuse/core": "^12.4.0",
"bcrypt": "^5.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"firebase": "^11.0.2",
"firebase-functions": "^6.1.2",
"lucide-vue-next": "^0.460.0",
"nuxt": "^3.14.1592",
"pinia": "^2.2.7",
"pinia-plugin-persistedstate": "^4.1.3",
"radix-vue": "^1.9.10",
"shadcn-nuxt": "^0.11.3",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"vee-validate": "^4.14.7",
"vue": "latest",
"vue-router": "latest",
"zod": "^3.23.8",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@types/zxcvbn": "^4.4.5",
"autoprefixer": "^10.4.20",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"sass-embedded": "^1.81.0",
"tailwindcss": "^3.4.15"
}
}