-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.33 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
{
"name": "syncer-crm",
"version": "0.2",
"description": "Nuxt project build with Vue Query for server sync, VeeValidate for forms, Pinia for state, Shadcn & TailwindCSS for design",
"author": "Artem Shchirov",
"license": "MIT",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"clean": "npx nuxi cleanup && pnpm dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/ui": "^2.14.2",
"@pinia/nuxt": "^0.5.1",
"@radix-icons/vue": "^1.0.0",
"@tanstack/vue-query": "^5.28.4",
"@vee-validate/nuxt": "^4.12.6",
"@vee-validate/zod": "^4.12.6",
"@vueuse/core": "^10.9.0",
"appwrite": "^14.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
"nuxt": "^3.10.3",
"pinia": "^2.1.7",
"radix-vue": "^1.5.2",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"vee-validate": "^4.12.6",
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@nuxt/image": "^1.4.0",
"@nuxtjs/color-mode": "^3.3.3",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/tailwindcss": "^6.11.4",
"nuxt-icon": "^0.6.9",
"shadcn-nuxt": "^0.10.2",
"typescript": "^5.4.2"
}
}