-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
77 lines (77 loc) · 2.13 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
69
70
71
72
73
74
75
76
77
{
"name": "alcoding-club",
"version": "1.0.0",
"description": "Data Analysis project",
"author": "Various",
"repository": {
"type": "git",
"url": "git+https://github.com/aniketnk/alcoding-data-analysis.git"
},
"license": "MIT",
"private": true,
"scripts": {
"start": "webpack -p --progress --profile --colors && node server",
"start:dev": "node server"
},
"engines": {
"node": ">=6"
},
"dependencies": {
"@babel/core": "^7.0.0-beta.42",
"@babel/preset-env": "^7.0.0-beta.42",
"@babel/preset-react": "^7.0.0-beta.42",
"archiver": "^3.0.0",
"autoprefixer": "^8.6.4",
"axios": "^0.18.0",
"babel-loader": "^8.0.0-beta.4",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"bootstrap": "^4.1.3",
"browser-locale": "^1.0.3",
"connect-history-api-fallback": "^1.5.0",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^0.28.11",
"express": "^4.16.3",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"html-webpack-plugin": "^3.1.0",
"jsonwebtoken": "^8.3.0",
"mongoose": "^5.1.7",
"multer": "^1.3.1",
"node-sass": "^4.9.0",
"nodemailer": "^4.6.8",
"nodemon": "^1.17.2",
"postcss-loader": "^2.1.3",
"prop-types": "^15.6.2",
"proptypes": "^1.1.0",
"qs": "^6.5.2",
"react": "^16.2.0",
"react-avatar": "^3.4.6",
"react-dom": "^16.2.0",
"react-hot-loader": "^4.0.0",
"react-iframe": "^1.3.0",
"react-loading": "^2.0.3",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-table": "^6.8.6",
"react-toasts": "^2.0.14",
"reactstrap": "^6.5.0",
"redux": "^4.0.0",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0",
"request": "^2.87.0",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.1",
"webpack-dev-middleware": "^3.0.1",
"webpack-hot-middleware": "^2.21.2",
"webpack-merge": "^4.1.2",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/runtime": "^7.1.2",
"redux-devtools-extension": "^2.13.7"
}
}