-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
103 lines (103 loc) · 3.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "gatsby-starter-hello-world",
"private": true,
"description": "A simplified bare-bones starter for Gatsby",
"version": "0.1.0",
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop -p 9091",
"start": "gatsby serve -p 9091",
"schema": "npm run schema:intro && npm run schema:ops",
"schema:intro": "graphql-codegen --config codegen-schema.yml",
"schema:ops": "graphql-codegen --config codegen-operation.yml"
},
"dependencies": {
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"@tryghost/helpers": "^1.1.40",
"@tryghost/helpers-gatsby": "^1.0.45",
"algoliasearch": "^4.9.1",
"babel-plugin-styled-components": "^1.12.0",
"gatsby": "^3.0.1",
"gatsby-awesome-pagination": "^0.3.6",
"gatsby-image": "^3.1.0",
"gatsby-plugin-algolia": "^0.20.1",
"gatsby-plugin-emotion": "^6.1.0",
"gatsby-plugin-google-tagmanager": "^3.1.0",
"gatsby-plugin-image": "^1.1.2",
"gatsby-plugin-manifest": "^3.1.0",
"gatsby-plugin-nprogress": "^3.1.0",
"gatsby-plugin-offline": "^4.1.0",
"gatsby-plugin-postcss": "^4.1.0",
"gatsby-plugin-react-helmet": "^4.1.0",
"gatsby-plugin-react-helmet-async": "^1.2.0",
"gatsby-plugin-sharp": "^3.1.2",
"gatsby-plugin-sitemap": "^3.1.0",
"gatsby-plugin-svgr": "^3.0.0-beta.0",
"gatsby-plugin-typescript": "^3.1.0",
"gatsby-plugin-typography": "^3.1.0",
"gatsby-rehype-ghost-links": "^2.0.0",
"gatsby-rehype-inline-images": "^2.0.0",
"gatsby-rehype-prismjs": "^2.0.0",
"gatsby-source-filesystem": "^3.1.0",
"gatsby-source-ghost": "^4.2.3",
"gatsby-source-prismic": "^3.3.4",
"gatsby-transformer-rehype": "^2.0.0",
"gatsby-transformer-sharp": "^3.1.0",
"luxon": "^1.26.0",
"postcss-import": "^14.0.0",
"postcss-preset-env": "^6.7.0",
"prismic-reactjs": "^1.3.3",
"prismjs": "^1.23.0",
"query-string": "^7.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-helmet-async": "^1.0.9",
"react-instantsearch-dom": "^6.11.0",
"react-obfuscate": "^3.6.8",
"react-transition-group": "^4.4.1",
"react-typography": "^0.16.19",
"stylelint": "^13.12.0",
"tailwindcss": "^2.0.4",
"twin.macro": "^2.3.0",
"typography": "^0.16.19",
"typography-plugin-code": "^0.16.19"
},
"devDependencies": {
"@graphql-codegen/cli": "^1.21.3",
"@graphql-codegen/introspection": "^1.18.1",
"@graphql-codegen/typescript": "^1.21.1",
"@graphql-codegen/typescript-operations": "^1.17.15",
"@svgr/webpack": "^5.5.0",
"@types/faker": "^5.1.7",
"@types/luxon": "^1.26.2",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.2",
"@types/react-helmet": "^6.1.0",
"@types/react-instantsearch-dom": "^6.10.0",
"@types/react-transition-group": "^4.4.1",
"@types/typography": "^0.16.3",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"dotenv-defaults": "^2.0.1",
"eslint": "^7.22.0",
"eslint-config-xo-react": "^0.24.0",
"eslint-config-xo-space": "^0.27.0",
"eslint-config-xo-typescript": "^0.38.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"faker": "^5.4.0",
"prettier": "^2.2.1",
"typescript": "^4.2.3"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}