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",
|
2024-11-30 13:11:44 +00:00
|
|
|
"version": "3.3.1",
|
2024-11-30 12:19:17 +00:00
|
|
|
"packageManager": "pnpm@9.14.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",
|
2022-06-09 05:18:46 +00:00
|
|
|
"build:dev": "vue-tsc --noEmit && vite build --mode=development",
|
2024-03-08 04:01:56 +00:00
|
|
|
"preview": "vite preview",
|
2022-10-22 12:51:16 +00:00
|
|
|
"lint": "eslint .",
|
|
|
|
|
"lint:fix": "eslint . --fix",
|
2022-08-16 02:57:15 +00:00
|
|
|
"test": "vitest",
|
2024-01-11 09:24:13 +00:00
|
|
|
"release": "bumpp --commit --push --tag",
|
2024-11-30 12:19:17 +00:00
|
|
|
"prepare": "husky",
|
|
|
|
|
"typecheck": "vue-tsc --noEmit"
|
2022-05-27 15:19:49 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-11-26 10:49:12 +00:00
|
|
|
"@unhead/vue": "^1.11.13",
|
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",
|
2024-11-30 12:19:17 +00:00
|
|
|
"@vueuse/core": "^12.0.0",
|
2024-11-26 10:49:12 +00:00
|
|
|
"axios": "^1.7.8",
|
2024-07-20 05:27:49 +00:00
|
|
|
"echarts": "^5.5.1",
|
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",
|
2024-11-30 12:19:17 +00:00
|
|
|
"pinia": "^2.2.8",
|
2024-11-26 10:49:12 +00:00
|
|
|
"pinia-plugin-persistedstate": "^4.1.3",
|
2022-09-29 03:26:53 +00:00
|
|
|
"resize-detector": "^0.3.0",
|
2024-11-26 10:49:12 +00:00
|
|
|
"vant": "^4.9.9",
|
2023-06-08 15:33:22 +00:00
|
|
|
"vconsole": "^3.15.1",
|
2024-11-26 10:49:12 +00:00
|
|
|
"vue": "^3.5.13",
|
2024-11-30 12:19:17 +00:00
|
|
|
"vue-i18n": "^10.0.5",
|
2024-11-26 10:49:12 +00:00
|
|
|
"vue-router": "^4.5.0"
|
2022-05-27 15:19:49 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-11-30 12:19:17 +00:00
|
|
|
"@antfu/eslint-config": "3.11.2",
|
2024-10-30 06:27:28 +00:00
|
|
|
"@iconify-json/carbon": "^1.2.4",
|
2024-11-26 10:49:12 +00:00
|
|
|
"@intlify/unplugin-vue-i18n": "^6.0.0",
|
2023-12-21 05:37:04 +00:00
|
|
|
"@types/lodash-es": "^4.17.12",
|
2024-11-30 12:19:17 +00:00
|
|
|
"@types/node": "^22.10.1",
|
2023-11-08 04:30:48 +00:00
|
|
|
"@types/nprogress": "^0.2.3",
|
2024-11-30 12:19:17 +00:00
|
|
|
"@unocss/eslint-plugin": "0.65.0-beta.2",
|
|
|
|
|
"@unocss/preset-rem-to-px": "0.65.0-beta.2",
|
2024-08-26 09:08:51 +00:00
|
|
|
"@vant/auto-import-resolver": "^1.2.1",
|
2024-11-30 12:19:17 +00:00
|
|
|
"@vitejs/plugin-legacy": "^6.0.0",
|
|
|
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
2024-08-18 14:29:28 +00:00
|
|
|
"autoprefixer": "^10.4.20",
|
2024-11-08 07:34:28 +00:00
|
|
|
"bumpp": "^9.8.1",
|
2023-10-23 14:03:29 +00:00
|
|
|
"consola": "^3.2.3",
|
2022-06-04 07:07:46 +00:00
|
|
|
"cross-env": "^7.0.3",
|
2024-11-30 12:19:17 +00:00
|
|
|
"eslint": "^9.16.0",
|
|
|
|
|
"eslint-plugin-format": "^0.1.3",
|
2024-11-26 10:49:12 +00:00
|
|
|
"husky": "^9.1.7",
|
|
|
|
|
"less": "^4.2.1",
|
2022-06-04 07:07:46 +00:00
|
|
|
"mockjs": "^1.1.0",
|
2024-11-30 12:19:17 +00:00
|
|
|
"postcss-mobile-forever": "^4.3.1",
|
2024-11-26 10:49:12 +00:00
|
|
|
"rollup": "^4.27.4",
|
2024-10-30 06:27:28 +00:00
|
|
|
"terser": "^5.36.0",
|
2024-11-30 12:19:17 +00:00
|
|
|
"typescript": "~5.6.3",
|
|
|
|
|
"unocss": "0.65.0-beta.2",
|
|
|
|
|
"unplugin-auto-import": "^0.18.6",
|
|
|
|
|
"unplugin-vue-components": "^0.27.5",
|
2024-09-20 10:45:04 +00:00
|
|
|
"unplugin-vue-router": "^0.10.8",
|
2024-11-30 12:19:17 +00:00
|
|
|
"vite": "^6.0.1",
|
2024-10-14 03:25:15 +00:00
|
|
|
"vite-plugin-mock-dev-server": "^1.8.0",
|
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",
|
2024-11-30 12:19:17 +00:00
|
|
|
"vite-plugin-vue-devtools": "^7.6.7",
|
|
|
|
|
"vitest": "^2.1.6",
|
2024-11-08 07:34:28 +00:00
|
|
|
"vue-tsc": "^2.1.10"
|
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"
|
2022-12-02 05:46:03 +00:00
|
|
|
}
|
2024-11-30 12:19:17 +00:00
|
|
|
},
|
|
|
|
|
"resolutions": {
|
|
|
|
|
"vite": "^6.0.1"
|
2022-05-27 15:19:49 +00:00
|
|
|
}
|
|
|
|
|
}
|