celloc3d.brain.riken.jp/package.json

58 lines
1.4 KiB
JSON
Raw Normal View History

2022-05-11 18:50:27 +09:00
{
"name": "celloc3d",
"version": "2.0.0",
"private": true,
"dependencies": {
2022-06-07 16:00:41 +09:00
"@reduxjs/toolkit": "^1.8.2",
2022-05-11 18:50:27 +09:00
"@testing-library/jest-dom": "^5.16.4",
2022-06-07 16:00:41 +09:00
"@testing-library/react": "^13.3.0",
2022-05-16 14:35:20 +09:00
"@testing-library/user-event": "^14.2.0",
2022-06-07 16:00:41 +09:00
"@types/node": "^17.0.40",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
2022-05-11 18:50:27 +09:00
"@types/react-redux": "^7.1.24",
"@types/react-router-dom": "^5.3.3",
2022-06-07 16:00:41 +09:00
"@types/three": "^0.141.0",
2022-05-11 18:50:27 +09:00
"axios": "^0.27.2",
"react": "^18.1.0",
"react-app-polyfill": "^3.0.0",
"react-dom": "^18.1.0",
2022-05-12 13:36:54 +09:00
"react-ga4": "^1.4.1",
2022-05-11 18:50:27 +09:00
"react-helmet-async": "^1.3.0",
"react-nl2br": "^1.0.4",
2022-06-07 16:00:41 +09:00
"react-redux": "^8.0.2",
2022-05-11 18:50:27 +09:00
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
"redux": "^4.2.0",
2022-06-07 16:00:41 +09:00
"three": "^0.141.0",
"typescript": "^4.7.3",
2022-05-12 13:36:54 +09:00
"web-vitals": "^2.1.4"
2022-05-11 18:50:27 +09:00
},
"resolutions": {
"@svgr/webpack": "^6.2.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all",
"ie 11"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version",
"ie 11"
]
}
}