-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.74 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.74 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "gatsby-starter-rundevelrun",
"private": false,
"description": "gatsby-starter-rundevelrun is a gatsby theme developed for developers to write tech blogs.",
"homepage": "https://6developer.com",
"version": "0.0.1",
"author": "RUN:DEVEL:RUN",
"dependencies": {
"@rundevelrun/free-visitor-counter": "^1.1.2",
"@tippyjs/react": "^4.2.6",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@giscus/react": "^3.0.0",
"@mui/material": "^6.4.0",
"babel-eslint": "^10.1.0",
"babel-plugin-styled-components": "^2.1.4",
"gatsby": "^5.11.0",
"gatsby-image": "^2.4.21",
"gatsby-plugin-catch-links": "^5.11.0",
"gatsby-plugin-feed": "^5.11.0",
"gatsby-plugin-google-adsense": "^1.1.3",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-manifest": "^5.11.0",
"gatsby-plugin-offline": "^6.11.0",
"gatsby-plugin-react-helmet": "^6.11.0",
"gatsby-plugin-react-redux": "^1.1.0",
"gatsby-plugin-resolve-src": "^2.1.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sharp": "^5.11.0",
"gatsby-plugin-sitemap": "^6.11.0",
"gatsby-plugin-styled-components": "^6.11.0",
"gatsby-remark-autolink-headers": "^6.13.1",
"gatsby-remark-footnotes": "^0.0.8",
"gatsby-remark-images": "^7.11.0",
"gatsby-remark-katex": "^3.5.0",
"gatsby-remark-prismjs": "^7.11.0",
"gatsby-remark-reading-time": "^1.1.0",
"gatsby-remark-static-images": "^1.2.1",
"gatsby-source-filesystem": "^5.11.0",
"gatsby-transformer-remark": "^2.10.0",
"gatsby-transformer-sharp": "^5.11.0",
"katex": "^0.12.0",
"lodash": "^4.17.21",
"minipass": "6.0.2",
"prismjs": "^1.29.0",
"prop-types": "^15.8.1",
"query-string": "^8.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.11.0",
"react-md-spinner": "^1.0.0",
"react-redux": "^8.1.1",
"react-scroll": "^1.8.9",
"react-spring": "^9.7.2",
"redux": "^4.2.1",
"sharp": "^0.32.1",
"styled-components": "^5.2.1",
"styled-reset": "^4.4.7",
"gatsby-remark-mermaid": "^5.0.0",
"playwright": "^1.50.1"
},
"devDependencies": {
"eslint-config-react-app": "^7.0.1",
"gh-pages": "^5.0.0",
"prettier": "2.8.8"
},
"keywords": [
"gatsby",
"gatsby-theme",
"gatsby-starter"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"clean": "gatsby clean",
"deploy": "gatsby clean && gatsby build && gh-pages -d public"
},
"repository": {
"type": "git",
"url": "https://github.com/rundevelrun/gatsby-starter-rundevelrun"
},
"bugs": {
"url": "https://github.com/rundevelrun/gatsby-starter-rundevelrun"
}
}