-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 961 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
{
"name": "github-viewer",
"version": "1.0.0",
"description": "Created with react",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/proProbe/github-viewer.git"
},
"author": "Huy Tran",
"license": "ISC",
"bugs": {
"url": "https://github.com/proProbe/github-viewer/issues"
},
"homepage": "https://github.com/proProbe/github-viewer#readme",
"dependencies": {
"axios": "^0.8.1",
"body-parser": "^1.14.2",
"express": "^4.13.4",
"firebase": "^2.3.2",
"history": "^1.17.0",
"re-base": "^1.5.1",
"react": "^0.14.6",
"react-dom": "^0.14.6",
"react-router": "^1.0.3",
"reactfire": "^0.5.1"
},
"devDependencies": {
"babel-core": "^6.4.0",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"webpack": "^1.12.10"
}
}