{ "name": "shop-vite", "version": "4.5.5", "private": true, "author": "vue-admin-beautiful.com", "scripts": { "dev": "vite", "dev:vue-tsc": "vue-tsc --noEmit &&vite", "build": "vue-tsc --noEmit && vite build", "build:vue-shop-vite": "vite build", "preview": "vite preview", "lint": "eslint */**/*.{vue,js,ts} --fix", "lint:eslint": "eslint {src,mock,library,types}/**/*.{vue,js,ts} --fix", "lint:prettier": "prettier {src,mock,library,types}/**/*.{html,vue,css,sass,scss,js,ts,md} --write", "lint:stylelint": "stylelint {src,mock,library}/**/*.{vue,css,sass,scss} --fix --cache --cache-location node_modules/.cache/stylelint/", "global:install": "npm install -g nrm,cnpm@8.2.0,npm-check-updates", "globle:update": "ncu -g", "module:install": "pnpm install", "module:update": "ncu -u --reject vite-plugin-mock --registry https://registry.npmmirror.com&&npm run module:install", "module:reinstall": "rimraf node_modules&&npm run module:install", "git": "start ./git.sh", "generate-pwa-assets": "pwa-assets-generator", "template": "plop" }, "dependencies": { "@element-plus/icons-vue": "^2.1.0", "@kangc/v-md-editor": "^2.3.15", "@logicflow/core": "^1.2.13", "@logicflow/extension": "^1.2.14", "@lucky-canvas/vue": "^0.1.11", "@vueuse/core": "^10.4.1", "@vueuse/head": "^1.3.1", "@wangeditor/editor": "^5.1.23", "@wangeditor/editor-for-vue": "^5.1.12", "@wecom/jssdk": "^1.4.3", "axios": "^1.5.0", "dayjs": "^1.11.9", "echarts": "^5.4.3", "element-plus": "^2.3.12", "intro.js": "^7.2.0", "jsencrypt": "^3.3.2", "lodash-es": "^4.17.21", "mitt": "^3.0.1", "mockjs": "^1.1.0", "normalize.css": "^8.0.1", "nprogress": "^0.2.0", "pinia": "^2.1.6", "qs": "^6.11.2", "typeit": "^8.7.1", "vsv-icon": "^1.0.0", "vue": "^3.3.4", "vue-echarts": "^6.6.1", "vue-i18n": "^9.3.0", "vue-json-viewer": "^3.0.4", "vue-pdf-embed": "^1.1.6", "vue-qr": "^4.0.9", "vue-router": "^4.2.4", "vue3-gantt": "1.1.8-6", "vuedraggable": "^4.1.0", "xgplayer": "^3.0.9", "xgplayer-hls.js": "^3.0.9" }, "devDependencies": { "@types/lodash-es": "^4.17.9", "@types/mockjs": "^1.0.7", "@types/nprogress": "^0.2.0", "@types/qs": "^6.9.8", "@vite-pwa/assets-generator": "^0.0.10", "@vitejs/plugin-vue": "^4.3.4", "@vitejs/plugin-vue-jsx": "^3.0.2", "@vue/compiler-sfc": "^3.3.4", "@vue/eslint-config-prettier": "^8.0.0", "@vue/eslint-config-typescript": "^11.0.3", "autoprefixer": "^10.4.15", "chokidar": "^3.5.3", "eslint": "^8.49.0", "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-vue": "^9.17.0", "lint-staged": "^14.0.1", "picocolors": "^1.0.0", "plop": "^4.0.0", "postcss-html": "^1.5.0", "prettier": "^3.0.3", "sass": "^1.66.1", "stylelint": "^15.10.3", "stylelint-config-recess-order": "^4.3.0", "stylelint-config-recommended-scss": "^13.0.0", "stylelint-config-recommended-vue": "^1.5.0", "terser": "^5.19.4", "typescript": "^5.2.2", "unplugin-auto-import": "^0.16.6", "unplugin-vue-components": "^0.25.2", "vite": "^4.4.9", "vite-plugin-banner": "^0.7.0", "vite-plugin-mock": "2.9.8", "vite-plugin-pwa": "^0.16.5", "vite-plugin-svg-icons": "^2.0.1", "vite-plugin-unplugin": "^1.6.9", "vite-plugin-vitebar": "^0.0.5", "vue-global-api": "^0.4.1", "vue-tsc": "^1.8.10" }, "gitHooks": { "pre-commit": "lint-staged" }, "homepage": "https://vue-admin-beautiful.com/shop-vite", "license": "Mozilla Public License Version 2.0", "lint-staged": { "*.{js,ts,vue}": [ "npm run lint", "npm run lint:prettier", "git add" ] }, "participants": [ "FlowPeakFish" ], "repository": { "type": "git", "url": "git+https://github.com/vue-admin-beautiful/shop-vite.git" } }