2022-06-08 13:15:52 +09:00
|
|
|
{
|
|
|
|
"name": "brainatlas",
|
|
|
|
"private": true,
|
2023-07-28 22:05:26 +09:00
|
|
|
"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/"
|
|
|
|
},
|
2022-06-08 13:15:52 +09:00
|
|
|
"dependencies": {
|
2023-07-28 22:05:26 +09:00
|
|
|
"@orrisroot/react-html-parser": "^2.1.1",
|
|
|
|
"async-lock": "^1.4.0",
|
|
|
|
"axios": "^1.4.0",
|
2022-06-08 13:15:52 +09:00
|
|
|
"lokijs": "^1.5.12",
|
2023-07-28 22:05:26 +09:00
|
|
|
"moment": "^2.29.4",
|
|
|
|
"node-stdlib-browser": "^1.2.0",
|
|
|
|
"rc-tree": "^5.7.9",
|
|
|
|
"react": "^18.2.0",
|
2022-06-08 13:15:52 +09:00
|
|
|
"react-app-polyfill": "^3.0.0",
|
|
|
|
"react-cookie": "^4.1.1",
|
2023-07-28 22:05:26 +09:00
|
|
|
"react-dom": "^18.2.0",
|
|
|
|
"react-ga4": "^2.1.0",
|
2022-06-08 13:15:52 +09:00
|
|
|
"react-helmet-async": "^1.3.0",
|
2023-07-28 22:05:26 +09:00
|
|
|
"react-overlays": "^5.2.1",
|
|
|
|
"react-router-dom": "^6.14.2",
|
2022-06-08 13:15:52 +09:00
|
|
|
"react-router-hash-link": "^2.4.3",
|
|
|
|
"react-spinner-material": "^1.4.0",
|
2023-07-28 22:05:26 +09:00
|
|
|
"sanitize.css": "^13.0.0",
|
|
|
|
"xregexp": "^5.1.1",
|
2023-08-08 18:24:15 +09:00
|
|
|
"yet-another-react-lightbox": "^3.12.0"
|
2022-06-08 13:15:52 +09:00
|
|
|
},
|
2023-07-28 22:05:26 +09:00
|
|
|
"devDependencies": {
|
|
|
|
"@types/async-lock": "^1.4.0",
|
|
|
|
"@types/jest": "^29.5.3",
|
|
|
|
"@types/lokijs": "^1.5.8",
|
2023-08-08 18:24:15 +09:00
|
|
|
"@types/node": "^18.17.3",
|
|
|
|
"@types/react": "^18.2.18",
|
2023-07-28 22:05:26 +09:00
|
|
|
"@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",
|
2023-08-08 18:24:15 +09:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.3.0",
|
|
|
|
"@typescript-eslint/parser": "^6.3.0",
|
2023-07-28 22:05:26 +09:00
|
|
|
"@vitejs/plugin-react-swc": "^3.3.2",
|
2023-08-08 18:24:15 +09:00
|
|
|
"eslint": "^8.46.0",
|
|
|
|
"eslint-plugin-react": "^7.33.1",
|
2023-07-28 22:05:26 +09:00
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
|
|
"eslint-plugin-react-refresh": "^0.4.3",
|
2023-08-08 18:24:15 +09:00
|
|
|
"prettier": "^3.0.1",
|
2023-07-28 22:05:26 +09:00
|
|
|
"typescript": "^5.1.6",
|
2023-08-08 18:24:15 +09:00
|
|
|
"vite": "^4.4.9",
|
2023-07-28 22:05:26 +09:00
|
|
|
"vite-plugin-node-stdlib-browser": "^0.2.1",
|
|
|
|
"vite-plugin-rewrite-all": "^1.0.1"
|
2022-06-08 13:15:52 +09:00
|
|
|
}
|
|
|
|
}
|