-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.92 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.92 KB
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
61
62
{
"name": "birdseye-example",
"description": "GraphQL birdseye example project",
"version": "1.2.1",
"author": "Novvum",
"private": true,
"dependencies": {
"@rebass/grid": "^6.0.0-7",
"babel-plugin-styled-components": "^1.10.0",
"dotenv": "^7.0.0",
"gatsby": "^2.1.30",
"gatsby-image": "^2.0.20",
"gatsby-plugin-react-helmet": "^3.0.1",
"gatsby-plugin-react-svg": "^2.1.1",
"gatsby-plugin-sharp": "^2.0.30",
"gatsby-plugin-styled-components": "^3.0.4",
"gatsby-plugin-typescript": "^2.0.1",
"gatsby-plugin-typography": "^2.2.10",
"gatsby-source-filesystem": "^2.0.8",
"gatsby-source-graphql": "^2.0.15",
"gatsby-transformer-sharp": "^2.1.17",
"graphql-birdseye": "^1.2.1",
"react": "^16.8.0",
"react-async-component": "^2.0.0",
"react-dom": "^16.8.0",
"react-helmet": "^5.2.0",
"react-markdown": "^4.0.8",
"react-typography": "^0.16.19",
"require-yml": "^1.3.1",
"styled-components": "^4.1.2",
"styled-dropdown-component": "^3.0.1",
"typography": "^0.16.18",
"typography-plugin-code": "^0.16.18",
"typography-theme-github": "^0.16.19"
},
"keywords": [
"gatsby, typescript"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"start:prod": "gatsby serve",
"develop": "gatsby develop",
"start": "yarn develop",
"format": "prettier --parser typescript --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.ts*\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@types/react": "^16.8.0",
"@types/react-dom": "16.8.0",
"@types/rebass__grid": "^6.0.2",
"@types/styled-components": "^4.1.12",
"babel-eslint": "^10.0.1",
"eslint": "^5.15.1",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-react": "^7.12.4",
"gatsby-plugin-eslint": "^2.0.4",
"prettier": "^1.8.2"
}
}