This commit is contained in:
Ahmed Bouhuolia
2020-03-16 00:06:15 +02:00
parent 56701951b7
commit 73711384f6
7925 changed files with 18478 additions and 959 deletions

View File

@@ -5,8 +5,12 @@
"dependencies": {
"@babel/core": "7.8.4",
"@blueprintjs/core": "^3.23.1",
"@blueprintjs/datetime": "^3.15.2",
"@blueprintjs/select": "^3.11.2",
"@blueprintjs/table": "^3.8.3",
"@reduxjs/toolkit": "^1.2.5",
"@svgr/webpack": "4.3.3",
"@syncfusion/ej2-react-grids": "^17.4.50",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.4.0",
"@testing-library/user-event": "^7.2.1",
@@ -18,6 +22,7 @@
"babel-loader": "8.0.6",
"babel-plugin-named-asset-import": "^0.3.6",
"babel-preset-react-app": "^9.1.1",
"basscss": "^8.0.2",
"camelcase": "^5.3.1",
"case-sensitive-paths-webpack-plugin": "2.3.0",
"css-loader": "3.4.2",
@@ -40,7 +45,9 @@
"jest-environment-jsdom-fourteen": "1.0.1",
"jest-resolve": "24.9.0",
"jest-watch-typeahead": "0.4.2",
"lodash": "^4.17.15",
"mini-css-extract-plugin": "0.9.0",
"moment": "^2.24.0",
"node-sass": "^4.13.1",
"optimize-css-assets-webpack-plugin": "5.0.3",
"pnp-webpack-plugin": "1.6.0",
@@ -53,21 +60,27 @@
"react-app-polyfill": "^1.0.6",
"react-dev-utils": "^10.2.0",
"react-dom": "^16.12.0",
"react-grid-system": "^6.2.3",
"react-hook-form": "^4.9.4",
"react-intl": "^3.12.0",
"react-loadable": "^5.5.0",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-sortablejs": "^2.0.11",
"react-table": "^7.0.0",
"react-use": "^13.26.1",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"resolve": "1.15.0",
"resolve-url-loader": "3.1.1",
"sass-loader": "8.0.2",
"semver": "6.3.0",
"sortablejs": "^1.10.2",
"style-loader": "0.23.1",
"terser-webpack-plugin": "2.3.4",
"ts-pnp": "1.1.5",
"url-loader": "2.3.0",
"use-named-routes": "^0.3.2",
"webpack": "4.41.5",
"webpack-dev-server": "3.10.2",
"webpack-manifest-plugin": "2.2.0",
@@ -75,7 +88,7 @@
"yup": "^0.28.1"
},
"scripts": {
"start": "node scripts/start.js",
"start": "PORT=8000 node scripts/start.js",
"build": "node scripts/build.js",
"test": "node scripts/test.js"
},
@@ -95,6 +108,7 @@
]
},
"devDependencies": {
"http-proxy-middleware": "^1.0.0",
"redux-devtools": "^3.5.0"
},
"jest": {
@@ -153,5 +167,6 @@
"presets": [
"react-app"
]
}
},
"proxy": "http://localhost:3000/"
}