-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.84 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.84 KB
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
60
{
"name": "react-app",
"version": "1.0.0",
"description": "Application includes Login, Add new user, Search functionalities using react and redux",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --mode development --open --hot",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": ""
},
"author": "Arun Anto",
"dependencies": {
"@date-io/date-fns": "^1.3.11",
"@loadable/component": "^5.10.2",
"@material-ui/core": "^4.3.2",
"@material-ui/icons": "^4.2.1",
"@material-ui/pickers": "^3.2.8",
"axios": "^0.19.0",
"date-fns": "^2.0.0-beta.5",
"file-loader": "^4.2.0",
"local-storage": "^2.0.0",
"preload-webpack-plugin": "^2.3.0",
"react": "^16.9.0",
"react-data-table-component": "^4.0.1",
"react-dom": "^16.7.0",
"react-redux": "7.1.0",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"redux": "4.0.4",
"redux-logger": "3.0.6",
"redux-thunk": "2.3.0",
"script-ext-html-webpack-plugin": "^1.8.8",
"style-ext-html-webpack-plugin": "^4.1.2",
"styled-components": "^4.4.1"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@loadable/babel-plugin": "^5.10.0",
"babel-loader": "^8.0.6",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-modules-amd": "^6.24.1",
"compression-webpack-plugin": "^1.1.12",
"html-webpack-plugin": "^3.2.0",
"webpack": "^4.16.2",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5",
"regenerator-runtime": "^0.13.3",
"hoist-non-react-statics": "3.3.0",
"node-sass": "^4.5.3",
"css-loader": "^0.28.7",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2"
}
}