-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.24 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
{
"name": "gatsby-starter-wordpress-homepage",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"@fontsource/dm-mono": "^4.5.2",
"@fontsource/dm-sans": "^4.5.0",
"@vanilla-extract/babel-plugin": "^1.1.4",
"@vanilla-extract/css": "^1.6.8",
"@vanilla-extract/css-utils": "^0.1.2",
"@vanilla-extract/webpack-plugin": "^2.1.5",
"gatsby": "^4.4.0",
"gatsby-plugin-image": "^2.4.0",
"gatsby-plugin-manifest": "^4.7.0",
"gatsby-plugin-react-helmet": "^5.5.0",
"gatsby-plugin-sharp": "^4.4.0",
"gatsby-plugin-snipcart-advanced": "^1.0.3",
"gatsby-plugin-vanilla-extract": "^2.0.1",
"gatsby-source-filesystem": "^4.4.0",
"gatsby-source-wordpress": "^6.5.1",
"gatsby-theme-contentful-blog": "1.0.0-0",
"gatsby-theme-datocms-blog": "1.0.0-0",
"gatsby-theme-wordpress-blog": "1.0.0-0",
"gatsby-transformer-sharp": "^4.4.0",
"is-absolute-url": "^4.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"react-helmet": "^6.1.0",
"sharp": "^0.29.3"
},
"private": true,
"scripts": {
"start": "gatsby develop",
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
}
}