-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.16 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
{
"name": "hackathon-badges",
"version": "1.0.0",
"description": "Badges for Hackathons",
"repository": "abranhe/hackathon-badges",
"author": {
"name": "Abraham Hernandez",
"email": "abraham@abranhe.com",
"url": "https://abranhe.com"
},
"license": "MIT",
"homepage": "https://hackathon.badge.pw",
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "cross-env NODE_ENV=production node server.js",
"test": "echo 'Working on it'"
},
"engines": {
"node": ">=10"
},
"dependencies": {
"clipboard-copy": "^3.1.0",
"express": "^4.14.0",
"gh-badges": "^2.2.1",
"new-github-issue-url": "^0.2.1",
"next": "latest",
"prop-types": "^15.7.2",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-highlight": "^0.12.0",
"react-modal2": "^5.0.1",
"react-redux": "^7.1.1",
"react-select": "^3.0.4",
"redux": "^4.0.4",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"styled-components": "^4.3.2"
},
"devDependencies": {
"@zeit/next-css": "^1.0.1",
"cross-env": "^5.2.0",
"next-images": "^1.1.2",
"webpack-bundle-analyzer": "^3.4.1"
}
}