tiny-rdm/frontend/package.json

35 lines
787 B
JSON
Raw Normal View History

2023-06-27 15:53:29 +08:00
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
2024-05-22 23:05:41 +08:00
"chart.js": "^4.4.3",
2024-06-28 14:33:55 +08:00
"copy-text-to-clipboard": "^3.2.0",
2024-07-27 22:27:33 +08:00
"dayjs": "^1.11.12",
2023-06-27 15:53:29 +08:00
"lodash": "^4.17.21",
"monaco-editor": "^0.47.0",
2024-08-07 23:17:50 +08:00
"pinia": "^2.2.1",
2024-07-27 22:27:33 +08:00
"sass": "^1.77.8",
2024-08-07 23:17:50 +08:00
"vue": "^3.4.36",
2024-04-26 15:30:52 +08:00
"vue-chartjs": "^5.3.1",
"vue-i18n": "^9.13.1",
2023-10-26 00:04:55 +08:00
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0"
2023-06-27 15:53:29 +08:00
},
"devDependencies": {
2024-08-07 23:17:50 +08:00
"@vitejs/plugin-vue": "^5.1.2",
2024-07-27 22:27:33 +08:00
"naive-ui": "^2.39.0",
"prettier": "^3.3.3",
"unplugin-auto-import": "^0.18.2",
2024-08-07 23:17:50 +08:00
"unplugin-icons": "^0.19.2",
2024-07-27 22:27:33 +08:00
"unplugin-vue-components": "^0.27.3",
"vite": "^5.3.5"
2023-06-27 15:53:29 +08:00
}
}