70 lines
1.7 KiB
JSON
70 lines
1.7 KiB
JSON
{
|
|
"name": "react-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@testing-library/jest-dom": "^5.12.0",
|
|
"@testing-library/react": "^11.2.7",
|
|
"@testing-library/user-event": "^12.8.3",
|
|
"@types/jest": "^26.0.23",
|
|
"@types/node": "^14.14.45",
|
|
"@types/react": "^17.0.5",
|
|
"@types/react-dom": "^17.0.5",
|
|
"classnames": "^2.3.1",
|
|
"downloadjs": "^1.4.7",
|
|
"luxon": "^1.27.0",
|
|
"node-sass": "^4.14.1",
|
|
"ol": "^6.5.0",
|
|
"pkce": "^1.0.0-beta2",
|
|
"proj4": "^2.7.2",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-hook-form": "^6.15.7",
|
|
"react-markdown": "^5.0.3",
|
|
"react-redux": "^7.2.4",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-scripts": "4.0.1",
|
|
"redux": "^4.1.0",
|
|
"redux-localstorage": "^0.4.1",
|
|
"rxjs": "^6.6.7",
|
|
"rxjs-hooks": "^0.6.2",
|
|
"semantic-ui-react": "^2.0.3",
|
|
"typescript": "^4.2.4",
|
|
"web-vitals": "^0.2.4"
|
|
},
|
|
"scripts": {
|
|
"start": "craco start",
|
|
"build": "craco build",
|
|
"test": "craco test",
|
|
"eject": "craco eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"proxy": "http://api:3000",
|
|
"devDependencies": {
|
|
"@craco/craco": "^6.1.2",
|
|
"@semantic-ui-react/craco-less": "^1.2.1",
|
|
"@types/lodash": "^4.14.169",
|
|
"@types/ol": "^6.5.0",
|
|
"@types/react-redux": "^7.1.16",
|
|
"@types/react-router-dom": "^5.1.7",
|
|
"semantic-ui-less": "^2.4.1"
|
|
}
|
|
}
|