This repository has been archived by the owner on Mar 4, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.73 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "react",
"version": "1.0.0",
"description": "Front end for time report",
"scripts": {
"start": "npm run client",
"build": "webpack --mode production",
"client": "webpack-dev-server --mode development --devtool inline-source-map --hot"
},
"author": "Sabbir",
"license": "ISC",
"dependencies": {
"@slack/client": "^4.8.0",
"amazon-cognito-identity-js": "^3.0.3",
"bootstrap": "^4.1.3",
"bootstrap-daterangepicker": "^3.0.3",
"jquery": "^3.3.1",
"moment": "^2.22.2",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-bootstrap": "^0.32.4",
"react-bootstrap-daterangepicker": "^4.1.0",
"react-dom": "^16.3.1",
"react-loading": "^2.0.3",
"react-media": "^1.8.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-thunk": "^1.0.0",
"react-toastify": "^4.4.0",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.0.0",
"clean-webpack-plugin": "^0.1.19",
"concurrently": "^4.0.0",
"css-loader": "^1.0.0",
"eslint": "^5.0.0",
"eslint-config-airbnb": "^17.0.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"extended-define-webpack-plugin": "^0.1.3",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"nodemon": "^1.17.3",
"style-loader": "^0.23.0",
"url-loader": "^1.0.1",
"webpack": "^4.5.0",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.3"
}
}