-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 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
72
73
74
{
"name": "sahiyogi",
"version": "0.1.6",
"engines": {
"node": "12.x.x",
"yarn": "1.22.4"
},
"description": "An app to help public during Covid 19",
"main": "index.js",
"scripts": {
"start": "babel-node server.js",
"dev": "webpack-dev-server --open --mode development",
"build": "webpack --mode production --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sahil290791/sahiyogi.git"
},
"keywords": [
"sahiyogi",
"covid"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/sahil290791/sahiyogi/issues"
},
"homepage": "https://github.com/sahil290791/sahiyogi#readme",
"dependencies": {
"@babel/core": "^7.9.6",
"@babel/node": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"axios": "^0.19.2",
"babel-loader": "^8.1.0",
"cors": "^2.8.5",
"csv-parser": "^2.3.2",
"eslint-config-airbnb": "^18.1.0",
"express": "^4.17.1",
"fs": "^0.0.1-security",
"helmet": "^3.22.0",
"lodash": "^4.17.15",
"moment": "^2.25.1",
"nonce": "^1.0.4",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"webpack": "^4.43.0",
"winston": "^3.2.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.5.3",
"eslint": "^5.16.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"file-loader": "^6.0.0",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.0",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"style-loader": "^1.2.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
}
}