-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 2 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
{
"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",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"type-check": "tsc --noEmit",
"show": "npm run build && npm run serve"
},
"dependencies": {
"@emotion/react": "^11.1.4",
"@emotion/styled": "^11.0.0",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@sentry/gatsby": "^6.2.0",
"@theme-ui/color-modes": "^0.3.5",
"@theme-ui/presets": "^0.3.5",
"@theme-ui/prism": "^0.3.5",
"@theme-ui/typography": "^0.3.5",
"@types/mdx-js__react": "^1.5.3",
"deepmerge": "^4.2.2",
"gatsby": "^2.32.5",
"gatsby-plugin-emoji-favicon": "^1.5.0",
"gatsby-plugin-emotion": "^5.4.0",
"gatsby-plugin-feed": "^2.13.0",
"gatsby-plugin-force-file-loader": "^0.1.0",
"gatsby-plugin-google-gtag": "^2.8.0",
"gatsby-plugin-manifest": "^2.12.1",
"gatsby-plugin-mdx": "^1.10.1",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-sharp": "^2.14.2",
"gatsby-plugin-theme-ui": "^0.3.5",
"gatsby-plugin-webpack-size": "^1.0.0",
"gatsby-remark-images": "^3.11.1",
"gatsby-source-filesystem": "^2.11.1",
"gatsby-transformer-sharp": "^2.12.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-helmet": "^6.1.0",
"theme-ui": "^0.3.5",
"typescript": "^4.1.3",
"typography-theme-github": "^0.16.19"
},
"devDependencies": {
"@arkweid/lefthook": "^0.7.2",
"@types/node": "^14.14.22",
"@types/react": "^16.9.56",
"@types/react-dom": "^16.9.9",
"@types/react-helmet": "^6.1.0",
"@types/theme-ui": "^0.3.7",
"@typescript-eslint/eslint-plugin": "^4.14.1",
"@typescript-eslint/parser": "^4.14.1",
"eslint": "^7.18.0",
"prettier": "^2.2.1"
}
}