forked from llooker/viz-histogram-marketplace
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
32 lines (32 loc) · 876 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
{
"name": "viz-binned-hist-marketplace",
"author": "TJ Banghart <[email protected]>",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"d3-format": "^2.0.0",
"d3-selection": "^2.0.0",
"percentile": "^1.4.0",
"ssf": "^0.11.2",
"vega-embed": "^6.9.0",
"vega-lite": "^4.16.2"
},
"scripts": {
"build": "webpack --config webpack.config.js",
"build:legacy": "env NODE_OPTIONS='--openssl-legacy-provider' webpack",
"watch": "webpack --config webpack.config.js --watch --progress"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"babel-loader": "^8.2.5",
"css-loader": "^4.3.0",
"prettier": "^2.1.2",
"style-loader": "^1.3.0",
"url-loader": "^4.1.0",
"vega": "^5.23.0",
"webpack": "^5.94.0",
"webpack-cli": "^3.3.11"
}
}