forked from tuanvumaihuynh/command-flow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.61 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
53
54
55
56
57
{
"name": "command-flow",
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "[email protected]+sha256.d8b2ebbc65cf02c349eca6b45c9640b910f16b6adebdb7b926e9db440e47cac7",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build",
"lint:eslint": "eslint . --fix",
"lint": "run-s lint:*"
},
"dependencies": {
"@tanstack/vue-query": "^5.74.5",
"@tanstack/vue-table": "^8.21.3",
"@vee-validate/zod": "^4.15.0",
"@vueuse/core": "^13.1.0",
"axios": "^1.8.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lodash-es": "^4.17.21",
"lucide-vue-next": "^0.501.0",
"notivue": "^2.4.5",
"nprogress": "^0.2.0",
"reka-ui": "^2.2.0",
"tailwind-merge": "^3.2.0",
"tailwindcss-animate": "^1.0.7",
"vee-validate": "^4.15.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"zod": "^3.24.3",
"zod-validation-error": "^3.4.0"
},
"devDependencies": {
"@antfu/eslint-config": "^4.12.0",
"@tsconfig/node22": "^22.0.1",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.14.1",
"@types/nprogress": "^0.2.3",
"@vitejs/plugin-vue": "^5.2.3",
"@vue/tsconfig": "^0.7.0",
"autoprefixer": "^10.4.21",
"eslint": "^9.25.0",
"jiti": "^2.4.2",
"npm-run-all2": "^7.0.2",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"typescript": "~5.8.0",
"unplugin-auto-import": "^19.1.2",
"vite": "^6.2.4",
"vite-plugin-vue-devtools": "^7.7.2",
"vue-tsc": "^2.2.8"
}
}