Files
nianxx-h5/package.json
DEV_DSW 3ab5c596cf refactor: migrate login and agree popup to Vant and Tailwind
- replace uni-popup/uni-icons with Vant van-popup/van-icon in AgreePopup
- switch markdown rendering to vue3-markdown-it from zero-markdown-div
- remove unused AgreePopup demo, styles, README and image assets
- refactor login page to use Tailwind utilities instead of legacy SCSS
- replace uni.showToast with auto-imported vant showToast, add global type definition
- update package dependencies and refresh yarn.lock
- clean up unused uni-app specific imports and code
2026-05-27 12:04:24 +08:00

43 lines
1.1 KiB
JSON

{
"name": "nianxx-h5",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview --host 0.0.0.0",
"typecheck": "vue-tsc --noEmit",
"test": "node --test src/**/*.test.ts"
},
"dependencies": {
"axios": "^1.16.1",
"mitt": "^3.0.1",
"pinia": "^3.0.3",
"vant": "^4.9.24",
"vue": "^3.5.13",
"vue-i18n": "11.4.4",
"vue-router": "^4.5.1",
"vue3-markdown-it": "^1.0.10"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.12",
"@tsconfig/node20": "^20.1.6",
"@types/node": "^22.13.14",
"@vant/auto-import-resolver": "^1.3.0",
"@vitejs/plugin-legacy": "^6.0.1",
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"@vue/tsconfig": "^0.7.0",
"concurrently": "^9.2.1",
"sass": "^1.70.0",
"tailwindcss": "^4.1.12",
"typescript": "^5.8.3",
"unplugin-auto-import": "^21.0.0",
"unplugin-vue-components": "^32.1.0",
"vconsole": "^3.15.1",
"vite": "^6.1.1",
"vue-tsc": "^2.1.10"
}
}