-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
144 lines (144 loc) · 4.34 KB
/
package.json
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "jupyter_bifrost",
"version": "0.3.0",
"description": "A Jupyter Widget for Interactive Data Visualization",
"keywords": [
"jupyter",
"jupyterlab",
"jupyterlab-extension",
"widgets"
],
"files": [
"lib/**/*.js",
"dist/*.js",
"css/*.css"
],
"homepage": "https://github.com//jupyter_bifrost",
"bugs": {
"url": "https://github.com//jupyter_bifrost/issues"
},
"license": "BSD-3-Clause",
"author": {
"name": "John Waidhofer(waidhoferj), Jay Ahn(jahn96)",
"email": "[email protected], [email protected]"
},
"main": "lib/index.js",
"types": "./lib/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com//jupyter_bifrost"
},
"scripts": {
"build": "yarn run build:lib && yarn run build:nbextension && yarn run build:labextension:dev",
"build:prod": "yarn run build:lib && yarn run build:labextension",
"build:binder": "yarn run build:lib && yarn run build:labextension",
"build:labextension": "jupyter labextension build .",
"build:labextension:dev": "jupyter labextension build --development True .",
"build:lib": "tsc",
"build:nbextension": "webpack",
"clean": "yarn run clean:lib && yarn run clean:nbextension && yarn run clean:labextension",
"clean:lib": "rimraf lib",
"clean:labextension": "rimraf jupyter_bifrost/labextension",
"clean:nbextension": "rimraf jupyter_bifrost/nbextension/static/index.js",
"lint": "eslint . --ext .ts,.tsx --fix",
"lint:check": "eslint . --ext .ts,.tsx",
"prepack": "yarn run build:lib",
"test": "jest",
"watch": "npm-run-all -p watch:*",
"watch:lib": "tsc -w",
"watch:nbextension": "webpack --watch --mode=development",
"watch:labextension": "jupyter labextension watch .",
"prepare": "jlpm run clean && jlpm run build:prod"
},
"dependencies": {
"@emotion/react": "^11.4.0",
"@jupyter-widgets/base": "^1.1.10 || ^2.0.0 || ^3.0.0 || ^4.0.0",
"@jupyterlab/application": "^3.0.11",
"@types/debounce": "^1.2.0",
"@types/react-dom": "^17.0.8",
"@types/react-transition-group": "^1.1.7",
"compassql": "^0.21.2",
"debounce": "^1.2.1",
"draco-core": "^0.0.6",
"draco-vis": "^0.0.16",
"husky": "^6.0.0",
"immer": "^9.0.3",
"react": "^17.0.2",
"react-compound-slider": "^3.3.1",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"react-markdown": "6.0.3",
"react-transition-group": "1.2",
"react-vega": "^7.4.3",
"vega": "^5.20.2",
"vega-embed": "^6.18.2",
"vega-lite": "^5.1.0",
"vega-lite-api": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.5.0",
"@babel/preset-env": "^7.5.0",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@jupyterlab/builder": "^3.0.0",
"@phosphor/application": "^1.6.0",
"@phosphor/widgets": "^1.6.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@types/jest": "^26.0.0",
"@types/node": "^15.12.2",
"@types/react": "^17.0.11",
"@types/react-tag-input": "^6.1.2",
"@types/webpack-env": "^1.13.6",
"@typescript-eslint/eslint-plugin": "^3.6.0",
"@typescript-eslint/parser": "^3.6.0",
"acorn": "^7.2.0",
"babel-loader": "^8.2.2",
"babel-preset-es2015": "^6.24.1",
"canvas": "^2.8.0",
"css-loader": "^3.2.0",
"eslint": "^7.4.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"fs-extra": "^7.0.0",
"husky": "^6.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.0.0",
"lint-staged": "^11.0.0",
"mkdirp": "^0.5.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.5",
"rimraf": "^2.6.2",
"sass": "^1.35.1",
"sass-loader": "^12.1.0",
"source-map-loader": "^1.1.3",
"style-loader": "^1.0.0",
"ts-jest": "^26.0.0",
"ts-loader": "^8.0.0",
"typescript": "~4.1.3",
"webpack": "^5.0.0",
"webpack-cli": "^4.0.0"
},
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react",
"@babel/preset-typescript"
]
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx}": [
"eslint --cache --fix"
]
},
"jupyterlab": {
"extension": "lib/plugin",
"outputDir": "jupyter_bifrost/labextension/",
"sharedPackages": {
"@jupyter-widgets/base": {
"bundled": false,
"singleton": true
}
}
}
}