66 lines
1.6 KiB
JSON
66 lines
1.6 KiB
JSON
{
|
|
"name": "brainatlas",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@orrisroot/react-html-parser": "^2.1.0",
|
|
"@testing-library/jest-dom": "^5.16.4",
|
|
"@testing-library/react": "^13.3.0",
|
|
"@testing-library/user-event": "^14.2.0",
|
|
"@types/async-lock": "^1.1.5",
|
|
"@types/jest": "^28.1.1",
|
|
"@types/lokijs": "^1.5.7",
|
|
"@types/node": "^17.0.41",
|
|
"@types/react": "^18.0.12",
|
|
"@types/react-dom": "^18.0.5",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"@types/react-router-hash-link": "^2.4.5",
|
|
"async-lock": "^1.3.1",
|
|
"axios": "^0.27.2",
|
|
"lokijs": "^1.5.12",
|
|
"moment": "^2.29.3",
|
|
"rc-tree": "^5.6.5",
|
|
"react": "^18.1.0",
|
|
"react-app-polyfill": "^3.0.0",
|
|
"react-cookie": "^4.1.1",
|
|
"react-dom": "^18.1.0",
|
|
"react-ga4": "^1.4.1",
|
|
"react-helmet-async": "^1.3.0",
|
|
"react-image-lightbox": "^5.1.4",
|
|
"react-overlays": "^5.2.0",
|
|
"react-router-dom": "^6.3.0",
|
|
"react-router-hash-link": "^2.4.3",
|
|
"react-scripts": "^5.0.1",
|
|
"react-spinner-material": "^1.4.0",
|
|
"typescript": "^4.7.3",
|
|
"web-vitals": "^2.1.4",
|
|
"xregexp": "^5.1.1"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|