forked from ankane/chartkick.js
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1008 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
36
37
38
39
40
41
42
43
44
{
"name": "@ajaybabar/chartkick",
"version": "4.2.8",
"homepage": "https://github.com/babarajay/chartkick.js",
"description": "Create beautiful charts with one line of JavaScript",
"main": "dist/chartkick.js",
"scripts": {
"build": "rollup -c",
"lint": "eslint src"
},
"dependencies": {
"highcharts-grouped-categories": "^1.2.0",
"serve": "^12.0.0"
},
"keywords": [
"charts"
],
"authors": [
"babarajay"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/babarajay/chartkick.js"
},
"files": [
"dist",
"chart.js",
"highcharts"
],
"devDependencies": {
"@rollup/plugin-buble": "^0.21.1",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"eslint": "^7.23.0",
"rollup": "^2.56.2",
"rollup-plugin-uglify": "^5.0.2"
},
"optionalDependencies": {
"chart.js": ">=3.0.2",
"chartjs-adapter-date-fns": ">=2.0.0",
"date-fns": ">=2.0.0"
}
}