This repository has been archived by the owner on Nov 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
80 lines (80 loc) · 2.32 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
{
"name": "flojoy-doc",
"version": "0.1.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",
"typecheck": "tsc",
"format": "prettier --write src/",
"cleanup": "rmdir /s /q node_modules build dist"
},
"dependencies": {
"@docsearch/js": "^3.5.2",
"@docusaurus/core": "^2.4.3",
"@docusaurus/plugin-client-redirects": "^2.4.3",
"@docusaurus/plugin-sitemap": "^2.4.3",
"@docusaurus/preset-classic": "^2.4.3",
"@docusaurus/theme-search-algolia": "^2.4.3",
"@mdx-js/react": "^1.6.22",
"autoprefixer": "^10.4.16",
"babel-plugin-macros": "^3.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"custom-syntax-highlighter": "^1.0.1",
"docusaurus": "^1.14.7",
"docusaurus-plugin-fathom": "^1.1.0",
"docusaurus-plugin-sass": "^0.2.5",
"flat": "^5.0.2",
"plotly.js": "file:bauhaus/plotly.js-2.23.2.tgz",
"postcss": "^8.4.31",
"prism-react-renderer": "^1.3.5",
"raw-loader": "^4.0.2",
"react": "^17.0.2",
"react-compare-image": "^3.4.0",
"react-dom": "^17.0.2",
"react-icons": "^4.11.0",
"react-json-tree": "^0.18.0",
"react-plotly.js": "^2.6.0",
"react-simply-carousel": "^9.0.5",
"react-syntax-highlighter": "^15.5.0",
"reactflow": "^11.9.2",
"rehype-katex": "^5.0.0",
"remark-math": "^3.0.1",
"sass": "^1.68.0",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^2.4.3",
"@tsconfig/docusaurus": "^2.0.1",
"@types/flat": "^5.0.3",
"@types/plotly.js-dist-min": "^2.3.2",
"@types/react-plotly.js": "^2.6.1",
"@types/react-syntax-highlighter": "^15.5.7",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.5",
"typescript": "^5.2.2"
},
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": ">=16.14"
}
}