123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- {
- "name": "vue-vite-h5",
- "version": "0.2.0",
- "license": "MIT",
- "author": "LZHD",
- "description": "Developing with Vue 3 and Typescript in Vite.",
- "repository": {
- "type": "git",
- "url": "https://github.com/LZHD/vue-vite-h5"
- },
- "bugs": {
- "url": "https://github.com/LZHD/vue-vite-h5/issues"
- },
- "homepage": "https://github.com/LZHD/vue-vite-h5#readme",
- "scripts": {
- "dev": "vite",
- "start": "npm run dev",
- "build": "vue-tsc --noEmit && vite build",
- "serve": "vite preview",
- "lint": "eslint --ext .js,.jsx,.vue,.ts,.tsx src",
- "generate": "plop",
- "prepare": "husky install"
- },
- "dependencies": {
- "@amap/amap-jsapi-loader": "^1.0.1",
- "@vant/use": "^1.5.1",
- "@vueuse/core": "^10.1.2",
- "clean-deep": "^3.4.0",
- "cos-js-sdk-v5": "^1.4.20",
- "dayjs": "^1.11.7",
- "echarts": "^5.4.2",
- "html2canvas": "^1.4.1",
- "numeral": "^2.0.6",
- "plyr": "^3.7.8",
- "qrcode": "^1.5.3",
- "query-string": "^8.1.0",
- "swiper": "^9.3.2",
- "terser": "^5.17.6",
- "umi-request": "^1.4.0",
- "vant": "^4.1.2",
- "vconsole": "^3.15.0",
- "vue": "^3.2.47",
- "vue-awesome-swiper": "^5.0.1",
- "vue-router": "^4.1.6",
- "vue3-lottie": "^2.7.0"
- },
- "devDependencies": {
- "@babel/core": "^7.21.4",
- "@babel/preset-env": "^7.21.4",
- "@types/node": "^16.18.23",
- "@typescript-eslint/eslint-plugin": "^5.57.1",
- "@typescript-eslint/parser": "^5.57.1",
- "@vitejs/plugin-legacy": "^4.0.3",
- "@vitejs/plugin-vue": "^4.1.0",
- "@vitejs/plugin-vue-jsx": "^3.0.1",
- "@vue/babel-plugin-jsx": "^1.1.1",
- "@vue/compiler-sfc": "^3.2.47",
- "@vue/eslint-config-prettier": "^7.1.0",
- "@vue/eslint-config-typescript": "^11.0.2",
- "autoprefixer": "^10.4.14",
- "babel-plugin-dynamic-import-node": "^2.3.3",
- "eslint": "^8.38.0",
- "eslint-plugin-prettier": "^4.2.1",
- "eslint-plugin-vue": "^9.10.0",
- "husky": "^8.0.0",
- "less": "^4.1.3",
- "lint-staged": "^13.2.2",
- "plop": "^3.1.2",
- "postcss": "^8.4.21",
- "postcss-pxtorem": "^6.0.0",
- "prettier": "^2.8.7",
- "typescript": "^5.0.4",
- "unplugin-vue-components": "^0.24.1",
- "vite": "^4.2.1",
- "vite-plugin-eslint": "^1.8.1",
- "vue-eslint-parser": "^9.1.1",
- "vue-tsc": "^1.2.0",
- "yorkie": "^2.0.0"
- },
- "gitHooks": {
- "pre-commit": "lint-staged"
- },
- "lint-staged": {
- "*.{js,jsx,vue,ts,tsx}": [
- "eslint --fix"
- ]
- },
- "engines": {
- "node": ">=14.20.0"
- },
- "config": {
- "commitizen": {
- "path": "./node_modules/cz-conventional-changelog"
- }
- }
- }
|