зеркало из https://github.com/Azure/ARO-RP.git
61 строка
1.8 KiB
JSON
61 строка
1.8 KiB
JSON
{
|
|
"name": "aro-rp",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"license": "Apache2",
|
|
"proxy": "https://localhost:8444",
|
|
"dependencies": {
|
|
"@fluentui/react": "^8.120.9",
|
|
"@fluentui/react-charting": "^5.22.5",
|
|
"@testing-library/react": "^13.4.0",
|
|
"@testing-library/user-event": "^14.5.2",
|
|
"@types/node": "^18.19.50",
|
|
"@types/react": "^18.3.5",
|
|
"@types/react-dom": "^18.3.0",
|
|
"http-proxy-middleware": "^2.0.6",
|
|
"react": "^18.3.1",
|
|
"react-router": "^6.26.2",
|
|
"react-router-dom": "^6.26.2",
|
|
"typescript": "^4.9.5",
|
|
"url-join": "^5.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "HTTPS=true react-app-rewired start",
|
|
"build": "BUILD_PATH=../../pkg/portal/assets/v2/build react-app-rewired build",
|
|
"test": "react-app-rewired test",
|
|
"prettier": "prettier --config=../../.prettierrc.yaml -w ./",
|
|
"lint": "./node_modules/eslint/bin/eslint.js --format 'node_modules/eslint-friendly-formatter' ./src --ext .tsx --ext .js"
|
|
},
|
|
"devDependencies": {
|
|
"@svgr/webpack": "^6.5.1",
|
|
"@types/content-disposition": "^0.5.8",
|
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
"@typescript-eslint/parser": "^5.62.0",
|
|
"buffer": "^6.0.3",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-standard": "^17.1.0",
|
|
"eslint-friendly-formatter": "^4.0.1",
|
|
"eslint-plugin-react": "^7.35.2",
|
|
"path-browserify": "^1.0.1",
|
|
"prettier": "^3.3.3",
|
|
"process": "^0.11.10",
|
|
"react-app-rewired": "^2.2.1",
|
|
"react-scripts": "^5.0.1"
|
|
},
|
|
"overrides": {
|
|
"@svgr/webpack": "$@svgr/webpack",
|
|
"resolve-url-loader": "^5.0.0",
|
|
"send": "^0.19.0"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
"edge>=95"
|
|
],
|
|
"development": [
|
|
"last 10 chrome version",
|
|
"last 10 firefox version",
|
|
"edge>=95"
|
|
]
|
|
}
|
|
}
|