You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
|
2 years ago
|
{
|
||
|
|
"name": "vue_manual",
|
||
|
|
"version": "0.0.0",
|
||
|
|
"private": true,
|
||
|
|
"scripts": {
|
||
|
|
"build": "vite build",
|
||
|
|
"dev": "vite",
|
||
|
|
"preview": "vite preview"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@element-plus/icons-vue": "^2.0.6",
|
||
|
|
"all": "^0.0.0",
|
||
|
|
"ansi_up": "^5.2.1",
|
||
|
|
"axios": "^0.27.2",
|
||
|
|
"element-plus": "^2.2.7",
|
||
|
|
"hooks": "^0.3.2",
|
||
|
|
"jquery": "^3.7.0",
|
||
|
|
"lib-flexible": "^0.3.2",
|
||
|
|
"lib-flexible-computer": "^1.0.2",
|
||
|
|
"moment": "^2.29.4",
|
||
|
|
"postcss-pxtorem": "^6.0.0",
|
||
|
|
"qs": "^6.11.0",
|
||
|
|
"vue": "^3.1.5",
|
||
|
|
"vue-axios": "^3.4.1",
|
||
|
|
"vue-cookies": "^1.8.1",
|
||
|
|
"vue-router": "^4.0.16",
|
||
|
|
"vue-session": "^1.0.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@vitejs/plugin-vue": "^2.3.3",
|
||
|
|
"node-sass": "^7.0.3",
|
||
|
|
"px2rem-loader": "^0.1.9",
|
||
|
|
"sass": "^1.27.0",
|
||
|
|
"sass-loader": "^10.0.4",
|
||
|
|
"unplugin-auto-import": "^0.9.5",
|
||
|
|
"unplugin-vue-components": "^0.20.1",
|
||
|
|
"vite": "^2.9.9",
|
||
|
|
"vite-plugin-optimize-persist": "^0.1.2",
|
||
|
|
"vite-plugin-package-config": "^0.1.1",
|
||
|
|
"vue-cli-plugin-element-plus": "0.0.13"
|
||
|
|
}
|
||
|
|
}
|