-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
60 lines (60 loc) · 1.51 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
53
54
55
56
57
58
59
60
{
"name": "gatsby-guess",
"description": "Example site demoing using Gatsby with Guess.js",
"version": "1.0.0",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/guess-js/gatsby-guess/issues"
},
"resolutions": {
"guess-ga": "^0.1.5",
"guess-parser": "^0.1.5"
},
"dependencies": {
"axios": "^0.18.0",
"bluebird": "^3.5.1",
"gatsby": "next",
"gatsby-plugin-google-analytics": "next",
"gatsby-plugin-guess-js": "next",
"gatsby-plugin-manifest": "next",
"gatsby-plugin-offline": "next",
"gatsby-plugin-react-helmet": "next",
"gatsby-plugin-typography": "next",
"gatsby-source-wikipedia": "next",
"node-fetch": "^2.1.2",
"querystring": "^0.2.0",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-helmet": "^5.2.0",
"react-typography": "^0.16.13",
"slug": "^0.9.1",
"typography": "^0.16.16",
"typography-theme-wikipedia": "^0.15.11"
},
"engines": {
"node": ">=6"
},
"homepage": "https://github.com/guess-js/gatsby-guess#readme",
"keywords": [
"PWA",
"gatsby",
"gatsbyjs",
"guess.js",
"wikipedia"
],
"license": "Apache-2.0",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/guess-js/gatsby-guess.git"
},
"scripts": {
"start": "gatsby develop",
"build": "gatsby build",
"format": "prettier-eslint --write \"src/**/*.js\""
},
"devDependencies": {
"prettier": "^1.14.2",
"prettier-eslint-cli": "^4.7.1"
}
}