-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.88 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
{
"name": "gatsby-uc",
"version": "1.0.0",
"private": true,
"description": "Gatsby UC",
"author": "Alex Moon",
"workspaces": [
"plugins/**"
],
"scripts": {
"dev": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"format": "prettier --write '**/*.{js,md,json,yml,yaml,mdx}'"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@supabase/supabase-js": "^2.45.1",
"@tailwindcss/typography": "^0.5.14",
"dotenv": "^16.4.5",
"gatsby": "^5.13.7",
"gatsby-adapter-netlify": "^1.1.7",
"gatsby-plugin-google-gtag": "^5.13.1",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-npmsio": "workspace:^",
"gatsby-plugin-postcss": "^6.13.1",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-plugin-supabase": "workspace:^",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-source-github-contributors": "^0.1.10",
"gatsby-source-npm-package-search": "^5.13.1",
"gatsby-transformer-json": "^5.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"http-status-codes": "^2.3.0",
"node-fetch": "^3.3.2",
"npms.io": "^2.2.8",
"rc-tooltip": "^6.2.0",
"react": "^18.3.1",
"react-circular-progressbar": "^2.1.0",
"react-dom": "^18.3.1",
"react-icons": "^4.12.0",
"react-lite-youtube-embed": "^2.4.0",
"tailwindcss": "^3.4.10"
},
"packageManager": "yarn@4.4.0",
"devDependencies": {
"@babel/core": "^7.25.2",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"prettier": "^3.3.3"
},
"resolutions": {
"gatsby-source-github-contributors@^0.1.10": "patch:gatsby-source-github-contributors@npm%3A0.1.10#./.yarn/patches/gatsby-source-github-contributors-npm-0.1.10-5cec58173b.patch"
}
}