-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.78 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
{
"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.1.7",
"author": "LekoArts <hello@lekoarts.de>",
"license": "MIT",
"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",
"refresh": "curl -X POST http://localhost:8000/__refresh",
"deploy": "gatsby build --prefix-paths && echo \"rvente.com\"> public/CNAME && gh-pages -d public"
},
"dependencies": {
"@lekoarts/gatsby-theme-minimal-blog": "^2.7.6",
"@loadable/component": "^5.15.2",
"axios": "^0.24.0",
"dotenv": "^10.0.0",
"gatsby": "^2.32.13",
"gatsby-plugin-google-analytics": "^2.11.0",
"gatsby-plugin-manifest": "^2.12.1",
"gatsby-plugin-netlify": "^2.11.1",
"gatsby-plugin-offline": "^2.2.4",
"gatsby-plugin-sitemap": "^2.12.0",
"gatsby-remark-katex": "^3.10.0",
"gatsby-transformer-remark": "^2.16.1",
"gh-pages": "^3.2.3",
"katex": "^0.11.1",
"lodash.debounce": "^4.0.8",
"p5": "^1.4.0",
"react": "^16.14.0",
"react-adsense": "^0.1.0",
"react-debounce-render": "^8.0.1",
"react-dom": "^16.14.0",
"react-hook-form": "^7.27.0",
"react-katex": "^2.0.2",
"react-p5": "^1.3.25",
"react-p5-wrapper": "^2.4.1",
"react-qr-code": "^2.0.3",
"vcard-creator": "^0.4.2"
},
"devDependencies": {
"cross-env": "^5.2.0"
}
}