This repository was archived by the owner on May 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
107 lines (107 loc) · 3.41 KB
/
Copy pathpackage.json
File metadata and controls
107 lines (107 loc) · 3.41 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "abhishek-kumar-singh",
"private": true,
"description": "Abhishek Kumar Singh, a Full-Stack Developer and a Designer!",
"version": "0.0.1",
"author": "Abhishek Kumar Singh <hi@abheist.com>",
"bugs": {
"url": "https://github.com/abheist/abheist/issues"
},
"dependencies": {
"@fontsource/open-sans": "^4.5.10",
"@fontsource/playfair-display": "^4.5.9",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@vercel/analytics": "^0.1.5",
"faunadb": "^4.5.4",
"gatsby": "^4.25.7",
"gatsby-plugin-feed": "^4.14.0",
"gatsby-plugin-google-gtag": "^4.14.0",
"gatsby-plugin-google-tagmanager": "^4.14.0",
"gatsby-plugin-image": "^2.14.1",
"gatsby-plugin-manifest": "^4.14.0",
"gatsby-plugin-mdx": "^3.14.0",
"gatsby-plugin-nprogress": "^4.14.0",
"gatsby-plugin-offline": "^5.14.1",
"gatsby-plugin-react-helmet": "^5.14.0",
"gatsby-plugin-sharp": "^4.25.1",
"gatsby-plugin-sitemap": "^5.14.0",
"gatsby-plugin-styled-components": "^5.14.0",
"gatsby-plugin-typography": "^4.14.0",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-remark-autolink-headers": "^5.14.0",
"gatsby-remark-copy-linked-files": "^5.14.0",
"gatsby-remark-images": "^6.14.0",
"gatsby-remark-prismjs": "^6.14.0",
"gatsby-remark-responsive-iframe": "^5.14.0",
"gatsby-remark-smartypants": "^5.14.0",
"gatsby-remark-table-of-contents": "^2.0.0",
"gatsby-source-filesystem": "^4.14.0",
"gatsby-transformer-sharp": "^4.14.0",
"lmdb-store": "^1.6.14",
"node-fetch": "^3.2.4",
"prism-react-renderer": "^1.3.3",
"prism-themes": "^1.9.0",
"prismjs": "^1.28.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-dom-confetti": "^0.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.3.1",
"react-retro-hit-counter": "^1.0.1",
"react-spring": "^9.4.5",
"styled-components": "^5.3.5",
"tailwind.macro": "^0.5.10",
"typeface-merriweather": "1.1.13",
"typeface-montserrat": "1.1.13",
"typography": "^0.16.21",
"use-sound": "^4.0.1"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.17.12",
"@tailwindcss/typography": "^0.5.2",
"@types/mdx-js__react": "^1.5.5",
"@types/node": "^17.0.34",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
"@types/react-helmet": "^6.1.5",
"@types/styled-components": "^5.1.25",
"@vercel/node": "^1.15.2",
"autoprefixer": "^10.4.7",
"babel-plugin-styled-components": "^2.0.7",
"babel-preset-gatsby": "^2.14.0",
"gatsby-plugin-postcss": "^5.14.0",
"npm-check": "^5.9.2",
"postcss": "^8.4.31",
"prettier": "2.6.2",
"prettier-plugin-tailwindcss": "^0.1.11",
"tailwindcss": "^3.0.24",
"twin.macro": "^2.8.2"
},
"keywords": [
"gatsby",
"abheist",
"Abhishek Kumar Singh"
],
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/abheist/abheist.git"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop -H 0.0.0.0",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"upgrade-interactive": "npm-check --update"
},
"babelMacros": {
"twin": {
"preset": "styled-components"
}
}
}