-
Notifications
You must be signed in to change notification settings - Fork 118
/
package.json
35 lines (35 loc) · 962 Bytes
/
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
{
"name": "OpenRefine-Documentation",
"version": "1.0.0",
"description": "Documentation for OpenRefine",
"license": "BSD-3-Clause",
"author": "OpenRefine",
"private": true,
"scripts": {
"start": "docusaurus start",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"netlify:build:production": "yarn build",
"netlify:build:deployPreview": "yarn build"
},
"dependencies": {
"@docusaurus/core": "^3.3.2",
"@docusaurus/preset-classic": "^3.3.2",
"@docusaurus/theme-mermaid": "^3.3.2",
"@mdx-js/react": "^3.0.0",
"clsx": "^1.2.1",
"create-docusaurus": "^2.1.0",
"fs-extra": "^11.2.0",
"mermaid": "^10.4.0",
"prism-react-renderer": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-lite-youtube-embed": "^2.3.1",
"ua-parser-js": "^1.0.37"
},
"engines": {
"node": ">=18.0"
},
"packageManager": "yarn@4.1.1"
}