mirror of
https://github.com/xiangshu233/vue3-vant4-mobile.git
synced 2025-04-05 06:22:45 +08:00
88 lines
2.9 KiB
JSON
88 lines
2.9 KiB
JSON
{
|
|
"name": "vant4-vue3-ts",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"bootstrap": "pnpm install",
|
|
"serve": "npm run dev",
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && cross-env NODE_ENV=production vite build && esno ./build/script/postBuild.ts",
|
|
"build:no-cache": "pnpm clean:cache && npm run build",
|
|
"report": "cross-env REPORT=true npm run build",
|
|
"preview": "vite preview",
|
|
"clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite",
|
|
"clean:lib": "rimraf node_modules",
|
|
"lint:eslint": "eslint \"{src}/**/*.{vue,ts,tsx}\" --fix",
|
|
"lint:prettier": "prettier --write --loglevel warn \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
|
|
"lint:stylelint": "stylelint --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/"
|
|
},
|
|
"dependencies": {
|
|
"@types/lodash": "^4.14.184",
|
|
"@vicons/utils": "^0.1.4",
|
|
"@vicons/antd": "^0.12.0",
|
|
"@vicons/ionicons5": "^0.12.0",
|
|
"@vueuse/core": "^9.2.0",
|
|
"axios": "^0.26.1",
|
|
"date-fns": "^2.29.2",
|
|
"echarts": "^5.3.3",
|
|
"lodash-es": "^4.17.21",
|
|
"mockjs": "^1.1.0",
|
|
"pinia": "^2.0.19",
|
|
"pinia-plugin-persist": "^1.0.0",
|
|
"qs": "^6.11.0",
|
|
"vant": "4.0.0-beta.0",
|
|
"vue": "^3.2.37",
|
|
"vue-router": "4.1.5",
|
|
"vue-types": "^4.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^17.0.3",
|
|
"@commitlint/config-conventional": "^17.0.3",
|
|
"@types/mockjs": "^1.0.6",
|
|
"@types/node": "^18.7.1",
|
|
"@types/fs-extra": "^9.0.13",
|
|
"@typescript-eslint/eslint-plugin": "^5.33.1",
|
|
"@typescript-eslint/parser": "^5.33.1",
|
|
"@vitejs/plugin-vue": "^3.0.3",
|
|
"@vue/compiler-sfc": "^3.2.37",
|
|
"@vue/eslint-config-typescript": "^11.0.0",
|
|
"autoprefixer": "^10.4.8",
|
|
"cross-env": "^7.0.3",
|
|
"dotenv": "^16.0.1",
|
|
"eslint": "^8.22.0",
|
|
"rimraf": "^3.0.2",
|
|
"fs-extra": "^10.1.0",
|
|
"picocolors": "^1.0.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-define-config": "^1.6.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-vue": "^9.3.0",
|
|
"esno": "^0.16.3",
|
|
"less": "^4.1.3",
|
|
"postcss": "^8.4.16",
|
|
"postcss-html": "^1.0.0",
|
|
"postcss-less": "^6.0.0",
|
|
"postcss-px-to-viewport-8-plugin": "^1.1.5",
|
|
"prettier": "^2.7.1",
|
|
"rollup": "^2.79.0",
|
|
"rollup-plugin-visualizer": "^5.8.1",
|
|
"stylelint": "^14.10.0",
|
|
"stylelint-config-prettier": "^9.0.3",
|
|
"stylelint-config-recommended": "^9.0.0",
|
|
"stylelint-config-recommended-vue": "^1.4.0",
|
|
"stylelint-config-standard": "^27.0.0",
|
|
"stylelint-order": "^5.0.0",
|
|
"typescript": "^4.6.4",
|
|
"unplugin-vue-components": "^0.22.4",
|
|
"vite": "^3.0.0",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vite-plugin-html": "^3.2.0",
|
|
"vite-plugin-mock": "^2.9.6",
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
|
"vite-plugin-vue-setup-extend": "^0.4.0",
|
|
"vite-plugin-windicss": "^1.8.7",
|
|
"vue-eslint-parser": "^9.0.0",
|
|
"vue-tsc": "^1.0.5"
|
|
}
|
|
}
|