-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.12 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.12 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
{
"name": "llmaixwebui",
"version": "0.0.2",
"private": true,
"type": "module",
"scripts": {
"prebuild": "node frontend/update-version.js",
"preserve": "node frontend/update-version.js",
"dev": "node_modules/.bin/vite --config frontend/vite.config.js",
"build": "node_modules/.bin/vite build --config frontend/vite.config.js",
"preview": "node_modules/.bin/vite preview --config frontend/vite.config.js"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.17",
"ag-grid-vue3": "^34.3.1",
"autoprefixer": "^10.4.22",
"axios": "^1.13.2",
"chart.js": "^4.5.1",
"pinia": "^3.0.4",
"recharts": "^3.4.1",
"tailwindcss": "^4.1.17",
"vue": "^3.5.24",
"vue-chartjs": "^5.3.3",
"vue-router": "^4.6.3",
"vue-toastification": "^2.0.0-rc.5",
"jsonschema": "^1.5.0",
"@vueform/multiselect": "^2.6.11",
"marked": "^17.0.0",
"dompurify": "^3.3.0",
"crypto-js": "^4.2.0",
"@floating-ui/vue": "1.1.9",
"jszip": "^3.10.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.1",
"vite": "^7.2.2",
"vite-plugin-vue-devtools": "^8.0.3"
}
}