T01: update frontend package.json
This commit is contained in:
+22
-20
@@ -1,30 +1,32 @@
|
|||||||
{
|
{
|
||||||
"name": "frontend",
|
"name": "web-cad-frontend",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.0.0",
|
"version": "0.0.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"build": "vite build",
|
"build": "tsc && vite build",
|
||||||
"lint": "eslint .",
|
"preview": "vite preview",
|
||||||
"preview": "vite preview"
|
"test": "vitest",
|
||||||
|
"test:ui": "vitest --ui",
|
||||||
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
||||||
|
"preview:test": "playwright test"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "^1.16.1",
|
"react": "^19.0.0",
|
||||||
"fabric": "^5.5.2",
|
"react-dom": "^19.0.0"
|
||||||
"react": "^19.2.6",
|
|
||||||
"react-dom": "^19.2.6",
|
|
||||||
"react-router-dom": "^7.15.1"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@eslint/js": "^10.0.1",
|
"@types/react": "^19.0.0",
|
||||||
"@types/react": "^19.2.14",
|
"@types/react-dom": "^19.0.0",
|
||||||
"@types/react-dom": "^19.2.3",
|
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
||||||
"@vitejs/plugin-react": "^6.0.1",
|
"@typescript-eslint/parser": "^8.0.0",
|
||||||
"eslint": "^10.3.0",
|
"@vitejs/plugin-react": "^4.3.1",
|
||||||
"eslint-plugin-react-hooks": "^7.1.1",
|
"eslint": "^9.0.0",
|
||||||
"eslint-plugin-react-refresh": "^0.5.2",
|
"eslint-plugin-react-hooks": "^5.0.0",
|
||||||
"globals": "^17.6.0",
|
"eslint-plugin-react-refresh": "^0.4.0",
|
||||||
"vite": "^8.0.12"
|
"typescript": "^5.0.0",
|
||||||
|
"vite": "^6.0.0",
|
||||||
|
"vitest": "^2.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user