{ "name": "litrl", "private": true, "version": "0.0.1", "type": "module", "scripts": { "dev": "VITE_API_URL=http://0.0.0.0:7860 vite", "build": "tsc && vite build", "preview": "vite preview --host 0.0.0.0 --port 7860", "test.e2e": "cypress run", "test.unit": "vitest", "lint": "npx prettier src --write " }, "dependencies": { "@ionic/react": "^7.0.0", "@ionic/react-router": "^7.0.0", "@svgr/webpack": "^8.1.0", "@types/react-router": "^5.1.20", "@types/react-router-dom": "^5.3.3", "@typescript-eslint/eslint-plugin": "^6.18.1", "axios": "^1.6.5", "framer-motion": "^10.17.12", "ionicons": "^7.0.0", "prettier": "^2.8.8", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router": "^5.3.4", "react-router-dom": "^5.3.4", "typescript-eslint": "^0.0.1-alpha.0", "vite-plugin-svgr": "^4.2.0" }, "devDependencies": { "@svgr/rollup": "^8.1.0", "@testing-library/dom": ">=7.21.4", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.4.3", "@types/react": "^18.0.27", "@types/react-dom": "^18.0.10", "@vitejs/plugin-legacy": "^5.0.0", "@vitejs/plugin-react": "^4.0.1", "cypress": "^13.5.0", "eslint": "^8.56.0", "eslint-plugin-react": "^7.32.2", "jsdom": "^22.1.0", "terser": "^5.4.0", "typescript": "^4.9.5", "vite": "^5.0.0", "vitest": "^0.34.6" }, "description": "An Ionic project" }