Files
Yi.Admin/Yi.BBS.Vue3/package.json

33 lines
738 B
JSON
Raw Normal View History

2023-02-26 13:17:19 +08:00
{
"name": "yi-bbs",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
2023-03-05 20:30:44 +08:00
"@element-plus/icons-vue": "^2.1.0",
2023-02-26 13:17:19 +08:00
"axios": "^1.3.4",
"element-plus": "^2.2.32",
2023-03-11 17:00:36 +08:00
"highlight": "^0.2.4",
"marked": "^4.2.12",
2023-03-10 22:02:19 +08:00
"mavon-editor": "^3.0.0",
2023-03-16 21:34:52 +08:00
"nprogress": "^0.2.0",
2023-02-26 13:17:19 +08:00
"pinia": "^2.0.32",
"vue": "^3.2.47",
2023-03-19 00:42:18 +08:00
"vue-cropper": "1.0.3",
2023-03-11 17:00:36 +08:00
"vue-router": "^4.1.6",
"yarm": "^0.4.0"
2023-02-26 13:17:19 +08:00
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
2023-03-10 22:02:19 +08:00
"copy-webpack-plugin": "^11.0.0",
2023-03-19 00:42:18 +08:00
"sass": "1.52.1",
2023-02-26 13:17:19 +08:00
"unplugin-auto-import": "^0.15.0",
"unplugin-vue-components": "^0.24.0",
2023-03-19 00:42:18 +08:00
"vite": "^4.1.3"
2023-02-26 13:17:19 +08:00
}
}