{ "name": "@basil/web", "version": "1.0.0", "description": "Basil web application", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "test": "vitest run", "test:watch": "vitest", "test:ui": "vitest --ui", "test:coverage": "vitest run --coverage", "lint": "eslint . --ext ts,tsx" }, "keywords": [ "basil", "web" ], "license": "MIT", "dependencies": { "@basil/shared": "^1.0.0", "@hello-pangea/dnd": "^18.0.1", "axios": "^1.6.5", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.21.1" }, "devDependencies": { "@testing-library/jest-dom": "^6.2.0", "@testing-library/react": "^14.1.2", "@testing-library/user-event": "^14.5.2", "@types/react": "^18.2.47", "@types/react-dom": "^18.2.18", "@typescript-eslint/eslint-plugin": "^6.17.0", "@typescript-eslint/parser": "^6.17.0", "@vitejs/plugin-react": "^4.2.1", "@vitest/coverage-v8": "^1.2.0", "@vitest/ui": "^1.2.0", "eslint": "^8.56.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "jsdom": "^23.2.0", "typescript": "^5.3.3", "vite": "^5.0.10", "vitest": "^1.2.0" } }