-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
executable file
·95 lines (95 loc) · 3.06 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
{
"name": "Maggieappleton.com",
"description": "Maggie Appleton makes visual explanations about technology, culture, and programming",
"version": "1.0.0",
"author": "Maggie Appleton <hello@maggieappleton.com> (https://maggieappleton.com/)",
"repository": "https://github.com/maggieappleton/maggieappleton.com",
"dependencies": {
"@aengusm/gatsby-theme-brain": "^1.0.12",
"@callstack/react-theme-provider": "^3.0.3",
"@chakra-ui/core": "^0.3.2",
"@emotion/core": "^10.0.17",
"@emotion/styled": "^10.0.17",
"@hot-loader/react-dom": "16.8.6",
"@mdx-js/mdx": "^1.1.1",
"@mdx-js/react": "^1.1.1",
"@tippyjs/react": "^4.0.2",
"core-js": "^3.1.4",
"dotenv": "^8.0.0",
"dotenv-parse-variables": "^0.2.2",
"emotion": "^10.0.14",
"emotion-server": "^10.0.14",
"emotion-theming": "^10.0.19",
"formik": "^1.5.8",
"gatsby": "^2.32.13",
"gatsby-cli": "^2.19.3",
"gatsby-image": "^2.2.7",
"gatsby-link": "^2.2.4",
"gatsby-plugin-catch-links": "^2.1.2",
"gatsby-plugin-emotion": "^4.1.2",
"gatsby-plugin-feed-mdx": "^1.0.1",
"gatsby-plugin-google-analytics": "^2.1.5",
"gatsby-plugin-instagram-embed": "^2.0.1",
"gatsby-plugin-manifest": "^2.4.1",
"gatsby-plugin-mdx": "^1.0.18",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-netlify": "^2.3.2",
"gatsby-plugin-offline": "^2.2.4",
"gatsby-plugin-react-helmet": "^3.1.2",
"gatsby-plugin-sharp": "^2.6.0",
"gatsby-plugin-twitter": "^2.5.0",
"gatsby-plugin-typography": "^2.3.2",
"gatsby-remark-copy-linked-files": "^2.1.3",
"gatsby-remark-embedder": "^4.1.0",
"gatsby-remark-images": "^3.1.7",
"gatsby-remark-prismjs": "^3.3.3",
"gatsby-source-filesystem": "^2.3.0",
"gatsby-transformer-remark": "^2.6.10",
"gatsby-transformer-sharp": "^2.5.0",
"gsap": "^3.5.1",
"lodash": "^4.17.15",
"polished": "^3.4.1",
"prism-react-renderer": "^0.1.7",
"prism-themes": "^1.1.0",
"prismjs": "^1.17.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-gsap": "^2.2.1",
"react-helmet": "~5.2.1",
"react-icons": "^3.7.0",
"react-live": "^2.1.2",
"react-markdown": "^4.1.0",
"react-share": "^3.0.0",
"react-transition-group": "^4.3.0",
"react-typography": "^0.16.19",
"serve": "^11.1.0",
"typescript": "^3.5.3",
"typography": "^0.16.19",
"yup": "^0.27.0"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@storybook/addon-actions": "^6.0.16",
"@storybook/addon-essentials": "^6.0.16",
"@storybook/addon-links": "^6.0.16",
"@storybook/react": "^6.0.16",
"babel-loader": "^8.1.0",
"babel-preset-gatsby": "^0.2.8",
"babel-preset-react-app": "^9.1.2",
"prettier": "1.18.2",
"react-is": "^16.13.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "serve public/",
"now-build": "npm run build",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
}
}