tiny-rdm/frontend/package.json

32 lines
689 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": {
2023-09-24 21:12:15 +08:00
"dayjs": "^1.11.10",
2023-10-14 21:26:47 +08:00
"highlight.js": "^11.9.0",
2023-06-27 15:53:29 +08:00
"lodash": "^4.17.21",
2023-10-14 21:26:47 +08:00
"pinia": "^2.1.7",
2023-10-26 00:04:55 +08:00
"sass": "^1.69.5",
"vue": "^3.3.7",
"vue-i18n": "^9.6.0",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0"
2023-06-27 15:53:29 +08:00
},
"devDependencies": {
2023-10-07 22:15:06 +08:00
"@vitejs/plugin-vue": "^4.4.0",
"naive-ui": "^2.35.0",
"prettier": "^3.0.3",
2023-10-26 00:04:55 +08:00
"unplugin-auto-import": "^0.16.7",
"unplugin-icons": "^0.17.1",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.5.0"
2023-06-27 15:53:29 +08:00
}
}