38 lines
910 B
JSON
38 lines
910 B
JSON
{
|
|
"name": "clinical-web",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc -b && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"format": "prettier . --write",
|
|
"format:check": "prettier . --check"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.20.0",
|
|
"element-plus": "^2.14.5",
|
|
"pinia": "^4.0.3",
|
|
"vue": "^3.5.41",
|
|
"vue-router": "^5.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"@types/node": "^24.13.3",
|
|
"@vitejs/plugin-vue": "^6.0.8",
|
|
"@vue/tsconfig": "^0.9.1",
|
|
"eslint": "^10.9.1",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-vue": "^10.10.0",
|
|
"globals": "^17.11.0",
|
|
"prettier": "^3.9.6",
|
|
"typescript": "~6.0.2",
|
|
"typescript-eslint": "^8.68.0",
|
|
"vite": "^8.2.2",
|
|
"vue-tsc": "^3.3.11"
|
|
}
|
|
}
|