-
-
Notifications
You must be signed in to change notification settings - Fork 100
/
package.json
58 lines (58 loc) · 1.96 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
{
"private": true,
"name": "minimal-blog",
"description": "Typography driven, feature-rich blogging theme with minimal aesthetics. Includes tags/categories support and extensive features for code blocks such as live preview, line numbers, and line highlighting.",
"version": "1.2.0",
"author": "LekoArts <[email protected]>",
"license": "MIT",
"starter-name": "gatsby-starter-minimal-blog",
"scripts": {
"build": "gatsby clean && gatsby build --prefix-paths",
"develop": "gatsby develop",
"start": "rm -rf .cache && gatsby develop",
"serve": "gatsby serve --prefix-paths",
"clean": "gatsby clean",
"ogimages": "bun run ./og-image.tsx",
"postbuild": "mv public build && mkdir public && mv build public/blog",
"postinstall": "patch-package"
},
"dependencies": {
"@devular/gatsby-plugin-plausible": "^0.1.8",
"@docsearch/react": "3.0.0-alpha.41",
"@giscus/react": "^2.0.2",
"@lekoarts/gatsby-theme-minimal-blog": "^4.1.4",
"@loadable/component": "^5.15.2",
"gatsby": "^4.25.7",
"gatsby-plugin-feed": "^4.7.0",
"gatsby-plugin-image": "^2.21.0",
"gatsby-plugin-manifest": "^4.7.0",
"gatsby-plugin-offline": "^5.7.0",
"gatsby-plugin-scroll-indicator": "^1.0.1",
"gatsby-plugin-sharp": "^4.21.0",
"gatsby-plugin-sitemap": "^5.7.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.26",
"gatsby-remark-autolink-headers": "^5.7.0",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-transformer-remark": "^5.7.0",
"gray-matter": "^4.0.3",
"patch-package": "^6.4.7",
"prettier": "2.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-gif-player": "^0.4.2",
"react-spring": "^9.7.1",
"react-spring-carousel": "^2.0.19",
"satori": "^0.10.9",
"sharp": "^0.32.6",
"typescript": "4.3.4"
},
"devDependencies": {
"cross-env": "^7.0.3"
},
"prettier": {
"printWidth": 70,
"tabWidth": 2,
"singleQuote": true,
"semi": false
}
}