-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.01 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
{
"name": "web-browser-api-cookbook",
"version": "1.0.0",
"private": true,
"description": "Example code and demos for Web Browser API Cookbook by Joe Attardi",
"author": "Joe Attardi",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@loadable/component": "^5.15.3",
"@mdx-js/react": "^2.3.0",
"@netlify/functions": "^1.4.0",
"clsx": "^1.2.1",
"gatsby": "^5.8.1",
"gatsby-omni-font-loader": "^2.0.2",
"gatsby-plugin-google-gtag": "^5.8.0",
"gatsby-plugin-local-search": "^2.0.1",
"gatsby-plugin-manifest": "^5.8.0",
"gatsby-plugin-mdx": "^5.8.0",
"gatsby-plugin-netlify": "^5.1.0",
"gatsby-plugin-sitemap": "^6.9.0",
"gatsby-source-filesystem": "^5.8.0",
"gatsby-transformer-javascript-frontmatter": "^5.8.0",
"netlify": "^13.1.4",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.43.9",
"react-icons": "^4.8.0",
"react-loading-skeleton": "^3.2.0",
"react-syntax-highlighter": "^15.5.0",
"react-use-flexsearch": "^0.1.1",
"remark": "^14.0.2",
"remark-html": "^15.0.2",
"sass": "^1.60.0",
"unified": "^10.1.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^18.15.8",
"@types/react": "^18.0.29",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "^18.0.11",
"autoprefixer": "^10.4.14",
"eslint-config-react-app": "^7.0.1",
"gatsby-plugin-postcss": "^6.8.0",
"gatsby-remark-prismjs": "^7.8.0",
"gatsby-transformer-remark": "^6.9.0",
"install": "^0.13.0",
"npm": "^9.6.3",
"postcss": "^8.4.21",
"postcss-nested": "^6.0.1",
"prismjs": "^1.29.0",
"remark-code-import": "^1.1.1",
"tailwindcss": "^3.3.1",
"typescript": "^5.0.2"
}
}