-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.77 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.77 KB
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
{
"name": "community-hack",
"version": "0.1.0",
"description": "COMMUNITY HACK by 99jobs.com",
"main": "none",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --mode=development --port=$PORT",
"build": "webpack --mode production",
"lint": "eslint --config .eslintrc.json web/src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/earaujoassis/community-hack.git"
},
"keywords": [
"hackathon",
"hack",
"community"
],
"author": "Multiple Authors",
"license": "MIT",
"bugs": {
"url": "https://github.com/earaujoassis/community-hack/issues"
},
"homepage": "https://github.com/earaujoassis/community-hack#readme",
"dependencies": {
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.7.4",
"axios": "^0.19.0",
"babel-loader": "^8.0.6",
"blob": "^0.0.5",
"css-loader": "^3.3.2",
"eslint": "^6.7.2",
"mini-css-extract-plugin": "^0.8.0",
"moment": "^2.24.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-files": "^2.4.8",
"react-google-login": "^5.0.7",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-select": "3.0.8",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"style-loader": "^1.0.1",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint-config-standard": "^14.1.0",
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-standard": "^4.0.1",
"webpack-dev-server": "^3.9.0"
}
}