-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
55 lines (55 loc) · 1.54 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
{
"name": "@apollo-annotation/shared",
"version": "0.3.1",
"main": "./dist/index.js",
"scripts": {
"build": "yarn clean && tsc --build",
"clean": "rimraf dist",
"start": "tsc --build --watch",
"test": "glob -c \"tsx --test --test-reporter spec \" \"**/*.test.ts\"",
"test:ci": "NODE_V8_COVERAGE=./coverage glob -c \"tsx --test --test-reporter spec --experimental-test-coverage \" \"**/*.test.ts\""
},
"dependencies": {
"@apollo-annotation/common": "workspace:^",
"@apollo-annotation/mst": "workspace:^",
"@apollo-annotation/schemas": "workspace:^",
"@gmod/gff": "1.2.0",
"@gmod/indexedfasta": "^2.0.4",
"@jbrowse/core": "^2.13.1",
"bson-objectid": "^2.0.4",
"generic-filehandle": "^3.0.0",
"jwt-decode": "^3.1.2",
"tslib": "^2.3.1"
},
"devDependencies": {
"@nestjs/common": "^10.1.0",
"@nestjs/core": "^10.1.0",
"@types/chai": "^4.3.19",
"@types/node": "^18.14.2",
"chai": "^5.1.1",
"chai-exclude": "^3.0.0",
"glob": "^11.0.0",
"mobx": "^6.6.1",
"mobx-state-tree": "^5.4.0",
"mongoose": "^6.12.0",
"react-dom": "^18.2.0",
"rimraf": "^3.0.2",
"rxjs": "^7.4.0",
"tsx": "^4.6.2",
"typescript": "^5.5.3"
},
"peerDependencies": {
"@mui/material": "^5.11.14",
"@mui/x-data-grid": "^7.0.0",
"mobx": "^6.6.1",
"mobx-react": "^7.2.1",
"mobx-state-tree": "^5.4.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rxjs": "^7.4.0"
},
"publishConfig": {
"access": "public"
}
}