-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1012 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1012 Bytes
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
{
"name": "root",
"version": "1.0.0",
"description": "",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC",
"private": true,
"defaultWorkspaceRoot": "subs",
"workspaces": [
"subs/*",
"tools/*"
],
"packageManager": "yarn@3.2.2",
"devDependencies": {
"@types/node": "18.7.8",
"@types/react": "18.0.17",
"@typescript-eslint/eslint-plugin": "5.33.1",
"@typescript-eslint/parser": "5.33.1",
"eslint": "8.22.0",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-react-hooks": "4.6.0",
"prettier": "2.7.1",
"typescript": "4.7.4"
},
"resolutions": {
"node-fetch": "2.6.7",
"minimist@^1.2.0": "1.2.6",
"minimist@^1.2.5": "1.2.6",
"@codemirror/state@^0.19.0": "0.19.9",
"@codemirror/state@^0.19.2": "0.19.9",
"@codemirror/state@^0.19.3": "0.19.9",
"@codemirror/state@^0.19.4": "0.19.9",
"@codemirror/state@^0.19.6": "0.19.9",
"mkdirp@0.5.1": "0.5.6",
"cheerio@1.0.0-rc.2": "1.0.0-rc.12"
}
}