-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
72 lines (72 loc) · 2.07 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
{
"name": "blog",
"description": "Sam Rose's personal blog",
"version": "1.0.0",
"author": "Sam Rose <[email protected]>",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"format": "prettier --write .",
"serve": "gatsby serve",
"start": "npm run develop",
"test": "echo \"Error: no test specified\" && exit 1",
"type-check": "tsc --noEmit",
"type-check:watch": "npm run type-check -- --watch"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"dependencies": {
"@babel/core": "^7.12.3",
"@emotion/react": "^11.1.4",
"@emotion/styled": "^11.0.0",
"@mdx-js/mdx": "^1.0.0",
"@mdx-js/react": "^1.0.0",
"@stitches/react": "^1.2.5",
"@theme-ui/css": "^0.6.0-alpha.4",
"@tippy.js/react": "^3.1.1",
"date-fns": "^2.16.1",
"gatsby": "^2.25.3",
"gatsby-image": "^2.2.36",
"gatsby-omni-font-loader": "^1.1.3",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-eslint": "^2.0.8",
"gatsby-plugin-feed": "^2.3.25",
"gatsby-plugin-google-analytics": "^2.4.0",
"gatsby-plugin-mdx": "^1.0.62",
"gatsby-plugin-meta-redirect": "^1.1.0",
"gatsby-plugin-react-helmet": "^3.3.14",
"gatsby-plugin-sharp": "^2.11.2",
"gatsby-plugin-splitbee": "^0.1.0",
"gatsby-plugin-typescript": "^2.5.0",
"gatsby-remark-graph": "^0.2.3",
"gatsby-remark-images": "^3.8.1",
"gatsby-source-filesystem": "^2.0.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-helmet": "^6.1.0",
"react-icons-kit": "^1.3.1",
"react-is": "^17.0.1",
"react-live": "^2.2.3",
"react-spring": "^8.0.27",
"react-tweet-embed": "^1.2.2",
"terser": "^4.0.0",
"theme-ui": "^0.6.0-alpha.4"
},
"devDependencies": {
"@types/mdx-js__react": "^1.5.3",
"@types/node": "^14.14.6",
"@types/react": "^16.9.56",
"@types/react-dom": "^16.9.9",
"@types/react-helmet": "^6.1.0",
"eslint": "^6.6.0",
"eslint-loader": "^3.0.2",
"prettier": "2.1.2",
"typescript": "^3.9.7",
"webpack": "^4.0.0"
},
"volta": {
"node": "14.18.2"
}
}