|
33 | 33 | ], |
34 | 34 | "scripts": { |
35 | 35 | "build": "jlpm build:lib && jlpm build:labextension:dev", |
36 | | - "build:prod": "jlpm clean && jlpm build:lib:prod && jlpm build:labextension", |
37 | 36 | "build:labextension": "jupyter labextension build .", |
38 | 37 | "build:labextension:dev": "jupyter labextension build --development True .", |
39 | 38 | "build:lib": "tsc --sourceMap", |
40 | 39 | "build:lib:prod": "tsc", |
| 40 | + "build:prod": "jlpm clean && jlpm build:lib:prod && jlpm build:labextension", |
41 | 41 | "clean": "jlpm clean:lib", |
| 42 | + "clean:all": "jlpm clean:lib && jlpm clean:labextension && jlpm clean:lintcache", |
| 43 | + "clean:labextension": "rimraf jupyterlab_fasta/labextension jupyterlab_fasta/_version.py", |
42 | 44 | "clean:lib": "rimraf lib tsconfig.tsbuildinfo", |
43 | 45 | "clean:lintcache": "rimraf .eslintcache .stylelintcache", |
44 | | - "clean:labextension": "rimraf jupyterlab_fasta/labextension jupyterlab_fasta/_version.py", |
45 | | - "clean:all": "jlpm clean:lib && jlpm clean:labextension && jlpm clean:lintcache", |
46 | 46 | "eslint": "jlpm eslint:check --fix", |
47 | 47 | "eslint:check": "eslint . --cache --ext .ts,.tsx", |
48 | 48 | "install:extension": "jlpm build", |
|
54 | 54 | "stylelint": "jlpm stylelint:check --fix", |
55 | 55 | "stylelint:check": "stylelint --cache \"style/**/*.css\"", |
56 | 56 | "watch": "run-p watch:src watch:labextension", |
57 | | - "watch:src": "tsc -w", |
58 | | - "watch:labextension": "jupyter labextension watch ." |
| 57 | + "watch:labextension": "jupyter labextension watch .", |
| 58 | + "watch:src": "tsc -w" |
59 | 59 | }, |
60 | 60 | "dependencies": { |
61 | 61 | "@jlab-contrib/msa": "^1.1.2", |
62 | | - "@jupyterlab/rendermime-interfaces": "^3.0.0 || ^3.8.0-beta.1", |
| 62 | + "@jupyterlab/rendermime-interfaces": "^3.0.0 || ^3.8.0", |
63 | 63 | "@lumino/messaging": "^1.0.0 || ^2.0.0", |
64 | 64 | "@lumino/widgets": "^1.0.0 || ^2.1.0" |
65 | 65 | }, |
66 | 66 | "devDependencies": { |
67 | | - "@jupyterlab/builder": "^4.0.0-beta.1", |
| 67 | + "@jupyterlab/builder": "^4.0.0", |
68 | 68 | "@types/json-schema": "^7.0.11", |
69 | 69 | "@typescript-eslint/eslint-plugin": "^5.55.0", |
70 | 70 | "@typescript-eslint/parser": "^5.55.0", |
|
0 commit comments