-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
103 lines (103 loc) · 3.28 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
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "abhith",
"description": "Abhith Rajan is a programmer, writer, technology advocate, and more.",
"version": "2.0.0",
"author": "Abhith Rajan",
"dependencies": {
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.11.5",
"@mdx-js/react": "^2.3.0",
"@theme-ui/mdx": "^0.15.7",
"bulma": "^0.9.4",
"bulma-timeline": "^3.0.5",
"fontsource-lora": "^4.0.0",
"fontsource-open-sans": "^4.0.0",
"gatsby": "^5.14.0",
"gatsby-awesome-pagination": "^0.3.8",
"gatsby-plugin-catch-links": "^5.14.0",
"gatsby-plugin-clarity": "^1.0.1",
"gatsby-plugin-emotion": "^8.14.0",
"gatsby-plugin-feed": "^5.14.0",
"gatsby-plugin-google-gtag": "^5.14.0",
"gatsby-plugin-image": "^3.13.0",
"gatsby-plugin-manifest": "^5.14.0",
"gatsby-plugin-mdx": "^5.14.0",
"gatsby-plugin-nprogress": "^5.14.0",
"gatsby-plugin-offline": "^6.14.0",
"gatsby-plugin-polyfill-io": "^1.1.0",
"gatsby-plugin-react-helmet": "^6.9.0",
"gatsby-plugin-recaptcha": "^1.0.5",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sass": "^6.11.0",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-plugin-sitemap": "^6.9.0",
"gatsby-plugin-theme-ui": "^0.15.7",
"gatsby-plugin-twitter": "^5.14.0",
"gatsby-plugin-webmention": "^0.2.0",
"gatsby-remark-autolink-headers": "^6.9.0",
"gatsby-remark-copy-linked-files": "^6.14.0",
"gatsby-remark-embed-video": "^3.2.1",
"gatsby-remark-embedder": "^7.0.0",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^7.14.0",
"gatsby-remark-images-medium-zoom": "^1.7.0",
"gatsby-remark-mermaid": "^5.0.0",
"gatsby-remark-numbered-footnotes": "^1.0.1",
"gatsby-remark-prismjs": "^7.14.0",
"gatsby-remark-responsive-iframe": "^6.14.0",
"gatsby-remark-smartypants": "^6.14.0",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-transformer-json": "^5.14.0",
"gatsby-transformer-remark": "^6.9.0",
"gatsby-transformer-sharp": "^5.14.0",
"gatsby-transformer-yaml": "^5.14.0",
"intersection-observer": "^0.12.2",
"lodash": "^4.17.21",
"lodash-webpack-plugin": "^0.11.6",
"playwright": "^1.49.0",
"playwright-chromium": "^1.49.0",
"prismjs": "^1.29.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^5.3.0",
"react-player": "^2.12.0",
"react-recaptcha": "^2.3.10",
"react-share": "^5.1.0",
"react-tsparticles": "^1.42.2",
"reading-time": "^1.5.0",
"remark-emoji": "^5.0.1",
"remark-gfm": "^3.0.1",
"sass": "^1.78.0",
"smooth-scroll": "^16.1.3",
"theme-ui": "^0.15.7"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"clean": "gatsby clean",
"start:app": "npm run develop",
"start": "run-p start:**",
"build:app": "npm run clean && gatsby build",
"build": "run-p build:**",
"dev": "gatsby develop",
"serve": "gatsby serve"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"husky": "^9.1.6",
"npm-run-all": "^4.1.5",
"resolve-url-loader": "^5.0.0"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}