|
1 | 1 | { |
2 | 2 | "name": "vpython", |
3 | | - "version": "0.3.0", |
| 3 | + "version": "0.4.0", |
4 | 4 | "description": "VPython extension for Jupyterlab", |
5 | 5 | "keywords": [ |
6 | 6 | "jupyter", |
|
14 | 14 | "license": "BSD-3-Clause", |
15 | 15 | "author": "John Coady", |
16 | 16 | "files": [ |
17 | | - "lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}", |
| 17 | + "lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf,otf}", |
18 | 18 | "style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}" |
19 | 19 | ], |
20 | 20 | "main": "lib/index.js", |
21 | | - "types": "lib/index.d.ts", |
22 | | - "repository": { |
23 | | - "type": "", |
24 | | - "url": "" |
25 | | - }, |
| 21 | + "typings": "lib/index.d.ts", |
26 | 22 | "scripts": { |
27 | | - "build": "tsc", |
28 | | - "clean": "rimraf lib", |
29 | | - "watch": "tsc -w", |
30 | | - "prepare": "npm run build" |
| 23 | + "build": "npm run build:src", |
| 24 | + "build:src": "tsc", |
| 25 | + "clean": "rimraf tsconfig.tsbuildinfo", |
| 26 | + "prepublish": "npm run clean && npm run build", |
| 27 | + "jpinstall": "jupyter labextension install ." |
31 | 28 | }, |
32 | 29 | "dependencies": { |
33 | | - "@jupyterlab/application": "^0.19.1", |
34 | | - "@jupyterlab/apputils": "^0.19.1", |
35 | | - "@jupyterlab/docregistry": "^0.19.1", |
36 | | - "@jupyterlab/notebook": "^0.19.1", |
37 | | - "@phosphor/disposable": "^1.1.2", |
| 30 | + "@jupyterlab/application": "^1.1.2", |
| 31 | + "@jupyterlab/apputils": "^1.1.2", |
| 32 | + "@jupyterlab/docregistry": "^1.1.2", |
| 33 | + "@jupyterlab/notebook": "^1.1.2", |
| 34 | + "@phosphor/disposable": "^1.3.0", |
38 | 35 | "script-loader": "^0.7.2" |
39 | 36 | }, |
40 | 37 | "devDependencies": { |
| 38 | + "file-loader": "^4.2.0", |
| 39 | + "webpack": "^4.0.0", |
| 40 | + "@babel/types": "^7.6.1", |
41 | 41 | "rimraf": "^2.6.1", |
42 | | - "script-loader": "^0.7.2", |
43 | | - "typescript": "~2.9.2" |
| 42 | + "typescript": "^3.6.3" |
44 | 43 | }, |
45 | 44 | "jupyterlab": { |
46 | 45 | "extension": true |
|
0 commit comments