-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
56 lines (56 loc) · 1.59 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
52
53
54
55
56
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"test": "vitest",
"postinstall": "nuxt prepare",
"lint": "eslint --ext \".ts,.js,.vue\" --ignore-path .eslintignore .",
"lint:fix": "eslint --fix --ext \".ts,.js,.vue\" --ignore-path .eslintignore .",
"prepare": "husky install"
},
"devDependencies": {
"@nuxt/test-utils": "^3.9.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/eslint-module": "^4.1.0",
"@nuxtjs/tailwindcss": "^6.10.4",
"@vitest/ui": "^1.2.0",
"@vue/test-utils": "^2.4.3",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"happy-dom": "^14.7.1",
"husky": "^9.0.6",
"nuxt": "^3.9.1",
"playwright-core": "^1.40.1",
"prettier": "^3.2.1",
"sass": "^1.69.7",
"shadcn-nuxt": "^0.10.0",
"vitest": "^1.2.0",
"vue": "^3.4.10",
"vue-router": "^4.2.5"
},
"dependencies": {
"@pinia/nuxt": "^0.5.1",
"@tanstack/vue-table": "^8.11.6",
"@vee-validate/zod": "^4.12.4",
"@vueuse/core": "^10.7.1",
"@vueuse/nuxt": "^10.7.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"embla-carousel": "^8.0.0-rc19",
"embla-carousel-vue": "^8.0.0-rc19",
"lucide-vue-next": "^0.376.0",
"pinia": "^2.1.7",
"radix-vue": "^1.3.0",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"v-calendar": "next",
"vee-validate": "^4.12.4",
"zod": "^3.22.4"
}
}