This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.78 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
{
"name": "registry-stackql-io",
"version": "0.0.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",
"serve": "docusaurus serve",
"write-translations": "docusaurus write-translations",
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "^2.1.0",
"@docusaurus/plugin-google-gtag": "^2.1.0",
"@docusaurus/plugin-ideal-image": "^2.1.0",
"@docusaurus/plugin-sitemap": "^2.1.0",
"@docusaurus/preset-classic": "^2.1.0",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@fortawesome/fontawesome-free": "^6.0.0-beta3",
"@iconify/react": "^3.2.1",
"@mdx-js/react": "^1.6.21",
"@mui/icons-material": "^5.2.0",
"@mui/material": "^5.2.5",
"@mui/styles": "^5.2.3",
"@svgr/webpack": "^5.5.0",
"aos": "^2.3.4",
"caniuse-lite": "^1.0.30001385",
"clsx": "^1.1.1",
"docusaurus-plugin-hubspot": "^1.0.0",
"docusaurus-plugin-smartlook": "^1.0.1",
"file-loader": "^6.2.0",
"google-map-react": "^2.1.10",
"prism-react-renderer": "^1.2.1",
"react": "^17.0.1",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-dom": "^17.0.1",
"react-gist": "^1.2.4",
"react-material-ui-carousel": "^3.1.1",
"react-responsive": "^9.0.0-beta.5",
"react-scroll-to-top": "^1.0.8",
"react-syntax-highlighter": "^15.4.5",
"url-loader": "^4.1.1"
},
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}