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

68 lines
1.8 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-09-19 12:27:26 +00:00
"copy-to-clipboard": "^3.2.0",
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-device-detect": "^1.7.5",
2019-08-29 06:40:44 +00:00
"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",
"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",
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": {
"copy-webpack-plugin": "^5.0.4",
2019-05-15 14:56:09 +00:00
"cross-env": "^5.2.0",
"react-app-rewired": "^2.1.3",
2019-08-29 13:23:47 +00:00
"react-scripts": "3.1.1",
2019-07-05 09:26:05 +00:00
"redux-devtools-extension": "^2.13.8",
2019-08-29 13:23:47 +00:00
"rimraf": "2.6.3"
2019-05-15 14:56:09 +00:00
},
"eslintConfig": {
"extends": "react-app"
},
"scripts": {
"start": "react-app-rewired start",
2019-08-29 13:23:47 +00:00
"build": "rimraf ./build && react-app-rewired build",
"test": "cross-env CI=true react-app-rewired test --env=jsdom",
2019-08-29 13:23:47 +00:00
"eject": "react-scripts eject"
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
}
}