-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
153 lines (153 loc) · 5.25 KB
/
package.json
File metadata and controls
153 lines (153 loc) · 5.25 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"name": "@apollo-annotation/jbrowse-plugin-apollo",
"version": "0.3.13",
"description": "Apollo plugin for JBrowse 2",
"keywords": [
"jbrowse",
"jbrowse2"
],
"repository": {
"type": "git",
"url": "https://github.com/GMOD/Apollo3.git",
"directory": "packages/jbrowse-plugin-apollo"
},
"license": "Apache-2.0",
"author": "JBrowse Team",
"type": "module",
"files": [
"dist",
"src"
],
"scripts": {
"setup": "rimraf .jbrowse && jbrowse create .jbrowse",
"clean": "rimraf dist",
"start": "yarn clean && npm-run-all --parallel start:watch start:server",
"start:watch": "JB_NPM=false NODE_ENV=development rollup --config rollup/rollup.config.mjs --watch",
"start:server": "serve --no-request-logging --cors --listen 9000 --no-port-switching .",
"build": "yarn build:shared && yarn clean && rollup --config rollup/rollup.config.mjs",
"browse": "serve --no-request-logging --listen 8999 --no-port-switching --symlinks .jbrowse",
"test": "yarn node --experimental-vm-modules $(yarn bin jest)",
"test:ci": "yarn node --experimental-vm-modules $(yarn bin jest) --coverage",
"start:collab-cypress": "yarn workspace @apollo-annotation/collaboration-server run cypress:start",
"test:e2e": "yarn build && start-test \"npm-run-all --parallel start:server browse start:collab-cypress\" \"9000|8999|http://localhost:3999/health\" \"npm-run-all cypress:run\"",
"test:e2e:debug": "yarn build && start-test \"npm-run-all --parallel start:server browse start:collab-cypress\" \"9000|8999|http://localhost:3999/health\" \"npm-run-all cypress:debug\"",
"cypress:run": "cypress run --browser chrome",
"cypress:debug": "cypress run --browser chrome --config screenshotOnRunFailure=true,video=true",
"cypress:open": "cypress open --config baseUrl=http://localhost:3000",
"prepublish": "yarn test",
"prepack": "yarn build",
"postversion": "git push --follow-tags"
},
"config": {
"jbrowse": {
"plugin": {
"name": "Apollo"
}
}
},
"dependencies": {
"@apollo-annotation/common": "workspace:^",
"@apollo-annotation/mst": "workspace:^",
"@apollo-annotation/shared": "workspace:^",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@gmod/gff": "^2.1.0",
"@jbrowse/plugin-authentication": "^4.1.1",
"@jbrowse/plugin-linear-genome-view": "^4.1.1",
"@mui/icons-material": "^7.3.7",
"@types/jsonpath": "^0.2.0",
"autosuggest-highlight": "^3.3.4",
"bson-objectid": "^2.0.4",
"clsx": "^1.1.1",
"fast-deep-equal": "^3.1.3",
"file-saver": "^2.0.5",
"http-proxy-middleware": "^2.0.6",
"idb": "^7.1.1",
"jsonpath": "^1.1.1",
"nanoid": "^4.0.2",
"socket.io-client": "^4.5.4",
"tslib": "^2.3.1"
},
"devDependencies": {
"@babel/core": "^7.28.6",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.28.6",
"@jbrowse/cli": "^4.1.1",
"@jbrowse/core": "^4.1.1",
"@jbrowse/development-tools": "^2.2.1",
"@jbrowse/mobx-state-tree": "^5.5.0",
"@jest/globals": "^29.0.3",
"@mui/material": "^7.3.7",
"@mui/x-data-grid": "^8.0.0",
"@rollup/plugin-babel": "^6.1.0",
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-typescript": "^12.3.0",
"@types/autosuggest-highlight": "^3",
"@types/babel-plugin-macros": "^3",
"@types/babel__core": "^7",
"@types/babel__preset-env": "^7",
"@types/file-saver": "^2",
"@types/lodash.merge": "^4",
"@types/node": "^24.10.9",
"@types/prop-types": "^15",
"@types/react": "^18.3.4",
"@types/react-dom": "^18",
"babel-plugin-annotate-pure-calls": "^0.5.0",
"babel-plugin-dev-expression": "^0.2.3",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-polyfill-regenerator": "^0.6.6",
"babel-plugin-transform-rename-import": "^2.3.0",
"builtin-modules": "^5.0.0",
"chalk": "^5.6.2",
"cypress": "12.17.3",
"cypress-image-diff-html-report": "^2.2.0",
"cypress-image-diff-js": "^2.3.0",
"cypress-mongodb": "^6.2.0",
"fake-indexeddb": "^4.0.2",
"jest": "^29.6.2",
"jest-fetch-mock": "^3.0.3",
"jest-util": "^30.2.0",
"librpc-web-mod": "^1.1.9",
"lodash.merge": "^4.6.2",
"mobx": "^6.6.1",
"mobx-react": "^7.2.1",
"npm-run-all": "^4.1.5",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^3.0.2",
"rollup": "^4.57.0",
"rollup-plugin-external-globals": "^0.13.0",
"rollup-plugin-polyfill-node": "^0.13.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-terser": "^7.0.2",
"rxjs": "^7.4.0",
"serve": "^14.0.1",
"shx": "^0.3.3",
"start-server-and-test": "^1.11.7",
"ts-jest": "^29.4.6",
"ts-node": "^10.3.0",
"tss-react": "^4.6.1",
"typescript": "^5.5.3"
},
"peerDependencies": {
"@jbrowse/core": "^4.1.1",
"@jbrowse/mobx-state-tree": "^5.5.0",
"@mui/material": "^7.3.7",
"mobx": "^6.6.1",
"mobx-react": "^9.0.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rxjs": "^7.4.0",
"tss-react": "^4.6.1"
},
"publishConfig": {
"access": "public"
},
"jbrowse-plugin": {
"name": "Apollo"
}
}