|
5 | 5 | "scripts": { |
6 | 6 | "setup": "npm ci", |
7 | 7 | "build": "npm run build-dev", |
8 | | - "start": "cross-env NODE_ENV=development webpack-dev-server --config ./config/watch.config.js", |
| 8 | + "start": "cross-env NODE_ENV=development webpack serve --config ./config/watch.config.js", |
9 | 9 | "build-no-pkg": "npm run clean && cross-env NODE_ENV=development webpack --config ./config/dev.config.js --progress --profile", |
10 | 10 | "build-dev": "npm run build-no-pkg", |
11 | 11 | "build-prod": "npm run clean && cross-env NODE_ENV=production PROD_SOURCE_MAP=source-map webpack --config ./config/prod.config.js --progress --profile", |
12 | | - "clean": "rimraf resources/web/gen && rimraf resources/web/jbrowse/gen && rimraf resources/views/gen && rimraf resources/views/browser*", |
13 | | - "test": "cross-env NODE_ENV=test jest", |
| 12 | + "clean": "rimraf resources/web/gen && rimraf resources/web/jbrowse/gen && rimraf resources/views/gen", |
14 | 13 | "prepareCli": "rimraf ./buildCli && rimraf ./resources/external/jb-cli && npm install @jbrowse/cli@1.7.4 --prefix ./buildCli", |
15 | 14 | "jb-pkg": "npm run prepareCli && npx pkg --outdir=./resources/external/jb-cli ./buildCli/node_modules/@jbrowse/cli && rimraf ./buildCli" |
16 | 15 | }, |
17 | 16 | "dependencies": { |
18 | 17 | "@gmod/vcf": "^5.0.10", |
19 | | - "@jbrowse/core": "^2.14.0", |
20 | | - "@jbrowse/plugin-linear-genome-view": "^2.14.0", |
21 | | - "@jbrowse/plugin-svg": "^2.14.0", |
22 | | - "@jbrowse/plugin-variants": "^2.14.0", |
23 | | - "@jbrowse/react-linear-genome-view": "^2.14.0", |
24 | | - "@labkey/api": "^1.25.0", |
25 | | - "@labkey/components": "^2.0.0", |
| 18 | + "@jbrowse/core": "2.15.0", |
| 19 | + "@jbrowse/plugin-linear-genome-view": "2.15.0", |
| 20 | + "@jbrowse/plugin-svg": "2.15.0", |
| 21 | + "@jbrowse/plugin-variants": "2.15.0", |
| 22 | + "@jbrowse/react-linear-genome-view": "2.15.0", |
| 23 | + "@labkey/api": "^1.35.0", |
| 24 | + "@labkey/components": "^5.0.0", |
26 | 25 | "@mui/x-data-grid": "^7.0.0", |
| 26 | + "@yao-pkg/pkg": "^5.12.0", |
27 | 27 | "assert": "^2.0.0", |
28 | 28 | "browserify-zlib": "^0.2.0", |
29 | 29 | "buffer": "^6.0.3", |
|
34 | 34 | "jspdf-autotable": "^3.5.31", |
35 | 35 | "node-polyfill-webpack-plugin": "2.0.1", |
36 | 36 | "path-browserify": "^1.0.1", |
37 | | - "pkg": "^5.8.1", |
38 | | - "react-data-grid": "7.0.0-beta.10", |
| 37 | + "react": "^18.0.0", |
| 38 | + "react-data-grid": "7.0.0-beta.46", |
| 39 | + "react-dom": "^18.0.0", |
39 | 40 | "react-google-charts": "^4.0.1", |
40 | | - "react-hot-loader": "^4.13.1", |
41 | | - "react-select": "^5.7.4", |
| 41 | + "react-select": "^5.8.0", |
42 | 42 | "regenerator-runtime": "^0.13.11", |
43 | 43 | "stream-browserify": "^3.0.0", |
44 | | - "typescript": "^5.1.6", |
45 | 44 | "util": "^0.12.5", |
46 | 45 | "uuid": "^9.0.0", |
47 | 46 | "vm-browserify": "^1.1.2" |
48 | 47 | }, |
49 | 48 | "devDependencies": { |
50 | | - "@labkey/build": "6.16.0", |
51 | | - "@types/jest": "^29.0.0", |
| 49 | + "@labkey/build": "7.6.0", |
52 | 50 | "@types/jexl": "^2.3.1", |
53 | 51 | "@types/jquery": "^3.0.0", |
54 | 52 | "@types/node": "^18.17.1", |
55 | | - "@wojtekmaj/enzyme-adapter-react-17": "^0.8.0", |
56 | | - "enzyme": "^3.11.0", |
57 | | - "jest": "^29.0.0", |
58 | | - "jest-cli": "^29.0.0", |
59 | | - "jest-environment-jsdom": "^29.7.0", |
60 | | - "jest-mock": "^29.0.0", |
| 53 | + "@types/react": "^18.0.0", |
| 54 | + "@types/react-dom": "^18.0.0", |
61 | 55 | "rimraf": "^3.0.2", |
62 | | - "ts-jest": "^29.0.0" |
| 56 | + "typescript": "^5.0.0" |
63 | 57 | } |
64 | 58 | } |
0 commit comments