-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.23 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
{
"name": "mulaind-nuxt",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"check": "npx nuxi typecheck"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@nuxtjs/color-mode": "^3.3.2",
"@nuxtjs/tailwindcss": "^6.11.3",
"@sidebase/nuxt-auth": "^0.6.7",
"@types/pg": "^8.11.0",
"@vueuse/core": "^10.7.2",
"autoprefixer": "^10.4.13",
"nuxt": "^3.10.1",
"nuxt-icon": "^0.6.8",
"postcss": "^8.4.21",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.2.4",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.3.3"
},
"dependencies": {
"@morev/vue-transitions": "^2.3.6",
"@vee-validate/joi": "^4.12.5",
"@vee-validate/nuxt": "^4.12.5",
"@vee-validate/zod": "^4.12.5",
"@vueuse/nuxt": "^10.7.2",
"joi": "^17.12.1",
"pg": "^8.11.3",
"radix-vue": "^1.4.2",
"sequelize": "^6.36.0",
"sqlite3": "^5.1.7",
"tailwind-variants": "^0.1.20",
"vue": "^3.4.15",
"vue-router": "^4.2.5",
"vue-sonner": "^1.0.3",
"zod": "^3.22.4"
}
}