-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.14 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.14 KB
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
{
"name": "@apollo-annotation/common",
"version": "0.3.13",
"repository": {
"type": "git",
"url": "https://github.com/GMOD/Apollo3.git",
"directory": "packages/apollo-common"
},
"sideEffects": false,
"type": "module",
"exports": "./dist/index.js",
"scripts": {
"build": "tsc --build"
},
"dependencies": {
"@apollo-annotation/schemas": "workspace:^",
"@jbrowse/core": "^4.1.1",
"bson-objectid": "^2.0.4",
"tslib": "^2.3.1"
},
"devDependencies": {
"@apollo-annotation/mst": "workspace:^",
"@gmod/gff": "^2.1.0",
"@nestjs/common": "^10.1.0",
"@nestjs/core": "^10.1.0",
"@types/node": "^24.10.9",
"generic-filehandle2": "^2.0.18",
"mongoose": "^6.12.0",
"typescript": "^5.5.3"
},
"peerDependencies": {
"@jbrowse/mobx-state-tree": "^5.5.0",
"@mui/material": "^7.3.7",
"@mui/x-data-grid": "^8.0.0",
"mobx": "^6.6.1",
"mobx-react": "^7.2.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.4.0",
"tss-react": "^4.6.1"
},
"publishConfig": {
"access": "public"
}
}