mirror of
https://github.com/PacktPublishing/Web-Development-with-Blazor-Second-Edition.git
synced 2025-12-06 05:32:03 +01:00
70 lines
1.9 KiB
JSON
70 lines
1.9 KiB
JSON
{
|
|
"name": "reactproject",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"bootstrap": "^5.1.3",
|
|
"http-proxy-middleware": "^0.19.1",
|
|
"jquery": "^3.6.0",
|
|
"merge": "^2.1.1",
|
|
"oidc-client": "^1.11.5",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-router-bootstrap": "^0.25.0",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-scripts": "^5.0.0",
|
|
"reactstrap": "^8.9.0",
|
|
"rimraf": "^2.6.2",
|
|
"web-vitals": "^0.2.4",
|
|
"workbox-background-sync": "^5.1.3",
|
|
"workbox-broadcast-update": "^5.1.3",
|
|
"workbox-cacheable-response": "^5.1.3",
|
|
"workbox-core": "^5.1.3",
|
|
"workbox-expiration": "^5.1.3",
|
|
"workbox-google-analytics": "^5.1.3",
|
|
"workbox-navigation-preload": "^5.1.3",
|
|
"workbox-precaching": "^5.1.3",
|
|
"workbox-range-requests": "^5.1.3",
|
|
"workbox-routing": "^5.1.3",
|
|
"workbox-strategies": "^5.1.3",
|
|
"workbox-streams": "^5.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"ajv": "^6.9.1",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^7.25.0",
|
|
"eslint-config-react-app": "^6.0.0",
|
|
"eslint-plugin-flowtype": "^5.7.2",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
|
"eslint-plugin-react": "^7.23.2",
|
|
"nan": "^2.14.2",
|
|
"typescript": "^4.2.4"
|
|
},
|
|
"scripts": {
|
|
"prestart": "node aspnetcore-https && node aspnetcore-react",
|
|
"start": "rimraf ./build && react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "cross-env CI=true react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject",
|
|
"lint": "eslint ./src/"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|