-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 990 Bytes
/
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
{
"name": "lonely-hearts-club",
"version": "0.1.1",
"description": "Lonely Hearts club project for subcity.org",
"main": "index.js",
"scripts": {
"dev": "next",
"now-build": "next build",
"build": "next build",
"start": "next start -p 8000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SubcityRadio/lonely-hearts-club.git"
},
"keywords": [
"next.js"
],
"author": "Bryan Mutai, Astrid McCabe, Subcity Web Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/SubcityRadio/lonely-hearts-club/issues"
},
"homepage": "https://lonelyhearts.subcity.org",
"dependencies": {
"classnames": "^2.2.6",
"firebase": "^5.8.2",
"next": "^8.0.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-redux": "^6.0.0",
"react-responsive-modal": "^3.6.0",
"redux": "^4.0.1",
"redux-form": "^8.1.0",
"request": "^2.88.0"
},
"devDependencies": {
"now-env": "^3.1.0"
}
}