keycloak-reg-ui/package.json

44 lines
1.0 KiB
JSON
Raw Normal View History

2019-07-22 14:43:45 +00:00
{
"name": "react-login-page",
"version": "0.1.0",
"private": true,
2023-08-17 21:47:27 +00:00
"homepage": ".",
2019-07-22 14:43:45 +00:00
"dependencies": {
2023-08-17 21:47:27 +00:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.15.0",
"react-scripts": "5.0.1"
2019-07-22 14:43:45 +00:00
},
2023-09-13 19:26:13 +00:00
"devDependencies": {
"eslint": "^8.22.0",
"eslint-plugin-simple-import-sort": "^10.0.0"
},
2019-07-22 14:43:45 +00:00
"scripts": {
"start": "react-scripts start",
"clean": "rm -rf build",
"build": "NODE_OPTIONS=--openssl-legacy-provider react-scripts build",
2019-07-22 14:43:45 +00:00
"test": "react-scripts test",
2023-09-13 19:26:13 +00:00
"eject": "react-scripts eject",
"lint": "eslint src/ --ext .js",
"lint:fix": "eslint src/ --ext .js --fix"
2019-07-22 14:43:45 +00:00
},
"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"
]
2023-08-17 21:47:27 +00:00
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11"
2019-07-22 14:43:45 +00:00
}
}