-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
63 lines (63 loc) · 1.94 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
{
"//": [
"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",
"upgrade-versions": "node scripts/upgradeVersions.mjs",
"g:lint": "node scripts/eslintReport.cjs",
"g:tsc": "tsc"
},
"packageManager": "[email protected]",
"dependencies": {
"react": "^18.3.1"
},
"devDependencies": {
"@types/eslint": "^9.6.1",
"@types/node": "^22.10.2",
"@types/react": "^18.3.18",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"cheerio": "^1.0.0",
"corepack": "^0.30.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-mobx": "^0.0.13",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.1.0",
"prettier": "^3.4.2",
"smol-toml": "^1.3.1",
"typescript": "5.7.2"
},
"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"
}
}