clean: package json

This commit is contained in:
Tom Boullay
2026-04-27 16:27:57 +02:00
parent e25152b3e5
commit 149f9aa26c
4 changed files with 14 additions and 226 deletions
-3
View File
@@ -5,8 +5,6 @@
"type": "module",
"scripts": {
"dev": "vite",
"dev:hand": "python3 -m backend.main",
"dev:full": "concurrently \"npm run dev\" \"npm run dev:hand\"",
"build": "tsc -b && vite build",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
@@ -33,7 +31,6 @@
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"concurrently": "^9.2.1",
"eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",