-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·40 lines (40 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·40 lines (40 loc) · 1.28 KB
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
{
"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.3.16",
"author": "LekoArts",
"license": "0BSD",
"starter-name": "gatsby-starter-minimal-blog",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"develop:cypress": "cross-env CYPRESS_SUPPORT=y yarn develop",
"build:cypress": "cross-env CYPRESS_SUPPORT=y yarn build",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@lekoarts/gatsby-theme-minimal-blog": "^6.2.1",
"gatsby": "^5.13.3",
"gatsby-omni-font-loader": "^2.0.2",
"gatsby-plugin-feed": "^5.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-offline": "^6.13.2",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-plugin-twitter": "^5.13.1",
"gatsby-plugin-webpack-statoscope": "^1.0.3",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"@types/node": "^18.19.13",
"@types/react": "^18.2.51",
"@types/react-dom": "^18.2.18",
"cross-env": "^7.0.3",
"typescript": "^5.3.3"
}
}