{ "name": "brainatlas", "private": true, "version": "2.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "format": "prettier --write src/" }, "dependencies": { "@orrisroot/react-html-parser": "^2.1.1", "async-lock": "^1.4.0", "axios": "^1.4.0", "lokijs": "^1.5.12", "moment": "^2.29.4", "node-stdlib-browser": "^1.2.0", "rc-tree": "^5.7.9", "react": "^18.2.0", "react-app-polyfill": "^3.0.0", "react-cookie": "^4.1.1", "react-dom": "^18.2.0", "react-ga4": "^2.1.0", "react-helmet-async": "^1.3.0", "react-overlays": "^5.2.1", "react-router-dom": "^6.14.2", "react-router-hash-link": "^2.4.3", "react-spinner-material": "^1.4.0", "sanitize.css": "^13.0.0", "xregexp": "^5.1.1", "yet-another-react-lightbox": "^3.11.4" }, "devDependencies": { "@types/async-lock": "^1.4.0", "@types/jest": "^29.5.3", "@types/lokijs": "^1.5.8", "@types/node": "^18.17.1", "@types/react": "^18.2.17", "@types/react-dom": "^18.2.7", "@types/react-router-dom": "^5.3.3", "@types/react-router-hash-link": "^2.4.6", "@types/react-syntax-highlighter": "^15.5.7", "@typescript-eslint/eslint-plugin": "^6.2.0", "@typescript-eslint/parser": "^6.2.0", "@vitejs/plugin-react-swc": "^3.3.2", "eslint": "^8.45.0", "eslint-plugin-react": "^7.33.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.3", "prettier": "^3.0.0", "typescript": "^5.1.6", "vite": "^4.4.7", "vite-plugin-node-stdlib-browser": "^0.2.1", "vite-plugin-rewrite-all": "^1.0.1" } }