-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 749 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 749 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
{
"name": "cbioportal-cell-explorer",
"version": "1.0.0",
"description": "",
"private": true,
"type": "module",
"main": "index.js",
"scripts": {
"changeset": "changeset"
},
"keywords": [],
"author": "Jason Hwee (Hweej) <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=22"
},
"packageManager": "[email protected]+sha1.7084e7df42ee1d221994c2c2599277a2a937f050",
"devDependencies": {
"@changesets/changelog-github": "^0.6.0",
"@changesets/cli": "^2.30.0"
},
"pnpm": {
"overrides": {
"react": "18.3.1",
"react-dom": "18.3.1"
},
"peerDependencyRules": {
"allowedVersions": {
"react": "18.3.1",
"react-dom": "18.3.1"
}
}
}
}