{ "name": "book_manage_system", "version": "0.1.0", "private": true, "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", "dev": "npm run serve", "npm-build": "npm run build" }, "dependencies": { "axios": "^1.2.1", "core-js": "^3.8.3", "default-passive-events": "^2.0.0", "echarts": "^5.4.1", "element-ui": "^2.15.14", "html2canvas": "^1.4.1", "jspdf": "^2.5.1", "lodash": "^4.17.21", "nanoid": "^4.0.0", "node-polyfill-webpack-plugin": "^2.0.1", "nprogress": "^0.2.0", "swiper": "^5.4.5", "vue": "^2.6.14", "vue-baberrage": "^3.2.4", "vue-json-excel": "^0.3.0", "vue-router": "^3.5.1" }, "devDependencies": { "@vue/cli-plugin-babel": "~5.0.0", "@vue/cli-plugin-router": "~5.0.0", "@vue/cli-service": "~5.0.0", "babel-plugin-component": "^1.1.1", "less": "^4.1.3", "less-loader": "^11.1.0", "vue-cli-plugin-element": "^1.0.1", "vue-particles": "^1.0.9", "vue-template-compiler": "^2.6.14" } }