aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: 5be2a703117a4519b14ae32c484ee2057ea585bd (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
62
{
  "//": [
    "SPDX-FileCopyrightText: 2021-2024 The Refinery Authors <https://refinery.tools/>",
    "",
    "SPDX-License-Identifier: EPL-2.0"
  ],
  "name": "@refinery/root",
  "version": "0.0.0",
  "private": true,
  "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",
  "workspaces": [
    "subprojects/docs",
    "subprojects/frontend"
  ],
  "scripts": {
    "docs": "yarn workspace @refinery/docs",
    "frontend": "yarn workspace @refinery/frontend",
    "typecheck": "yarn run g:tsc -p tsconfig.json",
    "lint": "yarn run g:lint",
    "lint:fix": "yarn run lint --fix",
    "g:lint": "node scripts/eslintReport.cjs",
    "g:tsc": "tsc"
  },
  "packageManager": "yarn@4.2.1",
  "dependencies": {
    "react": "^18.3.1"
  },
  "devDependencies": {
    "@types/eslint": "^8.56.10",
    "@types/node": "^20.12.8",
    "@types/react": "^18.3.1",
    "@typescript-eslint/eslint-plugin": "^7.8.0",
    "@typescript-eslint/parser": "^7.8.0",
    "corepack": "^0.28.0",
    "eslint": "^8.57.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-airbnb-typescript": "^18.0.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-import-resolver-typescript": "^3.6.1",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-jsx-a11y": "^6.8.0",
    "eslint-plugin-mobx": "^0.0.9",
    "eslint-plugin-prettier": "^5.1.3",
    "eslint-plugin-react": "^7.34.1",
    "eslint-plugin-react-hooks": "^4.6.2",
    "prettier": "^3.2.5",
    "typescript": "5.4.5"
  },
  "resolutions": {
    "d3-zoom@npm:^3.0.0": "patch:d3-zoom@npm%3A3.0.0#~/.yarn/patches/d3-zoom-npm-3.0.0-18f706a421.patch",
    "d3-zoom@npm:3": "patch:d3-zoom@npm%3A3.0.0#~/.yarn/patches/d3-zoom-npm-3.0.0-18f706a421.patch"
  }
}