|
33 | 33 | "build:lib": "rimraf lib/drawio && mkdir -p lib/drawio && cp -R src/drawio lib && tsc",
|
34 | 34 | "build:prod": "jlpm run build:lib && jlpm run build:labextension",
|
35 | 35 | "clean": "jlpm run clean:lib",
|
36 |
| - "clean:all": "jlpm run clean:lib && jlpm run clean:labextension", |
| 36 | + "clean:all": "jlpm run clean:lib && jlpm run clean:labextension && jlpm run clean:node", |
37 | 37 | "clean:labextension": "rimraf jupyterlab-drawio/labextension",
|
| 38 | + "clean:node": "rimraf node_modules yarn.lock", |
38 | 39 | "clean:lib": "rimraf lib tsconfig.tsbuildinfo",
|
39 | 40 | "eslint": "eslint . --ext .ts,.tsx --fix",
|
40 | 41 | "eslint:check": "eslint . --ext .ts,.tsx",
|
|
45 | 46 | "watch:src": "tsc -w"
|
46 | 47 | },
|
47 | 48 | "dependencies": {
|
48 |
| - "@jupyterlab/application": "^3.1.0-alpha.7", |
49 |
| - "@jupyterlab/apputils": "^3.1.0-alpha.7", |
50 |
| - "@jupyterlab/coreutils": "^5.1.0-alpha.7", |
51 |
| - "@jupyterlab/docregistry": "^3.1.0-alpha.7", |
52 |
| - "@jupyterlab/filebrowser": "^3.1.0-alpha.7", |
53 |
| - "@jupyterlab/launcher": "^3.1.0-alpha.7", |
54 |
| - "@jupyterlab/mainmenu": "^3.1.0-alpha.7", |
55 |
| - "@jupyterlab/observables": "^4.1.0-alpha.7", |
56 |
| - "@jupyterlab/services": "~6.1.0-alpha.7", |
57 |
| - "@jupyterlab/shared-models": "^3.1.0-alpha.7", |
58 |
| - "@jupyterlab/ui-components": "^3.1.0-alpha.7", |
| 49 | + "@jupyterlab/application": "^3.1.0-alpha.8", |
| 50 | + "@jupyterlab/apputils": "^3.1.0-alpha.8", |
| 51 | + "@jupyterlab/coreutils": "^5.1.0-alpha.8", |
| 52 | + "@jupyterlab/docregistry": "^3.1.0-alpha.8", |
| 53 | + "@jupyterlab/filebrowser": "^3.1.0-alpha.8", |
| 54 | + "@jupyterlab/launcher": "^3.1.0-alpha.8", |
| 55 | + "@jupyterlab/mainmenu": "^3.1.0-alpha.8", |
| 56 | + "@jupyterlab/observables": "^4.1.0-alpha.8", |
| 57 | + "@jupyterlab/services": "~6.1.0-alpha.8", |
| 58 | + "@jupyterlab/shared-models": "^3.1.0-alpha.8", |
| 59 | + "@jupyterlab/ui-components": "^3.1.0-alpha.8", |
59 | 60 | "@lumino/commands": "^1.12.0",
|
60 | 61 | "@lumino/coreutils": "^1.5.3",
|
61 | 62 | "@lumino/signaling": "^1.4.3",
|
62 | 63 | "@lumino/widgets": "^1.19.0",
|
| 64 | + "fast-xml-parser": "^3.19.0", |
63 | 65 | "react": "^17.0.1",
|
64 | 66 | "react-dom": "^17.0.1",
|
65 | 67 | "yjs": "^13.5.3"
|
66 | 68 | },
|
67 | 69 | "devDependencies": {
|
68 |
| - "@jupyterlab/builder": "^3.1.0-alpha.7", |
| 70 | + "@jupyterlab/builder": "^3.1.0-alpha.8", |
69 | 71 | "@typescript-eslint/eslint-plugin": "^2.27.0",
|
70 | 72 | "@typescript-eslint/parser": "^2.27.0",
|
71 | 73 | "eslint": "^7.5.0",
|
|
0 commit comments