tiny-rdm/frontend/package.json

34 lines
748 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-05-11 10:42:25 +08:00
"dayjs": "^1.11.11",
2023-06-27 15:53:29 +08:00
"lodash": "^4.17.21",
"monaco-editor": "^0.47.0",
2023-10-14 21:26:47 +08:00
"pinia": "^2.1.7",
2024-05-22 23:05:41 +08:00
"sass": "^1.77.2",
2024-05-11 10:42:25 +08:00
"vue": "^3.4.27",
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-02-22 18:31:05 +08:00
"@vitejs/plugin-vue": "^5.0.4",
2024-05-11 10:42:25 +08:00
"naive-ui": "^2.38.2",
2024-02-09 16:24:02 +08:00
"prettier": "^3.2.5",
2024-05-11 10:42:25 +08:00
"unplugin-auto-import": "^0.17.6",
"unplugin-icons": "^0.19.0",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.2.11"
2023-06-27 15:53:29 +08:00
}
}