brainatlas.brain.riken.jp/package.json

59 lines
1.8 KiB
JSON
Raw Normal View History

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",
"yet-another-react-lightbox": "^3.11.4"
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",
"@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"
2022-06-08 13:15:52 +09:00
}
}