123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- {
- "name": "vue-vite-h5",
- "version": "0.1.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",
- "build:dev": "vue-tsc --noEmit && vite build --mode development",
- "build:liu": "vite build --mode development",
- "serve": "vite preview",
- "lint": "eslint --ext .js,.jsx,.vue,.ts,.tsx src",
- "generate": "plop"
- },
- "dependencies": {
- "@vant/compat": "^1.0.0",
- "@vant/use": "^1.3.6",
- "@vueuse/core": "^8.4.1",
- "animate.css": "^4.1.1",
- "browserslist": "^4.20.2",
- "classnames": "^2.3.1",
- "clean-deep": "^3.4.0",
- "countup.js": "^2.3.2",
- "dayjs": "^1.10.7",
- "echarts": "^5.3.3",
- "eventemitter3": "^5.0.0",
- "howler": "^2.2.3",
- "html-to-image": "^1.9.0",
- "html2canvas": "^1.4.1",
- "loaders.css": "^0.1.2",
- "mitt": "^3.0.0",
- "normalize.css": "^8.0.1",
- "numeral": "^2.0.6",
- "plyr": "^3.7.3",
- "qrcode": "^1.5.1",
- "qrcode.vue": "^3.3.3",
- "query-string": "^7.1.1",
- "sortablejs": "^1.15.0",
- "swiper": "^9.0.5",
- "umi-request": "^1.4.0",
- "vant": "^4.0.0",
- "vconsole": "^3.15.0",
- "vue": "^3.2.26",
- "vue-awesome-swiper": "^5.0.1",
- "vue-cropper": "^1.0.3",
- "vue-echarts": "^6.2.3",
- "vue-qr": "^4.0.9",
- "vue-router": "^4.0.12",
- "vue3-lottie": "^2.4.0",
- "vuedraggable": "^4.1.0",
- "vuex": "^4.0.2"
- },
- "devDependencies": {
- "@babel/core": "^7.16.5",
- "@babel/preset-env": "^7.16.5",
- "@types/node": "^16.11.14",
- "@types/numeral": "^2.0.2",
- "@typescript-eslint/eslint-plugin": "^5.7.0",
- "@typescript-eslint/parser": "^5.7.0",
- "@vitejs/plugin-legacy": "^1.7.1",
- "@vitejs/plugin-vue": "^2.0.1",
- "@vitejs/plugin-vue-jsx": "^1.3.8",
- "@vue/babel-plugin-jsx": "^1.1.1",
- "@vue/compiler-sfc": "^3.2.26",
- "@vue/eslint-config-prettier": "^6.0.0",
- "@vue/eslint-config-typescript": "^9.1.0",
- "autoprefixer": "^10.4.0",
- "babel-plugin-dynamic-import-node": "^2.3.3",
- "eslint": "^8.4.1",
- "eslint-plugin-prettier": "^4.0.0",
- "eslint-plugin-vue": "^8.2.0",
- "less": "^4.1.2",
- "less-loader": "^10.2.0",
- "lint-staged": "^12.1.2",
- "plop": "^3.0.5",
- "postcss": "^8.4.5",
- "postcss-pxtorem": "^6.0.0",
- "prettier": "^2.5.1",
- "typescript": "^4.5.2",
- "vite": "^2.9.8",
- "vite-plugin-style-import": "^1.4.0",
- "vue-eslint-parser": "^8.0.1",
- "vue-tsc": "^0.29.8",
- "yorkie": "^2.0.0"
- }
- }
|