-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.93 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
60
{
"name": "Paytm-challenge",
"version": "1.0.0",
"description": "Paytm challenge",
"main": "./src/index.js",
"repository": "[email protected]:ayeo127/Paytm-challenge.git",
"author": "Andrea Yeo <[email protected]>",
"license": "MIT",
"scripts": {
"stats": "webpack-bundle-analyzer ./stats.json",
"prod": "webpack-dev-server --config ./config/webpack.prod.js --mode production",
"start": "webpack-dev-server --config ./config/webpack.dev.js --mode development"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-loader": "^7.1.5",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-module-resolver": "^3.1.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-runtime": "^6.26.0",
"css-loader": "^1.0.0",
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.0.0",
"eslint-import-resolver-babel-module": "^4.0.0",
"eslint-loader": "^2.1.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.10.0",
"file-loader": "^1.1.11",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"lodash-webpack-plugin": "^0.11.5",
"node-sass": "^4.9.2",
"react-loadable": "^5.4.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^1.2.7",
"webpack": "4.16.4",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "3.1.5",
"webpack-merge": "^4.1.4"
},
"dependencies": {
"classnames": "^2.2.6",
"lodash": "^4.17.10",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"recompose": "^0.26.0",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0"
}
}