-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 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
{
"name": "polywag",
"version": "0.2.0",
"description": "A data visualization library built on top of Plotly.js ",
"main": "index.js",
"scripts": {
"build": "webpack --config ./bundler/webpack.prod.js",
"dev": "webpack serve --config ./bundler/webpack.dev.js",
"generate-docs": "node_modules/.bin/jsdoc -c jsdoc.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dvisionlab/polywag.git"
},
"keywords": [
"dataviz",
"charts",
"plotly"
],
"author": "Mattia Ronzoni <[email protected]> (https://www.dvisionlab.com)",
"contributors": [
"Simone Manini <[email protected]> (https://www.dvisionlab.com)"
],
"dependencies": {
"plotly.js-dist": "^1.54.6",
"lodash": "^4.17.15"
},
"devDependencies": {
"jsdoc": "^3.6.4",
"@babel/core": "^7.16.12",
"@babel/preset-env": "^7.16.11",
"babel-loader": "^8.2.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^6.5.1",
"file-loader": "^6.2.0",
"html-loader": "^3.1.0",
"html-webpack-plugin": "^5.5.0",
"ip": "^1.1.5",
"mini-css-extract-plugin": "^2.5.3",
"portfinder-sync": "0.0.2",
"raw-loader": "^4.0.2",
"style-loader": "^3.3.1",
"ts-loader": "^9.2.6",
"typescript": "^4.5.5",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.3",
"webpack-merge": "^5.8.0"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/dvisionlab/polywag/issues"
},
"homepage": "https://github.com/dvisionlab/polywag#readme"
}