apexcharter/package.json

42 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2021-08-20 16:53:55 +02:00
{
"name": "apexcharter",
"version": "1.0.0",
2021-09-05 18:56:38 +02:00
"description": "Htmlwidget for [apexcharts.js](https://github.com/apexcharts/apexcharts.js) : A modern JavaScript charting library to build interactive charts and visualizations with simple API. See the [online demo](https://dreamrs.github.io/apexcharter/) for examples.",
2021-08-20 16:53:55 +02:00
"main": "index.js",
"directories": {
"doc": "docs",
"example": "examples",
"man": "man",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"none": "webpack --config webpack.dev.js --mode=none",
"development": "webpack --config webpack.dev.js",
"production": "webpack --config webpack.prod.js",
"watch": "webpack --config webpack.dev.js -d --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dreamRs/apexcharter.git"
},
"keywords": [],
"author": "Victor Perrier",
2021-09-05 18:56:38 +02:00
"license": "MIT",
2021-08-20 16:53:55 +02:00
"bugs": {
"url": "https://github.com/dreamRs/apexcharter/issues"
},
"homepage": "https://github.com/dreamRs/apexcharter#readme",
"devDependencies": {
2021-11-16 20:30:31 +01:00
"css-loader": "^6.5.1",
"style-loader": "^3.3.1",
"webpack": "^5.76.0",
2021-10-20 18:17:27 +02:00
"webpack-cli": "^4.9.1",
2021-08-20 16:53:55 +02:00
"webpack-merge": "^5.8.0"
2021-09-05 18:56:38 +02:00
},
"dependencies": {
2024-03-20 10:25:34 +01:00
"apexcharts": "^3.48.0",
2021-09-05 18:56:38 +02:00
"d3-format": "^3.0.1"
2021-08-20 16:53:55 +02:00
}
}