|
11 | 11 | "build-prod": "npm run clean && cross-env NODE_ENV=production PROD_SOURCE_MAP=source-map LK_MODULE_CONTAINER=DiscvrLabKeyModules LK_MODULE=jbrowse webpack --config config/prod.config.js --progress --profile", |
12 | 12 | "clean": "rimraf resources/web/gen && rimraf resources/web/jbrowse/gen && rimraf resources/views/gen && rimraf resources/views/browser*", |
13 | 13 | "test": "cross-env NODE_ENV=test jest", |
14 | | - "jb-pkg": "pkg ./node_modules/@jbrowse/cli --out-path ./resources/external/jb-cli" |
| 14 | + "vcffeature-hack": "node ./tools/fixVcfFeature.js", |
| 15 | + "postinstall": "npm run vcffeature-hack", |
| 16 | + "prepareCli": "rimraf ./buildCli && rimraf ./resources/external/jb-cli && npm install @jbrowse/cli@1.7.4 --prefix ./buildCli", |
| 17 | + "jb-pkg": "npm run prepareCli && npx pkg --outdir=./resources/external/jb-cli ./buildCli/node_modules/@jbrowse/cli && rimraf ./buildCli" |
15 | 18 | }, |
16 | 19 | "peerDependencies": { |
17 | 20 |
|
18 | 21 | }, |
19 | 22 | "dependencies": { |
20 | | - "@jbrowse/cli": "^1.7.4", |
| 23 | + "@jbrowse/cli": "^2.6.1", |
21 | 24 | "@jbrowse/core": "^1.7.4", |
22 | 25 | "@jbrowse/plugin-variants": "^1.7.4", |
23 | 26 | "@jbrowse/plugin-svg": "^1.7.4", |
24 | 27 | "@jbrowse/plugin-linear-genome-view": "^1.7.4", |
25 | 28 | "@jbrowse/react-linear-genome-view": "^1.7.4", |
26 | | - "@labkey/api": "^1.10.0", |
27 | | - "@labkey/components": "^2.190.0", |
| 29 | + "@labkey/api": "^1.21.0", |
| 30 | + "@labkey/components": "^2.345.0", |
28 | 31 | "@gmod/vcf": "^5.0.6", |
29 | 32 | "react": "^16.14.0", |
30 | 33 | "assert": "^2.0.0", |
|
35 | 38 | "jspdf-autotable": "^3.5.23", |
36 | 39 | "node-polyfill-webpack-plugin": "1.1.4", |
37 | 40 | "path-browserify": "^1.0.1", |
38 | | - "pkg": "^5.3.2", |
| 41 | + "pkg": "^5.8.1", |
39 | 42 | "react-data-grid": "^7.0.0-beta.12", |
40 | 43 | "react-google-charts": "^3.0.15", |
41 | 44 | "react-hot-loader": "^4.13.0", |
42 | 45 | "regenerator-runtime": "^0.13.9", |
43 | 46 | "stream-browserify": "^3.0.0", |
44 | | - "typescript": "^3.5.2", |
| 47 | + "typescript": "^4.9.4", |
45 | 48 | "util": "^0.12.0", |
46 | 49 | "vm-browserify": "^1.1.2", |
47 | | - "xlsx": "^0.18.3" |
| 50 | + "xlsx": "^0.18.5", |
| 51 | + "fs": "^0.0.1-security", |
| 52 | + "child_process": "^1.0.2", |
| 53 | + "esbuild": "^0.18.4" |
48 | 54 | }, |
49 | 55 | "devDependencies": { |
50 | | - "@labkey/build": "6.4.0", |
| 56 | + "@labkey/build": "^6.12.0", |
51 | 57 | "@types/enzyme": "^3.10.12", |
52 | 58 | "@types/jest": "^27.4.1", |
53 | 59 | "@types/jquery": "^3.5.14", |
54 | 60 | "@types/jexl": "^2.3.0", |
| 61 | + "@types/node": "^18.16.18", |
55 | 62 | "enzyme": "^3.11.0", |
56 | 63 | "enzyme-adapter-react-16": "^1.15.6", |
57 | 64 | "enzyme-to-json": "^3.6.2", |
|
0 commit comments