106 lines
3.0 KiB
JSON
106 lines
3.0 KiB
JSON
{
|
|
"packageManager": "pnpm@9.12.1",
|
|
"name": "vue-ts-example",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "run-p type-check \"build-only {@}\" --",
|
|
"preview": "vite preview",
|
|
"build-only": "vite build",
|
|
"type-check": "vue-tsc --build --force",
|
|
"lint": "eslint . --fix",
|
|
"format": "prettier --write src/",
|
|
"prepare": "husky",
|
|
"dev+preview": "bunx dev-and-preview@1.0.0",
|
|
"taze": "pnpx taze",
|
|
"playwright": "playwright test",
|
|
"playwright:ui": "playwright test --ui",
|
|
"playwright:chromium": "playwright test --project=chromium",
|
|
"depcheck": "depcheck"
|
|
},
|
|
"lint-staged": {
|
|
"src/**/*.{js,ts,vue}": [
|
|
"prettier --write",
|
|
"eslint --fix"
|
|
]
|
|
},
|
|
"pnpm": {
|
|
"patchedDependencies": {}
|
|
},
|
|
"dependencies": {
|
|
"@alova/adapter-axios": "^2.0.7",
|
|
"@unhead/vue": "^1.11.7",
|
|
"@vant/use": "^1.6.0",
|
|
"@vueuse/core": "^11.1.0",
|
|
"alova": "^3.0.20",
|
|
"axios": "^1.7.7",
|
|
"dayjs": "^1.11.13",
|
|
"jsencrypt": "^3.3.2",
|
|
"mitt": "^3.0.1",
|
|
"nprogress": "^0.2.0",
|
|
"page-stack-vue3": "^2.5.6",
|
|
"pinia": "^2.2.4",
|
|
"pinia-plugin-persistedstate": "^4.1.1",
|
|
"radash": "^12.1.0",
|
|
"taze": "^0.17.2",
|
|
"tdesign-icons-vue-next": "^0.2.6",
|
|
"tdesign-mobile-vue": "^1.4.3",
|
|
"ts-enum-util": "^4.1.0",
|
|
"utils4u": "^2.11.0",
|
|
"vant": "^4.9.7",
|
|
"vite-plugin-webfont-dl": "^3.9.5",
|
|
"vue": "^3.5.11",
|
|
"vue-page-stack": "^3.2.0",
|
|
"vue-router": "^4.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/compat": "^1.2.0",
|
|
"@faker-js/faker": "^9.0.3",
|
|
"@iconify-json/carbon": "^1.2.2",
|
|
"@iconify/utils": "^2.1.33",
|
|
"@playwright/test": "^1.48.0",
|
|
"@tsconfig/node20": "^20.1.4",
|
|
"@types/jsdom": "^21.1.7",
|
|
"@types/node": "^22.7.5",
|
|
"@types/nprogress": "^0.2.3",
|
|
"@unocss/preset-attributify": "^0.63.4",
|
|
"@unocss/preset-rem-to-px": "^0.63.4",
|
|
"@unocss/reset": "^0.63.4",
|
|
"@vant/auto-import-resolver": "^1.2.1",
|
|
"@vitejs/plugin-vue": "^5.1.4",
|
|
"@vitejs/plugin-vue-jsx": "^4.0.1",
|
|
"@vue/eslint-config-prettier": "^10.0.0",
|
|
"@vue/eslint-config-typescript": "^14.0.1",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"@vue/tsconfig": "^0.5.1",
|
|
"depcheck": "^1.4.7",
|
|
"eruda": "^3.4.0",
|
|
"eslint": "^9.12.0",
|
|
"eslint-plugin-vue": "^9.29.0",
|
|
"husky": "^9.1.6",
|
|
"jsdom": "^25.0.1",
|
|
"less": "^4.2.0",
|
|
"lint-staged": "^15.2.10",
|
|
"mockjs": "^1.1.0",
|
|
"npm-run-all2": "^6.2.3",
|
|
"prettier": "^3.3.3",
|
|
"surge": "latest",
|
|
"typescript": "~5.6.0",
|
|
"unocss": "^0.63.4",
|
|
"unplugin-auto-import": "^0.18.3",
|
|
"unplugin-icons": "^0.19.3",
|
|
"unplugin-vue-components": "^0.27.4",
|
|
"unplugin-vue-macros": "^2.12.3",
|
|
"unplugin-vue-markdown": "^0.26.2",
|
|
"unplugin-vue-router": "^0.10.8",
|
|
"vercel": "latest",
|
|
"vite": "^5.4.8",
|
|
"vite-plugin-cdn-import": "^1.0.1",
|
|
"vite-plugin-fake-server": "^2.1.2",
|
|
"vite-plugin-vue-devtools": "^7.4.6",
|
|
"vue-tsc": "^2.1.6"
|
|
}
|
|
}
|