-
Notifications
You must be signed in to change notification settings - Fork 5
/
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": "windup-website",
"version": "1.0.0",
"private": true,
"description": "windup-website",
"author": "Windup Community",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"build:gh": "gatsby build --prefix-paths",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@gatsby-contrib/gatsby-plugin-elasticlunr-search": "^3.0.2",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@radix-ui/react-dropdown-menu": "^0.1.6",
"@radix-ui/react-toggle": "^0.1.4",
"autoprefixer": "^10.4.7",
"framer-motion": "^6.3.11",
"gatsby": "^4.15.2",
"gatsby-awesome-pagination": "^0.3.8",
"gatsby-plugin-catch-links": "^4.16.0",
"gatsby-plugin-image": "^2.16.1",
"gatsby-plugin-layout": "^3.16.0",
"gatsby-plugin-manifest": "^4.16.0",
"gatsby-plugin-mdx": "^3.16.1",
"gatsby-plugin-postcss": "^5.16.0",
"gatsby-plugin-react-helmet": "^5.16.0",
"gatsby-plugin-robots-txt": "^1.7.1",
"gatsby-plugin-sharp": "^4.16.1",
"gatsby-plugin-sitemap": "^5.16.0",
"gatsby-plugin-svgr": "^3.0.0-beta.0",
"gatsby-remark-autolink-headers": "^5.16.0",
"gatsby-remark-copy-linked-files": "^5.16.0",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^6.16.0",
"gatsby-remark-prismjs": "^6.16.0",
"gatsby-remark-smartypants": "^5.16.0",
"gatsby-remark-table-of-contents": "^2.0.0",
"gatsby-source-filesystem": "^4.16.0",
"gatsby-transformer-sharp": "^4.16.0",
"gatsby-transformer-yaml": "^4.16.0",
"he": "^1.2.0",
"luxon": "^2.5.2",
"postcss": "^8.4.14",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-feather": "^2.0.10",
"react-helmet": "^6.1.0",
"react-responsive": "^8.2.0",
"react-share": "^4.4.0",
"tailwindcss": "^3.0.24"
}
}