-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.37 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
{
"name": "gatsby-starter-sanity-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",
"setup": "node ./scripts/setup.js",
"gatsby-provision": "gatsby-provision-sanity --sanity-config-path='./studio' --sanity-content-path='./scripts/content.tar.gz'"
},
"dependencies": {
"@sanity/block-content-to-html": "^2.0.0",
"gatsby-plugin-image": "^3.0.0",
"gatsby-plugin-manifest": "^5.0.0",
"gatsby-source-sanity": "^7.3.2",
"@fontsource/dm-mono": "^4.5.9",
"@fontsource/dm-sans": "^4.5.8",
"@vanilla-extract/babel-plugin": "^1.2.0",
"@vanilla-extract/css": "^1.9.0",
"@vanilla-extract/css-utils": "^0.1.2",
"@vanilla-extract/webpack-plugin": "^2.1.12",
"gatsby": "^5.0.0",
"gatsby-plugin-sharp": "^5.0.0",
"gatsby-plugin-vanilla-extract": "^4.0.1",
"gatsby-source-filesystem": "^5.0.0",
"gatsby-transformer-sharp": "^5.0.0",
"is-absolute-url": "^4.0.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-feather": "^2.0.9",
"sharp": "^0.30.5"
},
"devDependencies": {
"configstore": "^5.0.0",
"gatsby-provision-sanity": "^0.0.5",
"prettier": "2.5.1",
"husky": "^7.0.4",
"lint-staged": "^12.3.5"
}
}