diff --git a/package.json b/package.json index 89151ca..b4e163b 100644 --- a/package.json +++ b/package.json @@ -6,28 +6,34 @@ "dev": "next dev", "build": "next build", "start": "next start", - "lint": "next lint" + "lint": "next lint", + "test": "playwright test", + "test:ui": "playwright test --ui", + "test:debug": "playwright test --debug" }, "dependencies": { "@monaco-editor/react": "^4.6.0", "@phosphor-icons/react": "^2.1.7", "@reduxjs/toolkit": "^2.5.0", - "dexie": "^4.0.10", "framer-motion": "^11.15.0", + "idb": "^8.0.2", "monaco-editor": "^0.52.2", "next": "15.1.3", "react": "^19.0.0", "react-dom": "^19.0.0", "react-redux": "^9.2.0", - "sonner": "^1.7.3" + "recharts": "^2.15.0", + "sonner": "^1.7.1", + "sucrase": "^3.35.0" }, "devDependencies": { + "@playwright/test": "^1.49.1", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^8", "eslint-config-next": "15.1.3", - "sass": "^1.70.0", + "sass": "^1.83.4", "typescript": "^5" } }