-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
57 lines (57 loc) · 1.58 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
{
"name": "b2",
"version": "0.0.5",
"description": "Reification of interactions in computational notebooks",
"repository": {
"type": "git",
"url": "git+https://github.com/yifanwu/b2.git"
},
"author": "",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/yifanwu/b2/issues"
},
"homepage": "https://github.com/yifanwu/b2#readme",
"scripts": {
"format": "prettier --write 'src/*.ts'",
"lint": "prettier --check 'src/*.ts'",
"build": "webpack --mode production",
"watch": "webpack --mode development --watch"
},
"dependencies": {
"@jupyter-widgets/base": "2.0.1",
"@nteract/data-explorer": "^7.1.2",
"@types/jqueryui": "^1.12.7",
"@types/react": "^16.9.1",
"@types/react-addons-update": "^0.14.20",
"@types/react-dom": "^16.8.5",
"@types/react-editext": "^3.1.0",
"@types/webpack-env": "*",
"array-move": "^2.2.0",
"jquery": "^3.4.1",
"jqueryui": "^1.11.1",
"react": "^16.10.2",
"react-addons-update": "^15.6.2",
"react-dom": "^16.9.0",
"react-editext": "^3.8.0",
"react-grid-layout": "^0.16.6",
"react-sortable-hoc": "^1.10.1",
"react-transition-group": "^4.2.2",
"style-loader": "^1.0.0",
"styled-components": "^4.4.0",
"tslint": "^5.18.0",
"tslint-react": "^4.0.0",
"vega": "^5.10.0",
"vega-embed": "^4.2.5",
"vega-lite": "^4.6.0"
},
"devDependencies": {
"css-loader": "^3.1.0",
"prettier": "^1.18.2",
"ts-loader": "^6.0.4",
"typescript": "^3.5.2",
"webpack": "^4.35.2",
"webpack-cli": "^3.3.5"
},
"private": true
}