{ "name": "clearticket_merchant", "version": "1.0.8", "scripts": { "dev": "vite --open", "dev:admin": "vite --mode adminDev --open", "dev:agent": "vite --mode agentDev --open", "build": "vite build", "build:admin": "vite build --mode admin", "build:agent": "vite build --mode agent", "serve": "vite preview", "prepare": "husky install", "commit": "git-cz", "changelog": "conventional-changelog -p angular -i ./CHANGELOG.md -w -r 10 -s && npm run getUpdate", "getUpdate": "node ./generateUpdate" }, "dependencies": { "@icon-park/vue-next": "^1.3.1", "@vitejs/plugin-vue-jsx": "^1.2.0", "@vueuse/core": "^6.7.4", "ant-design-vue": "^2.2.6", "axios": "^0.21.1", "crypto-js": "^4.2.0", "dayjs": "^1.10.6", "echarts": "^5.2.1", "lodash.clonedeep": "^4.5.0", "md5": "^2.3.0", "mitt": "^2.1.0", "moment": "^2.29.1", "number-precision": "^1.5.1", "vue": "^3.2.7", "vue-clipboard2": "^0.3.1", "vue-clipboard3": "^1.0.1", "vue-echarts": "^6.0.0", "vue-router": "^4.0.4", "vuex": "^4.0.0" }, "devDependencies": { "@commitlint/cli": "^13.1.0", "@commitlint/config-conventional": "^13.1.0", "@vitejs/plugin-vue": "^1.1.5", "@vue/compiler-sfc": "^3.2.7", "@vue/eslint-config-standard": "^6.0.0", "babel-eslint": "^10.1.0", "commitizen": "^4.2.4", "cross-env": "^7.0.3", "cz-conventional-changelog": "^3.3.0", "eslint": "^7.21.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.3.1", "eslint-plugin-vue": "^7.7.0", "husky": "^7.0.2", "marked": "^3.0.4", "sass": "^1.32.8", "vite": "^2.0.5" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }