-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
65 lines (65 loc) · 2.07 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
{
"name": "MERN-boilerplate",
"version": "1.0.0",
"description": "SIH 2019 Final Project",
"author": "Eugene Cheung",
"repository": {
"type": "git",
"url": "git+https://github.com/kush-daga/SIH"
},
"license": "MIT",
"private": true,
"scripts": {
"start": "webpack -p --progress --profile --colors && node server",
"start:dev": "node server"
},
"engines": {
"node": ">=6"
},
"dependencies": {
"@amcharts/amcharts4": "^4.1.13",
"@babel/core": "^7.0.0-beta.42",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/preset-env": "^7.0.0-beta.42",
"@babel/preset-react": "^7.0.0-beta.42",
"@material-ui/core": "^3.9.2",
"autoprefixer": "^8.2.0",
"babel-loader": "^8.0.0-beta.2",
"bcrypt": "^3.0.4",
"body-parser": "^1.18.3",
"connect-history-api-fallback": "^1.5.0",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"express": "^4.16.3",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-saver": "^2.0.1",
"html-webpack-plugin": "^3.1.0",
"leaflet": "^1.4.0",
"mongoose": "^5.0.11",
"node-sass": "^4.7.2",
"nodemon": "^1.17.2",
"papaparse": "^4.6.3",
"postcss-loader": "^2.1.3",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-hot-loader": "^4.0.0",
"react-leaflet": "^2.2.1",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-simple-maps": "^0.12.1",
"react-to-target-auto-scroll": "^1.0.4",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"superagent": "^4.1.0",
"tachyons": "^4.11.1",
"webpack": "^4.2.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/plugin-proposal-class-properties": "^7.3.4"
}
}