23 lines
513 B
JSON
23 lines
513 B
JSON
|
|
{
|
||
|
|
"name": "front-process",
|
||
|
|
"private": true,
|
||
|
|
"version": "0.1.0",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite --port 5174 --strictPort",
|
||
|
|
"build": "vue-tsc --noEmit && vite build",
|
||
|
|
"preview": "vite preview --port 5174 --strictPort"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"ant-design-vue": "^4.2.6",
|
||
|
|
"vue": "^3.2.40",
|
||
|
|
"vue-router": "^4.1.6"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/node": "^16.11.7",
|
||
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
||
|
|
"typescript": "^4.7.4",
|
||
|
|
"vite": "^4.0.3",
|
||
|
|
"vue-tsc": "^0.35.0"
|
||
|
|
}
|
||
|
|
}
|