-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.31 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
47
48
49
50
51
52
{
"name": "react-github-showcase",
"version": "0.0.17",
"description": "Use GraphQL to showcase the latest worked-on projects of a given user.",
"homepage": "https://github.com/jangerhard/react-github-showcase#readme",
"bugs": {
"url": "https://github.com/jangerhard/react-github-showcase/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/jangerhard/react-github-showcase.git"
},
"keywords": [
"react",
"github"
],
"main": "build/index.js",
"peerDependencies": {
"react": "^15.5.4"
},
"dependencies": {
"prop-types": "latest",
"react": "^15.5.4",
"react-placeholder": "^3.0.1",
"react-test-renderer": "^15.6.2",
"s-ago": "^1.2.2",
"webpack": "^2.6.1"
},
"scripts": {
"test": "jest --maxWorkers=4 --coverage",
"start": "webpack --watch",
"build": "webpack"
},
"author": {
"name": "Jan Schøpp",
"email": "[email protected]"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.5.1",
"jest": "^22.4.3"
},
"jest": {
"verbose": true,
"testURL": "http://localhost/"
}
}