tiny-rdm/frontend/package.json

33 lines
714 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": {
"bytes": "^3.1.2",
2023-09-24 21:12:15 +08:00
"dayjs": "^1.11.10",
2023-06-27 15:53:29 +08:00
"lodash": "^4.17.21",
2023-12-08 15:56:06 +08:00
"monaco-editor": "^0.45.0",
2023-10-14 21:26:47 +08:00
"pinia": "^2.1.7",
2024-01-08 00:26:57 +08:00
"sass": "^1.69.7",
2024-01-11 18:25:35 +08:00
"vue": "^3.4.8",
2024-01-08 00:26:57 +08:00
"vue-i18n": "^9.9.0",
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-01-11 18:25:35 +08:00
"@vitejs/plugin-vue": "^5.0.3",
2024-01-09 15:10:03 +08:00
"naive-ui": "^2.37.3",
2023-12-11 18:33:31 +08:00
"prettier": "^3.1.1",
2023-12-29 15:48:09 +08:00
"unplugin-auto-import": "^0.17.3",
2024-01-09 15:10:03 +08:00
"unplugin-icons": "^0.18.2",
2023-12-08 15:56:06 +08:00
"unplugin-vue-components": "^0.26.0",
2024-01-08 00:26:57 +08:00
"vite": "^5.0.11"
2023-06-27 15:53:29 +08:00
}
}