| { |
| "name": "musprot", |
| "version": "1.0.0", |
| "private": true, |
| "type": "module", |
| "license": "MIT", |
| "homepage": "https://huggingface.co/spaces/omaib/MuSProt", |
| "dependencies": { |
| "axios": "^1.13.4", |
| "lucide-react": "^0.487.0", |
| "react": "^18.3.1", |
| "react-dom": "^18.3.1", |
| "react-helmet-async": "^3.0.0", |
| "react-markdown": "^10.1.0", |
| "react-router-dom": "^7.13.0", |
| "remark-gfm": "^4.0.1" |
| }, |
| "devDependencies": { |
| "@types/node": "^20.10.0", |
| "@types/react": "^19.2.9", |
| "@types/react-dom": "^19.2.3", |
| "@typescript-eslint/eslint-plugin": "^8.56.0", |
| "@typescript-eslint/parser": "^8.56.0", |
| "@vitejs/plugin-react-swc": "^3.10.2", |
| "eslint": "^9.39.2", |
| "eslint-plugin-react-hooks": "^7.0.1", |
| "eslint-plugin-react-refresh": "^0.5.0", |
| "globals": "^17.3.0", |
| "prettier": "^3.8.1", |
| "typescript": "^5.9.3", |
| "vite": "^6.4.3" |
| }, |
| "scripts": { |
| "dev": "vite", |
| "build": "vite build && node scripts/prerender.mjs", |
| "lint": "eslint .", |
| "lint:fix": "eslint . --fix", |
| "format": "prettier --write .", |
| "format:check": "prettier --check .", |
| "typecheck": "tsc --noEmit -p tsconfig.typecheck.json" |
| } |
| } |
|
|