Spaces:
Sleeping
Sleeping
| { | |
| "name": "quantum-field-kit-frontend", | |
| "version": "0.1.0", | |
| "private": true, | |
| "dependencies": { | |
| "@fontsource/inter": "^5.2.6", | |
| "@fortawesome/fontawesome-free": "^6.7.2", | |
| "@fortawesome/free-solid-svg-icons": "^6.7.2", | |
| "@fortawesome/react-fontawesome": "^0.2.2", | |
| "bootstrap": "^5.3.5", | |
| "daisyui": "^5.0.54", | |
| "framer-motion": "^12.23.12", | |
| "lucide-react": "^0.542.0", | |
| "react": "^18.2.0", | |
| "react-bootstrap": "^2.10.9", | |
| "react-dom": "^18.2.0", | |
| "react-ga4": "^2.1.0", | |
| "react-intersection-observer": "^9.16.0", | |
| "react-router-dom": "^6.14.2", | |
| "react-scripts": "5.0.1", | |
| "socket.io-client": "^4.7.2" | |
| }, | |
| "scripts": { | |
| "start": "react-scripts start", | |
| "build": "react-scripts build", | |
| "test": "react-scripts test", | |
| "eject": "react-scripts eject" | |
| }, | |
| "proxy": "http://localhost:5000", | |
| "eslintConfig": { | |
| "extends": [ | |
| "react-app", | |
| "react-app/jest" | |
| ] | |
| }, | |
| "browserslist": { | |
| "production": [ | |
| ">0.2%", | |
| "not dead", | |
| "not op_mini all" | |
| ], | |
| "development": [ | |
| "last 1 chrome version", | |
| "last 1 firefox version", | |
| "last 1 safari version" | |
| ] | |
| }, | |
| "devDependencies": { | |
| "autoprefixer": "^10.4.21", | |
| "postcss": "^8.4.38", | |
| "tailwindcss": "^3.4.14" | |
| } | |
| } | |