2022-06-18 17:39:22 -05:00
|
|
|
{
|
|
|
|
|
"name": "client",
|
2022-06-25 09:51:50 -05:00
|
|
|
"version": "1.0.0",
|
2022-06-25 14:42:20 -05:00
|
|
|
"description": "The frontend for the criminalmindsapi",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/StevanFreeborn/criminalmindsapi"
|
|
|
|
|
},
|
|
|
|
|
"license": "MIT",
|
2022-06-18 17:39:22 -05:00
|
|
|
"dependencies": {
|
|
|
|
|
"@testing-library/jest-dom": "^5.16.4",
|
|
|
|
|
"@testing-library/react": "^13.3.0",
|
|
|
|
|
"@testing-library/user-event": "^13.5.0",
|
2022-06-24 23:23:06 -05:00
|
|
|
"bootstrap": "^5.1.3",
|
2022-06-18 17:39:22 -05:00
|
|
|
"http-proxy-middleware": "^2.0.6",
|
2022-06-25 12:00:55 -05:00
|
|
|
"nth-check": ">=2.0.1",
|
2022-06-18 17:39:22 -05:00
|
|
|
"react": "^18.2.0",
|
2022-06-24 23:23:06 -05:00
|
|
|
"react-bootstrap": "^2.4.0",
|
2022-06-25 12:00:55 -05:00
|
|
|
"react-bootstrap-icons": "^1.8.4",
|
2022-06-18 17:39:22 -05:00
|
|
|
"react-dom": "^18.2.0",
|
2022-06-25 23:39:33 -05:00
|
|
|
"react-loading-icons": "^1.1.0",
|
2022-06-24 23:23:06 -05:00
|
|
|
"react-router": "^6.3.0",
|
|
|
|
|
"react-router-dom": "^6.3.0",
|
2022-06-18 17:39:22 -05:00
|
|
|
"react-scripts": "5.0.1",
|
2022-06-25 12:00:55 -05:00
|
|
|
"web-vitals": "^2.1.4"
|
2022-06-18 17:39:22 -05:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "set HTTPS=true&&react-scripts start",
|
2022-06-25 14:42:20 -05:00
|
|
|
"build": "CI=false && react-scripts build",
|
2022-06-18 17:39:22 -05:00
|
|
|
"test": "react-scripts test",
|
|
|
|
|
"eject": "react-scripts eject",
|
|
|
|
|
"prestart": "node aspnetcore-https && node aspnetcore-react"
|
|
|
|
|
},
|
|
|
|
|
"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"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"eslint-config-react-app": "^7.0.1",
|
|
|
|
|
"jest-editor-support": "^30.1.0"
|
|
|
|
|
}
|
|
|
|
|
}
|