forked from akhilmd/alcoding-data-analysis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2 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
{
"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",
"lint": "./node_modules/.bin/eslint --ignore-pattern '**/*.min.js' '**/*.js'"
},
"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",
"autoprefixer": "^8.6.4",
"axios": "^0.18.0",
"babel-loader": "^8.0.0-beta.4",
"bcrypt": "^2.0.1",
"body-parser": "^1.18.3",
"browser-locale": "^1.0.3",
"connect-history-api-fallback": "^1.5.0",
"convert-csv-to-json": "^0.0.13",
"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",
"proptypes": "^1.1.0",
"qs": "^6.5.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-hot-loader": "^4.0.0",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-table": "^6.8.6",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"request": "^2.87.0",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"webpack": "^4.14.0",
"webpack-cli": "^2.0.13",
"webpack-dev-middleware": "^3.0.1",
"webpack-hot-middleware": "^2.21.2",
"webpack-merge": "^4.1.2",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.6.1",
"eslint-config-google": "^0.10.0",
"eslint-plugin-react": "^7.11.1"
}
}