-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
97 lines (97 loc) · 3.09 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
{
"name": "openshift-commons-site",
"private": true,
"description": "commons.openshift.org is the community site for OpenShift.",
"version": "1.0.0",
"author": {
"name": "Robert Bottomley"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "TZ='America/Los_Angeles' gatsby build",
"deploy": "TZ='America/Los_Angeles' gatsby build --prefix-paths && gh-pages -d public",
"dev": "TAILWIND_MODE=watch gatsby develop --host=0.0.0.0",
"dev:playground": "TAILWIND_MODE=watch GATSBY_GRAPHQL_IDE=playground gatsby develop --host=0.0.0.0",
"format": "pretty-quick",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@gatsby-contrib/gatsby-plugin-elasticlunr-search": "^3.0.2",
"@mdx-js/mdx": "^1.6.21",
"@mdx-js/react": "^1.6.21",
"@radix-ui/react-accordion": "^1.0.0",
"@radix-ui/react-dropdown-menu": "0.0.19",
"@radix-ui/react-id": "0.0.6",
"@radix-ui/react-tabs": "^1.0.0",
"@radix-ui/react-toggle": "^1.0.0",
"@svgr/webpack": "^6.1.2",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/line-clamp": "^0.4.0",
"ansi-html": "^0.0.9",
"autoprefixer": "^10.3.7",
"cross-fetch": "^4.0.0",
"dangerously-set-html-content": "^1.0.9",
"dicer": "^0.3.1",
"file-type": "16.5",
"framer-motion": "^4.0.2",
"fs-extra": "^10.0.0",
"gatsby": "^4.1.4",
"gatsby-awesome-pagination": "^0.3.8",
"gatsby-plugin-catch-links": "^4.1.0",
"gatsby-plugin-image": "^2.1.2",
"gatsby-plugin-layout": "^3.1.0",
"gatsby-plugin-manifest": "^4.1.3",
"gatsby-plugin-mdx": "^3.1.3",
"gatsby-plugin-postcss": "^5.1.0",
"gatsby-plugin-react-helmet": "^5.1.0",
"gatsby-plugin-remove-fingerprints": "^0.0.2",
"gatsby-plugin-robots-txt": "^1.5.5",
"gatsby-plugin-sharp": "^4.1.3",
"gatsby-plugin-sitemap": "^5.1.1",
"gatsby-plugin-svgr": "^3.0.0-beta.0",
"gatsby-plugin-twitter": "^4.1.1",
"gatsby-remark-autolink-headers": "^5.1.1",
"gatsby-remark-copy-linked-files": "^5.1.0",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^6.1.3",
"gatsby-remark-prismjs": "^6.1.0",
"gatsby-remark-smartypants": "^5.1.0",
"gatsby-source-filesystem": "^4.1.2",
"gatsby-transformer-sharp": "^4.1.0",
"gatsby-transformer-yaml": "^4.7.0",
"got": "11.8",
"he": "^1.2.0",
"jpeg-js": "^0.4.4",
"lmdb-store": "^1.6.9",
"loader-utils": "^3.2.1",
"luxon": "^3.0.1",
"minimatch": "^9.0.4",
"node-fetch": "^3.3.2",
"nth-check": "^2.1.1",
"parse-path": "^7.0.0",
"parse-url": "^9.2.0",
"postcss": "^8.3.9",
"prismjs": "^1.23.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-feather": "^2.0.9",
"react-helmet": "^6.1.0",
"react-onclickoutside": "^6.10.0",
"react-responsive": "^8.2.0",
"react-share": "^4.4.0",
"tailwindcss": "^3.0.2",
"tailwindcss-multi-column": "^1.0.2",
"terser": "^5.30.3",
"trim": "^1.0.1",
"ws": "^8.16.0"
},
"devDependencies": {
"gh-pages": "^4.0.0",
"prettier": "^2.2.1"
}
}