forked from perspective-dev/perspective
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.08 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "@jpmorganchase/perspective-jupyterlab",
"version": "0.1.17",
"description": "Perspective.js",
"files": [
"build/*.d.ts",
"build/*.js.map",
"build/*.js",
"build/*.wasm",
"src/css/*.css"
],
"main": "build/index.js",
"types": "build/index.d.ts",
"directories": {
"build": "build/"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"prepublish": "npm run build",
"clean": "rimraf build",
"watch": "tsc -w"
},
"dependencies": {
"@jpmorganchase/perspective-viewer": "^0.1.17",
"@jpmorganchase/perspective-viewer-highcharts": "^0.1.17",
"@jpmorganchase/perspective-viewer-hypergrid": "^0.1.17",
"@jupyterlab/application": "^0.17.0",
"@jupyterlab/rendermime-interfaces": "^1.1.0",
"@jupyterlab/services": "^3.0.0",
"@phosphor/messaging": "^1.2.2",
"@phosphor/widgets": "^1.5.0",
"@types/socket.io-client": "^1.4.0",
"socket.io": "2.0.3"
},
"devDependencies": {
"rimraf": "~2.6.2",
"typescript": "~2.6.2"
},
"jupyterlab": {
"mimeExtension": true
}
}