DocSpace-client/products/ASC.People/Client/package.json

76 lines
2.0 KiB
JSON
Raw Normal View History

2019-05-15 14:56:09 +00:00
{
"name": "ASC.People",
"version": "0.1.0",
"private": true,
2019-07-10 13:01:41 +00:00
"homepage": "/products/people",
2019-05-15 14:56:09 +00:00
"dependencies": {
"asc-web-components": "file:../../../packages/asc-web-components",
2019-07-05 09:26:05 +00:00
"axios": "^0.19.0",
"bootstrap": "4.3.1",
2019-08-29 06:40:44 +00:00
"connected-react-router": "6.5.2",
2019-07-05 09:26:05 +00:00
"history": "4.9.0",
2019-08-29 06:40:44 +00:00
"i18next": "17.0.12",
"i18next-browser-languagedetector": "3.0.3",
"i18next-xhr-backend": "3.1.2",
2019-05-16 06:38:03 +00:00
"jquery": "3.4.1",
2019-08-29 06:40:44 +00:00
"lodash": "4.17.15",
"lodash-es": "4.17.15",
2019-05-15 14:56:09 +00:00
"merge": "^1.2.1",
2019-07-05 09:26:05 +00:00
"node-sass": "^4.12.0",
2019-08-29 06:40:44 +00:00
"oidc-client": "^1.9.0",
2019-07-05 09:26:05 +00:00
"prop-types": "^15.7.2",
2019-08-29 06:40:44 +00:00
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-i18next": "10.12.2",
"react-redux": "7.1.1",
2019-07-05 09:26:05 +00:00
"react-router": "5.0.1",
"react-router-dom": "5.0.1",
2019-08-29 06:40:44 +00:00
"react-scripts": "3.1.1",
"react-virtualized-auto-sizer": "^1.0.2",
"react-window": "^1.8.5",
2019-08-29 06:40:44 +00:00
"reactstrap": "8.0.1",
"redux": "4.0.4",
"redux-form": "^8.2.6",
2019-07-05 09:26:05 +00:00
"redux-thunk": "2.3.0",
2019-08-15 10:30:55 +00:00
"styled-components": "^4.3.2",
2019-08-29 06:40:44 +00:00
"universal-cookie": "^4.0.2"
2019-05-15 14:56:09 +00:00
},
"devDependencies": {
2019-08-29 06:40:44 +00:00
"ajv": "^6.10.2",
"babel-eslint": "10.0.2",
"copy-webpack-plugin": "^5.0.4",
2019-05-15 14:56:09 +00:00
"cross-env": "^5.2.0",
2019-08-29 06:40:44 +00:00
"eslint": "^6.2.2",
"eslint-config-react-app": "^5.0.1",
"eslint-plugin-flowtype": "^4.2.0",
"eslint-plugin-import": "^2.18.2",
2019-07-05 09:26:05 +00:00
"eslint-plugin-jsx-a11y": "^6.2.3",
2019-08-29 06:40:44 +00:00
"eslint-plugin-react": "^7.14.3",
"react-app-rewired": "^2.1.3",
2019-07-05 09:26:05 +00:00
"redux-devtools-extension": "^2.13.8",
2019-08-29 06:40:44 +00:00
"rimraf": "3.0.0"
2019-05-15 14:56:09 +00:00
},
"eslintConfig": {
"extends": "react-app"
},
"scripts": {
"start": "rimraf ./build && react-app-rewired start",
"build": "react-app-rewired build",
"test": "cross-env CI=true react-app-rewired test --env=jsdom",
2019-05-15 14:56:09 +00:00
"eject": "react-scripts eject",
"lint": "eslint ./src/"
2019-05-16 06:38:03 +00:00
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
2019-05-15 14:56:09 +00:00
}
}