{ "name": "client", "version": "1.0.0", "description": "Coop Client app", "scripts": { "analyze": "npm run build && source-map-explorer 'build/static/js/*.js'", "start": "vite --port 3000", "build": "vite build", "test": "vitest --passWithNoTests", "test:prepush": "vitest --watchAll=false --passWithNoTests", "check:prepush": "npm run build && npm run test:prepush", "lint": "tsc --noEmit && eslint ./src", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build" }, "author": "Roostorg", "license": "ISC", "dependencies": { "@apollo/client": "^3.14.1", "@googlemaps/js-api-loader": "^1.14.1", "@kojodesign/tailwindkit": "^0.0.1-rc4", "@opentelemetry/auto-instrumentations-web": "^0.41.0", "@opentelemetry/context-zone": "^1.26.0", "@opentelemetry/exporter-trace-otlp-http": "^0.53.0", "@opentelemetry/instrumentation": "^0.53.0", "@opentelemetry/propagator-aws-xray": "^1.26.0", "@opentelemetry/resources": "^1.26.0", "@opentelemetry/sdk-trace-base": "^1.26.0", "@opentelemetry/sdk-trace-web": "^1.26.0", "@opentelemetry/semantic-conventions": "^1.27.0", "@radix-ui/react-checkbox": "^1.1.1", "@radix-ui/react-label": "^2.1.0", "@radix-ui/react-popover": "^1.1.1", "@radix-ui/react-select": "^2.1.1", "@radix-ui/react-separator": "^1.1.0", "@radix-ui/react-slider": "^1.2.0", "@radix-ui/react-switch": "^1.1.0", "@radix-ui/react-tooltip": "^1.1.2", "@roostorg/types": "^2.0.0", "@tailwindcss/container-queries": "^0.1.1", "@tailwindcss/forms": "^0.5.7", "@tailwindcss/typography": "^0.5.13", "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^11.2.3", "@testing-library/user-event": "^12.6.0", "@tiptap/react": "^2.0.4", "@tiptap/starter-kit": "^2.0.4", "@types/google.maps": "^3.48.7", "@types/latlon-geohash": "^2.0.0", "@types/papaparse": "^5.3.14", "@types/react-csv": "^1.1.3", "@types/react-syntax-highlighter": "^13.5.2", "@types/react-table": "^7.7.5", "@types/recharts": "^1.8.23", "antd": "^4.10.2", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "date-fns": "^3.6.0", "framer-motion": "^11.1.7", "graphql": "^16.13.2", "jsonpointer": "^5.0.1", "latlon-geohash": "^2.0.0", "lodash": "^4.18.1", "lucide-react": "^0.452.0", "next-themes": "^0.3.0", "papaparse": "^5.4.1", "react": "^18.2.0", "react-audio-player": "^0.17.0", "react-beautiful-dnd": "^13.1.1", "react-csv": "^2.2.2", "react-day-picker": "^8.9.1", "react-dom": "^18.2.0", "react-helmet-async": "^2.0.3", "react-markdown": "^9.0.1", "react-player": "^2.10.1", "react-query": "^3.39.1", "react-router-dom": "^6.27.0", "react-router-hash-link": "^2.4.3", "react-syntax-highlighter": "^16.1.0", "react-table": "^7.7.0", "recharts": "^2.1.10", "safe-stable-stringify": "^2.4.2", "sonner": "^1.5.0", "tailwind-merge": "^2.5.2", "tailwindcss-animate": "^1.0.7", "type-fest": "^2.17.0", "validator": "^13.12.0", "vaul": "^0.9.1", "web-vitals": "^1.0.1" }, "devDependencies": { "@eslint/compat": "^2.0.3", "@eslint/eslintrc": "^3.3.5", "@eslint/js": "^9.39.4", "@faker-js/faker": "^8.4.1", "@storybook/react": "^9.1.20", "@storybook/react-vite": "^9.1.20", "@types/lodash": "^4.14.181", "@types/react": "^18.0.0", "@types/react-beautiful-dnd": "^13.1.4", "@types/react-dom": "^18.0.0", "@types/react-router-hash-link": "^2.4.5", "@types/validator": "^13.1.3", "@typescript-eslint/eslint-plugin": "^8.57.2", "@typescript-eslint/parser": "^8.57.2", "@vitejs/plugin-react": "^5.1.4", "autoprefixer": "^10.4.7", "eslint": "^9.39.4", "eslint-plugin-custom-rules": "file:./eslint", "eslint-plugin-react": "^7.30.1", "eslint-plugin-react-hooks": "^7.0.1", "postcss": "^8.5.10", "prop-types": "^15.8.1", "source-map-explorer": "^2.5.3", "storybook": "^9.1.20", "tailwindcss": "^3.4.19", "typescript": "^5.3.2", "vite": "^7.3.2", "vite-plugin-commonjs": "^0.10.4", "vite-plugin-svgr": "^4.5.0", "vite-tsconfig-paths": "^6.1.1", "vitest": "^4.0.18" }, "overrides": { "tailwindcss": { "sucrase": "^3.35.1" }, "source-map-explorer": { "rimraf": "^6.1.2" } }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }