-
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.09 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.09 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.2.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.2.2",
"ag-grid-vue3": "35.2.1",
"autoprefixer": "10.5.0",
"axios": "1.15.0",
"chart.js": "4.5.1",
"pinia": "3.0.4",
"recharts": "3.8.1",
"tailwindcss": "4.2.2",
"vue": "3.5.33",
"vue-chartjs": "5.3.3",
"vue-router": "5.0.4",
"vue-toastification": "2.0.0-rc.5",
"jsonschema": "1.5.0",
"@vueform/multiselect": "2.6.11",
"marked": "18.0.0",
"dompurify": "3.4.0",
"crypto-js": "4.2.0",
"@floating-ui/vue": "1.1.11",
"jszip": "3.10.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "6.0.6",
"vite": "8.0.10",
"vite-plugin-vue-devtools": "8.1.1"
}
}