-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.28 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
{
"name": "jj-photos",
"version": "1.0.0",
"private": true,
"description": "JJ Photos",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mdx-js/mdx": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@theme-ui/mdx": "^0.15.7",
"@theme-ui/presets": "^0.15.7",
"clsx": "^1.2.1",
"color": "^4.2.3",
"gatsby": "^5.10.0",
"gatsby-plugin-emotion": "^8.10.0",
"gatsby-plugin-google-analytics": "^5.10.0",
"gatsby-plugin-image": "^3.10.0",
"gatsby-plugin-manifest": "^5.10.0",
"gatsby-plugin-mdx": "^5.10.0",
"gatsby-plugin-react-helmet": "^6.10.0",
"gatsby-plugin-sharp": "^5.10.0",
"gatsby-plugin-sitemap": "^6.10.0",
"gatsby-plugin-theme-ui": "^0.15.7",
"gatsby-remark-images": "^7.10.0",
"gatsby-source-filesystem": "^5.10.0",
"gatsby-transformer-sharp": "^5.10.0",
"node-vibrant": "^3.2.1-alpha.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-photo-album": "^2.2.2",
"theme-ui": "^0.15.7",
"typescript-plugin-css-modules": "^5.0.1"
}
}