aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/docs/package.json
blob: 3191c77130db519473ce97987b7d1e59d57c14f3 (plain) (blame)
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
{
  "//": [
    "SPDX-FileCopyrightText: 2024 The Refinery Authors <https://refinery.tools/>",
    "",
    "SPDX-License-Identifier: EPL-2.0"
  ],
  "name": "@refinery/docs",
  "version": "0.0.0",
  "description": "Documentation for Refinery",
  "private": true,
  "scripts": {
    "build": "WEBPACK_URL_LOADER_LIMIT=0 docusaurus build --out-dir build/docusaurus",
    "serve": "docusaurus serve --dir build/docusaurus --port 1313 --no-open",
    "dev": "WEBPACK_URL_LOADER_LIMIT=0 docusaurus start --port 1313 --no-open",
    "docusaurus": "docusaurus",
    "write-translations": "docusaurus write-translations",
    "write-heading-ids": "docusaurus write-heading-ids",
    "typecheck": "yarn run g:tsc -p subprojects/docs/tsconfig.json",
    "lint": "yarn run g:lint subprojects/docs",
    "lint:fix": "yarn run lint --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/graphs4value/refinery.git"
  },
  "author": "The Refinery Authors <https://refinery.tools/>",
  "license": "EPL-2.0",
  "bugs": {
    "url": "https://github.com/graphs4value/refinery/issues"
  },
  "homepage": "https://refinery.tools",
  "dependencies": {
    "@docusaurus/core": "^3.2.1",
    "@docusaurus/plugin-content-docs": "^3.2.1",
    "@docusaurus/plugin-content-pages": "^3.2.1",
    "@docusaurus/plugin-sitemap": "^3.2.1",
    "@docusaurus/theme-classic": "^3.2.1",
    "@docusaurus/theme-common": "^3.2.1",
    "@fontsource-variable/jetbrains-mono": "^5.0.20",
    "@fontsource-variable/open-sans": "^5.0.28",
    "@fontsource/open-sans": "^5.0.27",
    "@mdx-js/react": "^3.0.1",
    "@swc/core": "^1.4.12",
    "clsx": "^2.1.0",
    "prism-react-renderer": "^2.3.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "remark-smartypants": "^2.1.0",
    "swc-loader": "^0.2.6",
    "terser-webpack-plugin": "^5.3.10",
    "webpack": "^5.91.0"
  },
  "devDependencies": {
    "@docusaurus/module-type-aliases": "^3.2.1",
    "@docusaurus/types": "^3.2.1",
    "@types/babel__core": "^7.20.5",
    "@types/node": "^20.12.5",
    "@types/react": "^18.2.74",
    "@types/react-dom": "^18.2.24"
  }
}