You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
1.6 KiB
58 lines
1.6 KiB
{ |
|
"name": "mudbase-client", |
|
"version": "0.1.0", |
|
"private": true, |
|
"dependencies": { |
|
"@material-ui/core": "^4.11.0", |
|
"@material-ui/icons": "^4.9.1", |
|
"@material-ui/lab": "^4.0.0-alpha.56", |
|
"@testing-library/jest-dom": "^4.2.4", |
|
"@testing-library/react": "^9.3.2", |
|
"@testing-library/user-event": "^7.1.2", |
|
"@types/jest": "^24.0.0", |
|
"@types/node": "^12.12.54", |
|
"@types/react": "^16.9.49", |
|
"@types/react-dom": "^16.9.0", |
|
"@types/react-router": "^5.1.8", |
|
"@types/react-router-dom": "^5.1.5", |
|
"@types/tiny-async-pool": "^1.0.0", |
|
"@types/uuid": "^8.3.0", |
|
"http-proxy-middleware": "^1.0.6", |
|
"jsurl": "^0.1.5", |
|
"lodash": "^4.17.20", |
|
"material-table": "^1.69.0", |
|
"material-ui-nested-menu-item": "^1.0.2", |
|
"react": "^16.13.1", |
|
"react-dnd": "^11.1.3", |
|
"react-dnd-html5-backend": "^11.1.3", |
|
"react-dom": "^16.13.1", |
|
"react-error-boundary": "^3.0.2", |
|
"react-router-dom": "^5.2.0", |
|
"react-scripts": "^3.4.3", |
|
"tiny-async-pool": "^1.2.0", |
|
"ts-enum-util": "^4.0.2", |
|
"typescript": "~3.7.2", |
|
"uuid": "^8.3.0" |
|
}, |
|
"scripts": { |
|
"dev": "REACT_APP_BACKEND='/api' BROWSER=none 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" |
|
], |
|
"development": [ |
|
"last 1 chrome version", |
|
"last 1 firefox version", |
|
"last 1 safari version" |
|
] |
|
} |
|
}
|
|
|