-
Notifications
You must be signed in to change notification settings - Fork 330
/
package.json
36 lines (36 loc) · 888 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
{
"name": "react-hn",
"version": "1.7.1",
"description": "React-powered frontend for Hacker News using its Firebase API",
"author": "Jonny Buchanan",
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/insin/react-hn.git"
},
"scripts": {
"build": "nwb build",
"lint": "eslint src",
"lint:fix": "npm run lint -- --fix",
"start": "nwb serve"
},
"dependencies": {
"events": "1.1.1",
"firebase": "3.4.1",
"history": "^2.1.2",
"object-assign": "^4.1.0",
"react": "15.3.2",
"react-dom": "15.3.2",
"react-router": "2.8.1",
"react-router-scroll": "^0.3.2",
"react-timeago": "3.1.3",
"reactfire": "1.0.0",
"scroll-behavior": "0.8.1",
"setimmediate": "1.0.5",
"url-parse": "^1.1.1"
},
"devDependencies": {
"eslint-config-jonnybuchanan": "6.0.0",
"nwb": "0.22.0"
}
}