mirror of
https://github.com/tiny-craft/tiny-rdm.git
synced 2025-12-24 13:27:51 +08:00
36 lines
813 B
JSON
36 lines
813 B
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"chart.js": "^4.5.1",
|
|
"copy-text-to-clipboard": "^3.2.2",
|
|
"dayjs": "^1.11.19",
|
|
"lodash": "^4.17.21",
|
|
"monaco-editor": "^0.47.0",
|
|
"pinia": "^3.0.4",
|
|
"sass": "^1.94.2",
|
|
"vue": "^3.5.24",
|
|
"vue-chartjs": "^5.3.3",
|
|
"vue-i18n": "^11.1.12",
|
|
"wcwidth": "^1.0.1",
|
|
"xterm": "^5.3.0",
|
|
"xterm-addon-fit": "^0.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^6.0.2",
|
|
"naive-ui": "^2.43.2",
|
|
"prettier": "^3.6.2",
|
|
"unplugin-auto-import": "^20.2.0",
|
|
"unplugin-icons": "^22.5.0",
|
|
"unplugin-vue-components": "^30.0.0",
|
|
"vite": "^7.2.4"
|
|
}
|
|
}
|