library-sys-for-jr/package.json

27 lines
564 B
JSON
Raw Permalink Normal View History

2024-12-30 03:28:42 +08:00
{
"name": "library-sys-for-jr",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@vitejs/plugin-vue-jsx": "^4.1.1",
"pinia": "^2.3.0",
"tdesign-vue-next": "^1.10.5",
"vue": "^3.5.13",
"vue-router": "4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.7.0",
"less": "^4.2.1",
"typescript": "~5.6.2",
"vite": "^6.0.5",
"vue-tsc": "^2.2.0"
}
}