Files
advanced_db/db_app/package.json

46 lines
1.1 KiB
JSON
Raw Normal View History

2023-04-27 17:43:31 +00:00
{
"name": "db_app",
2023-05-07 15:25:08 -04:00
"homepage": "https://3.219.93.142:8009",
2023-04-27 17:43:31 +00:00
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.8",
"@emotion/styled": "^11.10.8",
"@mui/material": "^5.12.2",
2023-04-27 17:43:31 +00:00
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
2023-04-30 18:46:45 -04:00
"material-ui-numeric-input": "^3.2.0",
2023-04-27 17:43:31 +00:00
"react": "^18.2.0",
2023-04-29 21:19:57 -04:00
"react-client-session": "^0.0.8",
2023-04-27 17:43:31 +00:00
"react-dom": "^18.2.0",
2023-04-27 14:30:17 -04:00
"react-router-dom": "^6.10.0",
2023-04-27 17:43:31 +00:00
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
},
"scripts": {
2023-04-27 14:15:37 -04:00
"start": "PORT=8009 react-scripts start",
2023-04-27 17:43:31 +00:00
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts 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"
]
}
}