-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
56 lines (56 loc) · 1.57 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
{
"name": "blog",
"description": "Josh Comeau's personal blog",
"version": "1.0.0",
"author": "Josh Comeau <[email protected]>",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run develop",
"docz": "docz dev"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"dependencies": {
"@mdx-js/mdx": "^1.0.0",
"@mdx-js/react": "^1.0.0",
"@mdx-js/tag": "0.20.3",
"@tippy.js/react": "^3.1.1",
"date-fns": "^1.29.0",
"gatsby": "2.4.3",
"gatsby-image": "^2.2.36",
"gatsby-link": "2.1.1",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-feed": "^2.3.25",
"gatsby-plugin-google-analytics": "2.0.6",
"gatsby-plugin-mdx": "^1.0.62",
"gatsby-plugin-meta-redirect": "^1.1.0",
"gatsby-plugin-react-helmet": "3.0.0",
"gatsby-plugin-styled-components": "3.0.0",
"gatsby-source-filesystem": "^2.0.1",
"katex": "^0.9.0",
"pretty-bytes": "^5.1.0",
"rc-slider": "^8.6.11",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-helmet": "^5.2.0",
"react-icons-kit": "1.2.1",
"react-katex": "^2.0.2",
"react-live": "2.2.2",
"react-motion": "^0.5.2",
"react-powerplug": "0.1.6",
"react-spring": "8.0.27",
"react-tweet-embed": "^1.2.2",
"styled-components": "4.4.1"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.8.0",
"docz": "^0.12.5",
"gatsby-plugin-flow": "^1.0.1",
"prettier": "1.19"
}
}