2022-05-27 15:19:49 +00:00
|
|
|
{
|
|
|
|
|
"name": "vue3-vant-mobile",
|
2022-05-29 15:25:55 +00:00
|
|
|
"version": "0.2.0",
|
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",
|
2022-06-06 07:44:50 +00:00
|
|
|
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
|
2022-06-09 05:18:46 +00:00
|
|
|
"lint": "eslint --fix --ext .js,vue src/",
|
2022-06-09 03:04:04 +00:00
|
|
|
"preview": "vite preview",
|
|
|
|
|
"plop": "plop"
|
2022-05-27 15:19:49 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@vant/touch-emulator": "^1.3.2",
|
2022-06-04 07:07:46 +00:00
|
|
|
"axios": "^0.27.2",
|
2022-05-30 09:46:47 +00:00
|
|
|
"nprogress": "^0.2.0",
|
2022-05-27 15:19:49 +00:00
|
|
|
"pinia": "^2.0.14",
|
2022-06-04 07:07:46 +00:00
|
|
|
"store": "^2.0.12",
|
2022-06-13 06:00:34 +00:00
|
|
|
"vant": "4.0.0-alpha.4",
|
2022-05-30 04:43:31 +00:00
|
|
|
"vconsole": "^3.14.6",
|
2022-05-30 09:46:47 +00:00
|
|
|
"vue": "^3.2.25",
|
|
|
|
|
"vue-router": "^4.0.15"
|
2022-05-27 15:19:49 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2022-06-04 07:07:46 +00:00
|
|
|
"@types/express": "^4.17.13",
|
|
|
|
|
"@types/node": "^17.0.36",
|
2022-05-30 09:46:47 +00:00
|
|
|
"@types/nprogress": "^0.2.0",
|
2022-06-04 07:07:46 +00:00
|
|
|
"@types/store": "^2.0.2",
|
2022-06-09 05:18:46 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.27.1",
|
|
|
|
|
"@typescript-eslint/parser": "^5.27.1",
|
2022-06-23 07:08:08 +00:00
|
|
|
"@vitejs/plugin-legacy": "^1.8.2",
|
2022-05-27 15:19:49 +00:00
|
|
|
"@vitejs/plugin-vue": "^2.3.3",
|
2022-06-16 13:51:46 +00:00
|
|
|
"@vitejs/plugin-vue-jsx": "^1.3.10",
|
2022-06-09 05:18:46 +00:00
|
|
|
"@vue/eslint-config-typescript": "^10.0.0",
|
2022-06-08 15:07:16 +00:00
|
|
|
"autoprefixer": "^10.4.7",
|
2022-06-06 06:35:32 +00:00
|
|
|
"consola": "^2.15.3",
|
2022-06-04 07:07:46 +00:00
|
|
|
"cross-env": "^7.0.3",
|
2022-06-09 05:18:46 +00:00
|
|
|
"eslint": "^8.17.0",
|
|
|
|
|
"eslint-plugin-import": "^2.26.0",
|
|
|
|
|
"eslint-plugin-vue": "^9.1.0",
|
2022-06-04 07:07:46 +00:00
|
|
|
"express": "4.17.3",
|
2022-06-09 04:50:04 +00:00
|
|
|
"husky": "^8.0.1",
|
2022-05-29 15:25:55 +00:00
|
|
|
"less": "^4.1.2",
|
2022-06-04 07:07:46 +00:00
|
|
|
"mockjs": "^1.1.0",
|
2022-06-09 03:04:04 +00:00
|
|
|
"plop": "^3.1.0",
|
2022-06-08 15:07:16 +00:00
|
|
|
"postcss-px-to-viewport-8-plugin": "^1.1.3",
|
2022-06-16 13:51:46 +00:00
|
|
|
"rollup-plugin-visualizer": "^5.6.0",
|
|
|
|
|
"typescript": "^4.7.3",
|
2022-06-06 06:35:32 +00:00
|
|
|
"umi-mock-middleware2": "^1.0.2",
|
2022-07-12 02:31:38 +00:00
|
|
|
"unplugin-auto-import": "^0.9.2",
|
2022-06-13 07:10:59 +00:00
|
|
|
"unplugin-vue-components": "^0.19.6",
|
2022-07-14 01:39:46 +00:00
|
|
|
"vite": "^3.0.0",
|
2022-06-22 06:17:08 +00:00
|
|
|
"vite-plugin-vconsole": "^1.2.2",
|
2022-05-27 15:19:49 +00:00
|
|
|
"vue-tsc": "^0.34.7"
|
|
|
|
|
}
|
|
|
|
|
}
|