-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.43 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
{
"name": "vue3-eslint-ts",
"version": "0.0.0",
"private": true,
"module": "esnext",
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@radix-icons/vue": "^1.0.0",
"@vee-validate/zod": "^4.12.6",
"@vue-flow/background": "^1.3.0",
"@vue-flow/core": "^1.33.5",
"@vuepic/vue-datepicker": "^8.3.1",
"@vueuse/core": "^10.9.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"lucide-vue-next": "^0.363.0",
"pinia": "^2.1.7",
"radix-vue": "^1.5.3",
"tailwind-merge": "^2.2.2",
"vee-validate": "^4.12.6",
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.10.0",
"@tsconfig/node18": "^2.0.1",
"@types/node": "^18.19.26",
"@vitejs/plugin-vue": "^4.6.2",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/tsconfig": "^0.4.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.24.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.38",
"sass": "^1.72.0",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "~5.0.4",
"vite": "^4.5.3",
"vue-tsc": "^1.8.27"
}
}