{ "name": "vue-project", "version": "0.0.0", "private": true, "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore", "commit": "git add . && git cz && git push" }, "config": { "commitizen": { "path": "node_modules/cz-git" } }, "dependencies": { "@vueuse/core": "^9.13.0", "axios": "^1.3.2", "highcharts": "^11.1.0", "highcharts-vue": "^1.4.2", "md5": "^2.3.0", "mitt": "^3.0.0", "pinia": "^2.0.32", "qiniu-js": "^3.4.1", "ramda": "^0.29.0", "vue": "^3.2.45", "vue-pdf-embed": "^1.1.5", "vue-router": "^4.1.6", "vuex": "^4.1.0", "xlsx": "^0.18.5" }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.2", "@rushstack/eslint-patch": "^1.1.4", "@vicons/antd": "^0.12.0", "@vicons/ionicons5": "^0.12.0", "@vitejs/plugin-vue": "^4.0.0", "@vue/eslint-config-prettier": "^7.0.0", "cz-git": "^1.4.1", "eslint": "^8.22.0", "eslint-plugin-vue": "^9.3.0", "naive-ui": "^2.34.3", "prettier": "^2.7.1", "sass": "^1.58.0", "unplugin-auto-import": "^0.14.2", "unplugin-vue-components": "^0.23.0", "vite": "^4.0.0", "vite-plugin-windicss": "^1.8.10", "windicss": "^3.5.6" } }