-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
86 lines (86 loc) · 2.72 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
{
"name": "samjulien-com",
"description": "The repo for migrating my site from Ghost to Gatsby.",
"version": "1.0.0",
"author": "Sam Julien <[email protected]> (http://www.samjulien.com)",
"repository": "https://github.com/samjulien/samjulien-com",
"dependencies": {
"@callstack/react-theme-provider": "^3.0.5",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@hot-loader/react-dom": "16.13.0",
"@mdx-js/mdx": "^1.6.16",
"@mdx-js/react": "^1.6.16",
"@tailwindcss/typography": "^0.2.0",
"@tailwindcss/ui": "^0.4.0",
"core-js": "^3.6.5",
"dotenv": "^8.2.0",
"dotenv-parse-variables": "^0.3.1",
"emotion": "^10.0.27",
"emotion-server": "^10.0.27",
"emotion-theming": "^10.0.27",
"facepaint": "^1.2.1",
"focus-visible": "^5.1.0",
"formik": "^2.1.5",
"fuse.js": "^6.4.1",
"gatsby": "^2.24.15",
"gatsby-awesome-pagination": "^0.3.6",
"gatsby-cli": "^2.12.68",
"gatsby-image": "^2.4.14",
"gatsby-link": "^2.4.13",
"gatsby-plugin-catch-links": "^2.3.11",
"gatsby-plugin-emotion": "^4.3.10",
"gatsby-plugin-feed": "^2.5.11",
"gatsby-plugin-google-analytics": "^2.3.13",
"gatsby-plugin-manifest": "^2.4.21",
"gatsby-plugin-mdx": "^1.2.30",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-netlify": "^2.6.0",
"gatsby-plugin-postcss": "^2.3.11",
"gatsby-plugin-react-helmet": "^3.1.13",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-robots-txt": "^1.5.1",
"gatsby-plugin-sharp": "^2.6.24",
"gatsby-plugin-sitemap": "^2.4.11",
"gatsby-remark-copy-linked-files": "^2.3.12",
"gatsby-remark-images": "^3.3.23",
"gatsby-source-airtable": "^2.1.1",
"gatsby-source-filesystem": "^2.3.23",
"gatsby-transformer-remark": "^2.8.27",
"gatsby-transformer-sharp": "^2.5.12",
"prism-react-renderer": "^1.1.1",
"prism-themes": "^1.4.0",
"prismjs": "^1.20.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "~6.1.0",
"react-live": "^2.2.2",
"react-markdown": "^4.3.1",
"react-use": "^15.3.3",
"serve": "^11.3.2",
"typescript": "^3.9.7",
"typography": "^0.16.19",
"yup": "^0.29.2"
},
"devDependencies": {
"autoprefixer": "^9.8.6",
"babel-preset-gatsby": "^0.5.4",
"gatsby-plugin-purgecss": "^5.0.0",
"postcss-cli": "^7.1.1",
"postcss-nested": "^4.2.3",
"prettier": "^2.3.1",
"tailwindcss": "^1.6.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"build:style": "tailwind build src/css/index.css -o src/css/output.css",
"develop": "gatsby develop",
"start": "serve public/",
"now-build": "npm run build"
}
}