vue3-vant-mobile/package.json

92 lines
2.4 KiB
JSON

{
"name": "vue3-vant-mobile",
"version": "1.2.0",
"packageManager": "pnpm@7.14.0",
"description": "template for Vue3 Vant Mobile",
"license": "MIT",
"scripts": {
"dev": "cross-env MOCK_SERVER_PORT=8086 vite",
"build": "vue-tsc --noEmit && vite build",
"build:dev": "vue-tsc --noEmit && vite build --mode=development",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"preview": "vite preview",
"test": "vitest",
"plop": "plop",
"prepare": "npx husky install"
},
"dependencies": {
"@vant/touch-emulator": "^1.4.0",
"@vant/use": "^1.5.0",
"axios": "^1.3.4",
"echarts": "^5.4.1",
"lodash-es": "^4.17.21",
"nprogress": "^0.2.0",
"pinia": "^2.0.33",
"pinia-plugin-persistedstate": "^3.1.0",
"resize-detector": "^0.3.0",
"store": "^2.0.12",
"vant": "^4.1.0",
"vconsole": "^3.15.0",
"vue": "^3.2.47",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@antfu/eslint-config": "^0.33.1",
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.21.0",
"@babel/register": "^7.21.0",
"@types/lodash-es": "^4.17.6",
"@types/node": "^18.14.6",
"@types/nprogress": "^0.2.0",
"@types/store": "^2.0.2",
"@vitejs/plugin-legacy": "^3.0.2",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"autoprefixer": "^10.4.13",
"babel-plugin-module-resolver": "^4.1.0",
"commitizen": "^4.3.0",
"consola": "^2.15.3",
"cross-env": "^7.0.3",
"cz-emoji-chinese": "^0.3.1",
"eslint": "^8.35.0",
"husky": "^8.0.3",
"less": "^4.1.3",
"mockjs": "^1.1.0",
"path-to-regexp": "^6.2.1",
"plop": "^3.1.2",
"postcss-mobile-forever": "^2.3.3",
"rollup": "^3.18.0",
"rollup-plugin-visualizer": "^5.9.0",
"signale": "^1.4.0",
"slash2": "^2.0.0",
"terser": "^5.16.5",
"typescript": "^4.9.5",
"unplugin-auto-import": "^0.12.2",
"unplugin-vue-components": "^0.22.12",
"vite": "^4.1.4",
"vite-plugin-vconsole": "^1.3.1",
"vitest": "^0.25.8",
"vue-tsc": "^1.2.0"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"postcss"
]
}
},
"config": {
"commitizen": {
"path": "./node_modules/cz-emoji-chinese"
},
"cz-emoji-chinese": {
"skipQuestions": [
"body",
"scope"
]
}
}
}