-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 2.24 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 2.24 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "markrox.dev",
"private": true,
"description": "markRox.dev on Gatsby",
"version": "0.2.0",
"license": "0BSD",
"scripts": {
"develop": "gatsby clean && gatsby develop",
"start": "gatsby develop",
"build": "gatsby clean && gatsby build",
"build:incremental": "GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=false gatsby build",
"serve": "gatsby clean && gatsby serve",
"clean": "gatsby clean",
"install-browsers": "node node_modules/puppeteer/install.mjs || true && npx playwright install chromium || true"
},
"dependencies": {
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"gatsby": "^5.15.0",
"gatsby-plugin-feed": "^5.15.0",
"gatsby-plugin-image": "^3.15.0",
"gatsby-plugin-local-search": "^2.0.1",
"gatsby-plugin-manifest": "^5.15.0",
"gatsby-plugin-react-helmet": "^6.15.0",
"gatsby-plugin-sass": "^6.15.0",
"gatsby-plugin-sharp": "^5.15.0",
"gatsby-plugin-sitemap": "^6.15.0",
"gatsby-remark-images": "^7.15.0",
"gatsby-remark-mermaid": "^5.0.0",
"gatsby-remark-twitter-cards": "^0.6.1",
"gatsby-remark-vscode": "^3.3.1",
"gatsby-source-filesystem": "^5.15.0",
"gatsby-transformer-remark": "^6.15.0",
"gatsby-transformer-sharp": "^5.15.0",
"normalize.css": "^8.0.1",
"playwright": "^1.54.1",
"puppeteer": "^24.31.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^10.1.0",
"react-use-flexsearch": "^0.1.1",
"sass": "^1.77.8",
"styled-components": "^6.1.12",
"typeface-questrial": "^1.1.13",
"typeface-raleway": "^1.1.13",
"typeface-roboto": "^1.1.13",
"typeface-roboto-slab": "^1.1.13",
"typography": "^0.16.24",
"typography-theme-wordpress-2016": "^0.16.19"
},
"engines": {
"node": ">=22"
},
"repository": {
"type": "git",
"url": "https://github.com/roxberry/markrox.dev.git"
},
"bugs": {
"url": "https://github.com/roxberry/markrox.dev/issues"
}
}