-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 985 Bytes
/
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
{
"name": "vega-webgpu",
"type": "module",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c --watch",
"serve": "live-server --open='/test'"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@rollup/plugin-commonjs": "^19.0.2",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-typescript": "^8.3.0",
"@types/d3": "^6.7.5",
"@webgpu/types": "^0.1.7",
"d3-color": "^3.0.1",
"eslint": "^7.32.0",
"live-server": "^1.1.0",
"prettier": "^2.4.1",
"rollup": "^2.60.0",
"rollup-plugin-string": "^3.0.0",
"tslib": "^2.3.1",
"typescript": "^4.5.2",
"vega-canvas": "^1.2.6",
"vega-loader": "^4.4.1",
"vega-scenegraph": "^4.9.4",
"vega-typings": "^0.21.0",
"vega-util": "^1.17.0"
}
}