iruby-chartkick 0.2.1 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
data/package.json ADDED
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "iruby-chartkick",
3
+ "scripts": {
4
+ "build": "webpack ./vendor/assets/javascripts/main.js --output-path='./vendor/assets/javascripts/' --output-filename=bundle.js --mode=production"
5
+ },
6
+ "dependencies": {
7
+ "chart.js": "^3.5.1",
8
+ "chartkick": "^4.0.5"
9
+ },
10
+ "devDependencies": {
11
+ "webpack": "^5.58.1",
12
+ "webpack-cli": "^4.9.0"
13
+ }
14
+ }