-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.28 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.28 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
{
"name": "manajob",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@internationalized/date": "^3.5.5",
"@radix-icons/vue": "^1.0.0",
"@tanstack/vue-table": "^8.20.5",
"@upstash/ratelimit": "^2.0.5",
"@vee-validate/zod": "^4.13.2",
"@vercel/edge": "^1.2.1",
"@vercel/functions": "^1.5.2",
"@vercel/kv": "^3.0.0",
"@vueuse/core": "^11.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.446.0",
"pinia": "^2.2.2",
"pinia-plugin-persistedstate": "^4.0.2",
"radix-vue": "^1.9.5",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"vee-validate": "^4.13.2",
"vue": "^3.4.37",
"zod": "^3.23.8"
},
"devDependencies": {
"@iconify-json/radix-icons": "^1.2.0",
"@types/node": "^22.5.5",
"@vitejs/plugin-vue": "^5.1.2",
"autoprefixer": "^10.4.20",
"tailwindcss": "^3.4.12",
"typescript": "^5.5.3",
"vite": "^5.4.12",
"vue-tsc": "^2.0.29"
},
"packageManager": "pnpm@9.10.0+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
}