-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.54 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
{
"name": "eproc",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"generate": "drizzle-kit generate",
"migrate": "drizzle-kit migrate",
"deploy": "astro build && wrangler pages deploy"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/cloudflare": "^11.0.4",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vue": "^4.5.0",
"@tanstack/vue-table": "^8.20.5",
"@vueuse/core": "^11.0.3",
"astro": "^4.15.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.33.0",
"drizzle-valibot": "^0.2.0",
"lucide-vue-next": "^0.438.0",
"postgres": "^3.4.4",
"radix-vue": "^1.9.5",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.10",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.5.4",
"valibot": "^0.41.0",
"vue": "^3.5.0"
},
"devDependencies": {
"@faker-js/faker": "^9.0.0",
"@types/eslint": "^9.6.1",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"@vue/tsconfig": "^0.5.1",
"drizzle-kit": "^0.24.2",
"eslint": "^8.5.6",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-tsdoc": "^0.3.0",
"eslint-plugin-vue": "^9.28.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"valimock": "^0.1.3",
"vue-eslint-parser": "^9.4.3"
}
}