Spaces:
Running
Running
| { | |
| "name": "openvuln-web", | |
| "version": "0.1.0", | |
| "private": true, | |
| "type": "module", | |
| "scripts": { | |
| "dev": "vite --host 0.0.0.0 --port 5173", | |
| "build": "tsc -b && vite build" | |
| }, | |
| "dependencies": { | |
| "@fontsource-variable/inter": "^5.3.0", | |
| "@fontsource-variable/space-grotesk": "^5.3.0", | |
| "@fontsource/ibm-plex-mono": "^5.3.0", | |
| "@tanstack/react-query": "^5.62.7", | |
| "js-yaml": "^5.2.3", | |
| "lucide-react": "^0.469.0", | |
| "react": "^18.3.1", | |
| "react-dom": "^18.3.1", | |
| "react-router-dom": "^6.28.1" | |
| }, | |
| "devDependencies": { | |
| "@types/js-yaml": "^4.0.9", | |
| "@types/react": "^18.3.18", | |
| "@types/react-dom": "^18.3.5", | |
| "@vitejs/plugin-react": "^4.3.4", | |
| "autoprefixer": "^10.4.20", | |
| "postcss": "^8.4.49", | |
| "tailwindcss": "^3.4.17", | |
| "typescript": "^5.7.2", | |
| "vite": "^6.0.7" | |
| }, | |
| "engines": { | |
| "node": ">=20", | |
| "pnpm": ">=9" | |
| }, | |
| "packageManager": "pnpm@9.15.4" | |
| } | |