{ "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" }, "config": { "commitizen": { "path": "node_modules/cz-git" } }, "dependencies": { "axios": "^1.3.2", "highcharts": "^10.3.3", "highcharts-vue": "^1.4.0", "vue": "^3.2.45", "vue-router": "^4.1.6" }, "devDependencies": { "@rushstack/eslint-patch": "^1.1.4", "@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", "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" } }