48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "magic-boot-vite",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"demo": "vite build --mode demo"
|
|
},
|
|
"dependencies": {
|
|
"@layui/layer-vue": "^2.3.2",
|
|
"@volar/monaco": "1.7.9",
|
|
"@vueuse/core": "^10.1.0",
|
|
"ali-oss": "^6.17.1",
|
|
"axios": "^0.24.0",
|
|
"js-sha256": "^0.9.0",
|
|
"less": "^4.1.3",
|
|
"lodash": "^4.17.21",
|
|
"lodash-es": "^4.17.21",
|
|
"monaco-editor-core": "^0.46.0",
|
|
"monaco-editor-textmate": "^4.0.0",
|
|
"monaco-textmate": "^3.0.1",
|
|
"monaco-volar": "^0.4.0",
|
|
"onigasm": "^2.2.5",
|
|
"path-browserify": "^1.0.1",
|
|
"pinia": "^2.0.33",
|
|
"vue": "^3.3.11",
|
|
"vue-cropper": "^1.0.2",
|
|
"vue-router": "^4.1.6",
|
|
"vuedraggable": "^4.1.0",
|
|
"xlsx": "^0.18.3"
|
|
},
|
|
"devDependencies": {
|
|
"@vicons/antd": "^0.12.0",
|
|
"@vicons/fluent": "^0.12.0",
|
|
"@vicons/ionicons5": "^0.12.0",
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
"autoprefixer": "^10.4.13",
|
|
"naive-ui": "^2.38.1",
|
|
"postcss": "^8.4.21",
|
|
"sortablejs": "^1.15.0",
|
|
"tailwindcss": "^3.2.7",
|
|
"vite": "^4.1.0",
|
|
"vite-plugin-svg-icons": "^1.1.0"
|
|
}
|
|
}
|