-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
122 lines (122 loc) · 4.4 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "marketing-site",
"private": true,
"version": "0.1.0",
"dependencies": {
"@draftbox-co/gatsby-rehype-inline-images": "^1.0.2",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@loadable/component": "^5.15.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@mui/base": "^5.0.0-beta.21",
"@mui/icons-material": "^5.14.15",
"@mui/lab": "^6.0.0-beta.10",
"@mui/material": "^5.14.15",
"@svgr/webpack": "^8.1.0",
"@types/loadable__component": "^5.13.4",
"@types/lunr": "^2.3.4",
"@types/react-dom": "^18.0.11",
"@types/styled-components": "^5.1.34",
"babel-plugin-styled-components": "^2.1.4",
"clsx": "^1.2.1",
"dayjs": "^1.11.7",
"dotenv": "^16.0.3",
"embla-carousel": "^8.2.0",
"embla-carousel-react": "^8.2.0",
"gatsby": "^5.13.3",
"gatsby-image": "^3.11.0",
"gatsby-omni-font-loader": "^2.0.2",
"gatsby-plugin-canonical-urls": "^5.13.1",
"gatsby-plugin-feed": "^5.13.1",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-less": "^7.13.1",
"gatsby-plugin-loadable-components-ssr": "^4.3.2",
"gatsby-plugin-local-search": "^2.0.1",
"gatsby-plugin-lunr": "^1.5.2",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-preconnect": "^1.4.0",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-plugin-styled-components": "^6.13.1",
"gatsby-plugin-svgr-svgo": "^2.0.0",
"gatsby-plugin-webfonts": "^2.3.2",
"gatsby-rehype-inline-images": "^2.0.1",
"gatsby-remark-images": "^7.8.0",
"gatsby-remark-normalize-paths": "^1.1.0",
"gatsby-remark-prismjs": "^7.8.0",
"gatsby-remark-reading-time": "^1.1.0",
"gatsby-remark-responsive-iframe": "^6.8.0",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-source-pg": "^1.0.0-rc.0",
"gatsby-source-strapi": "^3.3.3",
"gatsby-transformer-inline-svg": "^1.2.0",
"gatsby-transformer-rehype": "^2.0.1",
"gatsby-transformer-remark": "^6.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"html-to-text": "^9.0.5",
"intersection-observer": "^0.12.2",
"lunr": "^2.3.9",
"material-ui-popup-state": "^5.0.5",
"patch-package": "^6.5.1",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.6.1",
"react-helmet": "^6.1.0",
"react-hubspot-form": "^1.3.7",
"react-lottie-player": "^2.0.0",
"react-lunr": "^1.1.0",
"react-player": "^2.12.0",
"react-swipeable-views": "^0.14.0",
"react-use-flexsearch": "^0.1.1",
"rehype-highlight": "^6.0.0",
"rehype-parse": "^8.0.4",
"rehype-react": "^7.1.2",
"rehype-slug": "^5.1.0",
"rehype-toc": "^3.0.2",
"styled-components": "^6.1.8",
"unified": "^9.2.2",
"unist-util-visit": "^4.1.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint": "^8.57.0",
"eslint-config-kentcdodds": "^21.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-formatjs": "^4.13.3",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^3.2.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.30",
"husky": "^9.0.11",
"prettier": "3.2.5",
"typescript": "^5.4.2"
},
"resolutions": {
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2",
"sharp": "0.31.3",
"unified": "9.2.2",
"graphql": "15.8.0"
},
"scripts": {
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
"format": "prettier --check \"**/*.{js,jsx,ts,tsx,json,md}\"",
"format:fix": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"fix": "yarn lint:fix && yarn format:fix",
"pre_commit": "yarn lint && yarn format",
"build:plugins": "yarn --cwd ./plugins/estuary-rehype-transformers install && yarn --cwd ./plugins/estuary-rehype-transformers build",
"build": "yarn run build:plugins && gatsby build",
"develop": "gatsby develop",
"start": "yarn run build:plugins && gatsby develop",
"serve": "yarn run build:plugins && gatsby serve",
"clean": "rm -r plugins/estuary-rehype-transformers/.parcel-cache && gatsby clean",
"postinstall": "patch-package && husky install"
}
}