-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
127 lines (127 loc) · 4.01 KB
/
package.json
File metadata and controls
127 lines (127 loc) · 4.01 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "zenith",
"private": true,
"version": "0.0.3",
"type": "module",
"imports": {
"#client/*": "./client/*",
"#server/*": "./server/*",
"#shared/*": "./shared/*",
"#config/*": "./config/*",
"#modules/*": "./modules/*"
},
"scripts": {
"start": "node arte serve",
"dev": "node arte serve -w",
"build": "node arte build",
"lint": "eslint",
"test": "node arte test",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.956.0",
"@aws-sdk/lib-storage": "^3.956.0",
"@aws-sdk/s3-request-presigner": "^3.956.0",
"@casl/ability": "^6.7.3",
"@inquirer/prompts": "^7.8.0",
"@tailwindcss/vite": "^4.1.11",
"@tanstack/vue-table": "^8.21.3",
"@types/bcrypt": "^6.0.0",
"@types/better-sqlite3": "^7.6.13",
"@types/chokidar": "^1.7.5",
"@types/qs": "^6.14.0",
"@unhead/vue": "^2.0.19",
"@unovis/ts": "^1.6.1",
"@unovis/vue": "^1.6.1",
"@vee-validate/valibot": "^4.15.1",
"@vee-validate/zod": "^4.15.1",
"@vue/server-renderer": "^3.5.17",
"@vueuse/core": "^13.9.0",
"@vueuse/router": "^14.0.0",
"bcrypt": "^6.0.0",
"better-sqlite3": "^12.2.0",
"chalk": "^5.4.1",
"chokidar": "^4.0.3",
"class-variance-authority": "^0.7.1",
"cli-table3": "^0.6.5",
"clsx": "^2.1.1",
"commander": "^14.0.0",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"date-fns": "^4.1.0",
"dotenv": "^17.2.3",
"echarts": "^6.0.0",
"embla-carousel-vue": "^8.6.0",
"express": "^5.1.0",
"fast-glob": "^2.0.1",
"handlebars": "^4.7.8",
"iconify-icon": "^3.0.2",
"kysely": "^0.28.2",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"lucide-vue-next": "^0.525.0",
"mime": "^4.0.7",
"mjml": "^4.18.0",
"ms": "^2.1.3",
"multer": "^2.0.2",
"mysql2": "^3.15.1",
"node-schedule": "^2.1.1",
"nodemailer": "^7.0.12",
"pg": "^8.16.3",
"qs": "^6.14.0",
"reka-ui": "^2.5.0",
"sharp": "^0.34.5",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.11",
"tar": "^7.5.1",
"tw-animate-css": "^1.3.5",
"typescript-eslint": "^8.37.0",
"undici": "^7.16.0",
"unzipper": "^0.12.3",
"valibot": "^1.1.0",
"vaul-vue": "^0.4.1",
"vee-validate": "^4.15.1",
"vue": "^3.5.24",
"vue-component-type-helpers": "^3.0.8",
"vue-router": "^4.6.3",
"vue-sonner": "^2.0.8",
"vue3-touch-events": "^5.0.13",
"winston": "^3.17.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@faker-js/faker": "^10.0.0",
"@rollup/pluginutils": "^5.3.0",
"@types/cookie-parser": "^1.4.9",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.3",
"@types/lodash": "^4.17.20",
"@types/lodash-es": "^4.17.12",
"@types/ms": "^2.1.0",
"@types/multer": "^2.0.0",
"@types/node": "^24.0.12",
"@types/node-schedule": "^2.1.7",
"@types/nodemailer": "^7.0.4",
"@types/pg": "^8.15.5",
"@types/supertest": "^6.0.3",
"@types/unzipper": "^0.10.11",
"@vitejs/plugin-vue": "^6.0.0",
"@vue/eslint-config-typescript": "^14.6.0",
"@vue/tsconfig": "^0.7.0",
"eslint": "^9.31.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-vue": "^10.3.0",
"magic-string": "^0.30.21",
"rollup": "^4.52.5",
"sass-embedded": "^1.93.2",
"supertest": "^7.2.2",
"testcontainers": "^11.11.0",
"typescript": "~5.8.3",
"vite": "^7.0.3",
"vitepress": "^1.6.4",
"vitest": "^3.2.4",
"vue-tsc": "^2.2.12"
}
}