2022-05-27 15:19:49 +00:00
|
|
|
{
|
2024-03-28 06:25:57 +00:00
|
|
|
"name": "vue3-vant-mobile",
|
2023-12-22 16:15:34 +00:00
|
|
|
"type": "module",
|
2025-02-20 14:15:33 +00:00
|
|
|
"version": "3.6.0",
|
2025-02-24 14:16:10 +00:00
|
|
|
"packageManager": "pnpm@9.1.4",
|
2024-11-08 07:34:28 +00:00
|
|
|
"description": "An mobile web apps template based on the Vue 3 ecosystem",
|
2022-10-25 02:59:04 +00:00
|
|
|
"license": "MIT",
|
2022-05-27 15:19:49 +00:00
|
|
|
"scripts": {
|
2022-06-04 07:07:46 +00:00
|
|
|
"dev": "cross-env MOCK_SERVER_PORT=8086 vite",
|
2022-05-27 15:19:49 +00:00
|
|
|
"build": "vue-tsc --noEmit && vite build",
|
2024-03-08 04:01:56 +00:00
|
|
|
"preview": "vite preview",
|
2025-02-20 14:12:54 +00:00
|
|
|
"test": "vitest",
|
2022-10-22 12:51:16 +00:00
|
|
|
"lint": "eslint .",
|
|
|
|
|
"lint:fix": "eslint . --fix",
|
2024-01-11 09:24:13 +00:00
|
|
|
"release": "bumpp --commit --push --tag",
|
2025-02-20 14:12:54 +00:00
|
|
|
"typecheck": "vue-tsc --noEmit",
|
|
|
|
|
"commitlint": "commitlint --edit",
|
|
|
|
|
"prepare": "simple-git-hooks"
|
2022-05-27 15:19:49 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-02-19 02:28:00 +00:00
|
|
|
"@unhead/vue": "~1.11.19",
|
2022-11-28 08:36:21 +00:00
|
|
|
"@vant/touch-emulator": "^1.4.0",
|
2023-10-23 14:03:29 +00:00
|
|
|
"@vant/use": "^1.6.0",
|
2025-02-19 02:28:00 +00:00
|
|
|
"@vueuse/core": "^12.7.0",
|
2024-12-09 12:09:50 +00:00
|
|
|
"axios": "^1.7.9",
|
2025-01-13 02:38:32 +00:00
|
|
|
"echarts": "^5.6.0",
|
2022-09-26 06:09:06 +00:00
|
|
|
"lodash-es": "^4.17.21",
|
2022-05-30 09:46:47 +00:00
|
|
|
"nprogress": "^0.2.0",
|
2025-02-19 02:28:00 +00:00
|
|
|
"pinia": "^3.0.1",
|
2024-12-19 09:57:43 +00:00
|
|
|
"pinia-plugin-persistedstate": "^4.2.0",
|
2022-09-29 03:26:53 +00:00
|
|
|
"resize-detector": "^0.3.0",
|
2025-02-10 02:19:53 +00:00
|
|
|
"vant": "^4.9.17",
|
2023-06-08 15:33:22 +00:00
|
|
|
"vconsole": "^3.15.1",
|
2024-11-26 10:49:12 +00:00
|
|
|
"vue": "^3.5.13",
|
2025-02-10 02:19:53 +00:00
|
|
|
"vue-i18n": "^11.1.1",
|
2024-11-26 10:49:12 +00:00
|
|
|
"vue-router": "^4.5.0"
|
2022-05-27 15:19:49 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-02-19 02:28:00 +00:00
|
|
|
"@antfu/eslint-config": "4.3.0",
|
2025-02-20 14:12:54 +00:00
|
|
|
"@commitlint/cli": "^19.7.1",
|
|
|
|
|
"@commitlint/config-conventional": "^19.7.1",
|
|
|
|
|
"@commitlint/types": "^19.5.0",
|
2025-02-19 02:28:00 +00:00
|
|
|
"@iconify-json/carbon": "^1.2.7",
|
2025-01-13 02:38:32 +00:00
|
|
|
"@intlify/unplugin-vue-i18n": "^6.0.3",
|
2023-12-21 05:37:04 +00:00
|
|
|
"@types/lodash-es": "^4.17.12",
|
2025-02-19 02:28:00 +00:00
|
|
|
"@types/node": "^22.13.4",
|
2023-11-08 04:30:48 +00:00
|
|
|
"@types/nprogress": "^0.2.3",
|
2025-02-19 02:28:00 +00:00
|
|
|
"@unocss/eslint-plugin": "66.0.0",
|
|
|
|
|
"@unocss/preset-rem-to-px": "66.0.0",
|
2024-08-26 09:08:51 +00:00
|
|
|
"@vant/auto-import-resolver": "^1.2.1",
|
2025-02-10 02:19:53 +00:00
|
|
|
"@vitejs/plugin-legacy": "^6.0.1",
|
2024-11-30 12:19:17 +00:00
|
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
2024-08-18 14:29:28 +00:00
|
|
|
"autoprefixer": "^10.4.20",
|
2025-02-19 02:28:00 +00:00
|
|
|
"bumpp": "^10.0.3",
|
2025-01-27 14:32:10 +00:00
|
|
|
"consola": "^3.4.0",
|
2022-06-04 07:07:46 +00:00
|
|
|
"cross-env": "^7.0.3",
|
2025-02-19 02:28:00 +00:00
|
|
|
"eslint": "^9.20.1",
|
2025-01-13 02:38:32 +00:00
|
|
|
"eslint-plugin-format": "^1.0.1",
|
2025-01-27 14:32:10 +00:00
|
|
|
"less": "^4.2.2",
|
2025-02-20 14:12:54 +00:00
|
|
|
"lint-staged": "^15.4.3",
|
2022-06-04 07:07:46 +00:00
|
|
|
"mockjs": "^1.1.0",
|
2025-02-19 02:28:00 +00:00
|
|
|
"postcss-mobile-forever": "^4.4.0",
|
|
|
|
|
"rollup": "^4.34.8",
|
2025-02-20 14:12:54 +00:00
|
|
|
"simple-git-hooks": "^2.11.1",
|
2025-02-19 02:28:00 +00:00
|
|
|
"terser": "^5.39.0",
|
2025-01-13 02:38:32 +00:00
|
|
|
"typescript": "^5.7.3",
|
2025-02-19 02:28:00 +00:00
|
|
|
"unocss": "66.0.0",
|
|
|
|
|
"unplugin-auto-import": "^19.1.0",
|
|
|
|
|
"unplugin-vue-components": "^28.2.0",
|
2025-01-27 14:32:10 +00:00
|
|
|
"unplugin-vue-router": "^0.11.2",
|
2025-02-10 02:19:53 +00:00
|
|
|
"vite": "^6.1.0",
|
|
|
|
|
"vite-plugin-mock-dev-server": "^1.8.4",
|
2024-11-30 12:19:17 +00:00
|
|
|
"vite-plugin-pwa": "^0.21.1",
|
2024-08-18 14:29:28 +00:00
|
|
|
"vite-plugin-sitemap": "^0.7.1",
|
2024-02-06 15:35:33 +00:00
|
|
|
"vite-plugin-vconsole": "^2.1.1",
|
2025-02-19 02:28:00 +00:00
|
|
|
"vite-plugin-vue-devtools": "^7.7.2",
|
|
|
|
|
"vitest": "^3.0.6",
|
|
|
|
|
"vue-tsc": "^2.2.2"
|
2022-09-30 06:22:55 +00:00
|
|
|
},
|
2022-12-02 05:46:03 +00:00
|
|
|
"pnpm": {
|
2024-07-01 10:27:56 +00:00
|
|
|
"allowedDeprecatedVersions": {
|
|
|
|
|
"glob": "7.2.3",
|
|
|
|
|
"inflight": "1.0.6",
|
|
|
|
|
"sourcemap-codec": "1.4.8"
|
2025-02-10 06:46:44 +00:00
|
|
|
}
|
2024-11-30 12:19:17 +00:00
|
|
|
},
|
|
|
|
|
"resolutions": {
|
2025-02-10 02:19:53 +00:00
|
|
|
"vite": "^6.1.0"
|
2025-02-20 14:12:54 +00:00
|
|
|
},
|
|
|
|
|
"simple-git-hooks": {
|
|
|
|
|
"pre-commit": "pnpm lint-staged",
|
|
|
|
|
"commit-msg": "pnpm commitlint $1"
|
|
|
|
|
},
|
|
|
|
|
"lint-staged": {
|
|
|
|
|
"*": "eslint --fix"
|
2022-05-27 15:19:49 +00:00
|
|
|
}
|
|
|
|
|
}
|