-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.89 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
61
62
63
64
65
66
67
68
{
"name": "fundooPush",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --config ./webpack.config.js --mode development",
"build": "webpack --config webpack.prod.js"
},
"proxy": "http://fundoopush-backend-dev.bridgelabz.com/",
"eslintConfig": {
"extends": "fundooPush"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"babel-plugin-import": "^1.11.0",
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
"less": "^2.7.1",
"less-loader": "^4.1.0",
"less-vars-to-js": "^1.3.0",
"style-loader": "^0.23.1",
"svg-inline-loader": "^0.8.0",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1"
},
"dependencies": {
"@material-ui/core": "^3.9.3",
"@material-ui/icons": "^3.0.2",
"antd": "^3.16.5",
"axios": "^0.18.0",
"babel-polyfill": "^6.26.0",
"bootstrap": "^4.3.1",
"classes": "^0.3.0",
"classnames": "^2.2.6",
"copy-to-clipboard": "^3.2.0",
"fetch": "^1.1.0",
"history": "^4.9.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-bootstrap": "^1.0.0-beta.6",
"react-dom": "^16.8.6",
"react-form-validator-core": "^0.6.3",
"react-image-crop": "^7.0.1",
"react-masonry-component": "^6.2.1",
"react-material-snackbar": "^3.0.1",
"react-redux": "^6.0.1",
"react-redux-form": "^1.16.13",
"react-router": "^3.2.1",
"react-router-dom": "^5.0.0",
"react-toastify": "^5.1.0",
"react-tooltip": "^3.10.0",
"recompose": "^0.30.0",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-saga": "^1.0.2",
"redux-thunk": "^2.3.0",
"svg-loader": "0.0.2"
}
}