|
1 | 1 | { |
2 | 2 | "name": "vpython", |
3 | | - "version": "1.0.0", |
4 | | - "description": "VPython extension for Jupyterlab", |
| 3 | + "version": "2.0.1", |
| 4 | + "description": "VPython extension for JupyterLab", |
5 | 5 | "keywords": [ |
6 | 6 | "jupyter", |
7 | 7 | "jupyterlab", |
|
20 | 20 | "vpython_libraries/*" |
21 | 21 | ], |
22 | 22 | "main": "lib/index.js", |
23 | | - "typings": "lib/index.d.ts", |
| 23 | + "types": "lib/index.d.ts", |
24 | 24 | "style": "style/index.css", |
25 | 25 | "repository": { |
26 | 26 | "type": "git", |
27 | 27 | "url": "" |
28 | 28 | }, |
29 | 29 | "scripts": { |
30 | 30 | "build": "tsc", |
31 | | - "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo", |
32 | | - "prepare": "npm run clean && npm run build", |
| 31 | + "clean": "rimraf lib tsconfig.tsbuildinfo", |
| 32 | + "eslint": "eslint . --ext .ts,.tsx --fix", |
| 33 | + "eslint:check": "eslint . --ext .ts,.tsx", |
| 34 | + "prepare": "jlpm run clean && jlpm run build", |
33 | 35 | "watch": "tsc -w" |
34 | 36 | }, |
35 | 37 | "dependencies": { |
36 | | - "@jupyterlab/application": "^1.2.1", |
37 | | - "@jupyterlab/apputils": "^1.2.1", |
38 | | - "@jupyterlab/coreutils": "^3.2.0", |
39 | | - "@jupyterlab/docregistry": "^1.2.1", |
40 | | - "@jupyterlab/notebook": "^1.2.2", |
41 | | - "@phosphor/disposable": "^1.3.1", |
| 38 | + "@jupyterlab/application": "^2.1.2", |
| 39 | + "@jupyterlab/apputils": "^2.1.1", |
| 40 | + "@jupyterlab/coreutils": "^4.1.0", |
| 41 | + "@jupyterlab/docregistry": "^2.1.2", |
| 42 | + "@jupyterlab/notebook": "^2.1.2", |
| 43 | + "@lumino/disposable": "^1.4.0", |
42 | 44 | "script-loader": "^0.7.2" |
43 | 45 | }, |
44 | 46 | "devDependencies": { |
45 | | - "file-loader": "^4.2.0", |
46 | | - "webpack": "^4.0.0", |
47 | | - "@babel/types": "^7.6.1", |
| 47 | + "@typescript-eslint/eslint-plugin": "^2.25.0", |
| 48 | + "@typescript-eslint/parser": "^2.25.0", |
| 49 | + "eslint": "^6.8.0", |
| 50 | + "eslint-config-prettier": "^6.10.1", |
| 51 | + "eslint-plugin-prettier": "^3.1.2", |
| 52 | + "prettier": "1.16.4", |
48 | 53 | "rimraf": "^2.6.1", |
49 | | - "typescript": "^3.6.3" |
| 54 | + "typescript": "~3.7.0" |
50 | 55 | }, |
51 | 56 | "sideEffects": [ |
52 | 57 | "style/*.css" |
|
0 commit comments