-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.32 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": "gatsby-wordpress-homepage",
"version": "1.0.0",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"start": "gatsby develop",
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "npm run clean && npm run build && netlify deploy --prod --dir=public"
},
"dependencies": {
"@fontsource/dm-mono": "^4.5.10",
"@fontsource/dm-sans": "^4.5.9",
"@vanilla-extract/babel-plugin": "^1.2.0",
"@vanilla-extract/css": "^1.9.2",
"@vanilla-extract/css-utils": "^0.1.3",
"@vanilla-extract/webpack-plugin": "^2.2.0",
"gatsby": "^5.3.2",
"gatsby-plugin-image": "^3.3.2",
"gatsby-plugin-manifest": "^5.3.1",
"gatsby-plugin-sharp": "^5.3.2",
"gatsby-plugin-vanilla-extract": "^4.0.0",
"gatsby-source-filesystem": "^5.3.1",
"gatsby-source-wordpress": "^7.3.2",
"gatsby-transformer-sharp": "^5.3.1",
"is-absolute-url": "^4.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"sharp": "^0.31.2"
},
"devDependencies": {
"@types/node": "^18.11.15",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"husky": "^8.0.2",
"lint-staged": "^13.1.0",
"netlify-cli": "^12.2.11",
"prettier": "2.8.1",
"typescript": "^4.9.4"
}
}