vue3-vant-mobile/package.json

93 lines
2.6 KiB
JSON
Raw Normal View History

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-12-27 05:50:32 +00:00
"version": "3.5.0",
2024-12-27 05:23:48 +00:00
"packageManager": "pnpm@9.15.1",
2024-11-08 07:34:28 +00:00
"description": "An mobile web apps template based on the Vue 3 ecosystem",
"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-12-19 09:57:43 +00:00
"@unhead/vue": "^1.11.14",
"@vant/touch-emulator": "^1.4.0",
"@vant/use": "^1.6.0",
2024-12-27 05:23:48 +00:00
"@vueuse/core": "^12.2.0",
2024-12-09 12:09:50 +00:00
"axios": "^1.7.9",
2024-07-20 05:27:49 +00:00
"echarts": "^5.5.1",
"lodash-es": "^4.17.21",
2022-05-30 09:46:47 +00:00
"nprogress": "^0.2.0",
2024-12-09 12:09:50 +00:00
"pinia": "^2.3.0",
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",
2024-12-19 09:57:43 +00:00
"vant": "^4.9.15",
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-12-27 05:23:48 +00:00
"vue-i18n": "^11.0.1",
2024-11-26 10:49:12 +00:00
"vue-router": "^4.5.0"
2022-05-27 15:19:49 +00:00
},
"devDependencies": {
2024-12-27 05:23:48 +00:00
"@antfu/eslint-config": "3.12.1",
2024-12-19 09:57:43 +00:00
"@iconify-json/carbon": "^1.2.5",
2024-12-27 05:23:48 +00:00
"@intlify/unplugin-vue-i18n": "^6.0.2",
2023-12-21 05:37:04 +00:00
"@types/lodash-es": "^4.17.12",
2024-12-19 09:57:43 +00:00
"@types/node": "^22.10.2",
2023-11-08 04:30:48 +00:00
"@types/nprogress": "^0.2.3",
2024-12-27 05:23:48 +00:00
"@unocss/eslint-plugin": "0.65.3",
"@unocss/preset-rem-to-px": "0.65.3",
"@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-12-27 05:23:48 +00:00
"bumpp": "^9.9.2",
"consola": "^3.3.3",
2022-06-04 07:07:46 +00:00
"cross-env": "^7.0.3",
2024-12-19 09:57:43 +00:00
"eslint": "^9.17.0",
2024-11-30 12:19:17 +00:00
"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-12-27 05:23:48 +00:00
"rollup": "^4.29.1",
2024-12-09 12:09:50 +00:00
"terser": "^5.37.0",
2024-12-27 05:23:48 +00:00
"typescript": "^5.7.2",
"unocss": "0.65.3",
2024-12-19 09:57:43 +00:00
"unplugin-auto-import": "^0.19.0",
"unplugin-vue-components": "^0.28.0",
2024-12-09 12:09:50 +00:00
"unplugin-vue-router": "^0.10.9",
2024-12-27 05:23:48 +00:00
"vite": "^6.0.6",
2024-12-19 09:57:43 +00:00
"vite-plugin-mock-dev-server": "^1.8.3",
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",
"vite-plugin-vconsole": "^2.1.1",
2024-12-19 09:57:43 +00:00
"vite-plugin-vue-devtools": "^7.6.8",
2024-12-09 12:09:50 +00:00
"vitest": "^2.1.8",
2024-12-27 05:23:48 +00:00
"vue-tsc": "^2.2.0"
2022-09-30 06:22:55 +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"
2024-12-27 05:23:48 +00:00
},
"peerDependencyRules": {
"allowedVersions": {
"@intlify/shared": "^11.x",
"vue-i18n": "^11.x"
}
}
2024-11-30 12:19:17 +00:00
},
"resolutions": {
2024-12-27 05:23:48 +00:00
"vite": "^6.0.6"
2022-05-27 15:19:49 +00:00
}
}