You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1.2 KiB
52 lines
1.2 KiB
{
|
|
"name": "webreactnecore",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"bootstrap": "^4.1.3",
|
|
"jquery": "^3.5.1",
|
|
"merge": "^2.1.1",
|
|
"oidc-client": "^1.9.0",
|
|
"react": "^16.0.0",
|
|
"react-dom": "^16.0.0",
|
|
"react-router-bootstrap": "^0.25.0",
|
|
"react-router-dom": "^5.1.2",
|
|
"reactstrap": "^8.4.1",
|
|
"rimraf": "^2.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"ajv": "^6.9.1",
|
|
"cross-env": "^5.2.0",
|
|
"typescript": "^3.7.5",
|
|
"eslint-config-react-app": "^5.2.0",
|
|
"eslint-plugin-jsx-a11y": "^6.2.3",
|
|
"nan": "^2.14.1",
|
|
"react-scripts": "^4.0.3"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"scripts": {
|
|
"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/"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"resolutions": {
|
|
"url-parse": ">=1.5.0",
|
|
"lodash": ">=4.17.21"
|
|
}
|
|
}
|
|
|