@carbon/charts-vue 0.41.27 → 0.41.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,111 +1,113 @@
1
1
  {
2
- "name": "@carbon/charts-vue",
3
- "version": "0.41.27",
4
- "description": "Carbon charting components for Vue",
5
- "main": "charts-vue.umd.min.js",
6
- "scripts": {
7
- "build": "bash build.sh",
8
- "lint": "vue-cli-service lint ./src/index.js",
9
- "storybook": "start-storybook -p 6006",
10
- "demo:build": "build-storybook -o demo/bundle --quiet",
11
- "ci-check": "yarn format:diff",
12
- "format": "prettier --write \"**/*.{scss,css,js,md,vue}\"",
13
- "format:diff": "prettier --list-different \"**/*.{scss,css,js,md,vue}\"",
14
- "clean": "rm -rf dist demo/bundle"
15
- },
16
- "dependencies": {
17
- "@carbon/charts": "^0.41.27",
18
- "vue": "2.5.21"
19
- },
20
- "devDependencies": {
21
- "@babel/core": "7.3.4",
22
- "@storybook/addon-knobs": "5.3.12",
23
- "@storybook/addon-links": "5.3.12",
24
- "@storybook/addons": "5.3.12",
25
- "@storybook/theming": "5.3.12",
26
- "@storybook/vue": "5.3.12",
27
- "@vue/babel-preset-app": "4.1.2",
28
- "@vue/cli-plugin-babel": "4.1.2",
29
- "@vue/cli-plugin-eslint": "4.1.2",
30
- "@vue/cli-service": "4.1.2",
31
- "babel-eslint": "10.0.1",
32
- "babel-loader": "8.0.5",
33
- "babel-preset-vue": "2.0.2",
34
- "cache-loader": "4.1.0",
35
- "eslint": "5.8.0",
36
- "eslint-plugin-vue": "5.0.0",
37
- "lint-staged": "8.1.5",
38
- "prettier": "1.16.4",
39
- "vue-loader": "^15.7.0",
40
- "vue-template-compiler": "2.5.21"
41
- },
42
- "publishConfig": {
43
- "directory": "dist",
44
- "access": "public"
45
- },
46
- "lint-staged": {
47
- "*.{scss,css,js,md,vue}": [
48
- "yarn format",
49
- "git add"
50
- ]
51
- },
52
- "prettier": {
53
- "printWidth": 80,
54
- "singleQuote": true,
55
- "trailingComma": "es5"
56
- },
57
- "eslintConfig": {
58
- "root": true,
59
- "env": {
60
- "node": true
61
- },
62
- "extends": [
63
- "plugin:vue/essential",
64
- "eslint:recommended"
65
- ],
66
- "rules": {},
67
- "parserOptions": {
68
- "parser": "babel-eslint"
69
- }
70
- },
71
- "postcss": {
72
- "plugins": {
73
- "autoprefixer": {}
74
- }
75
- },
76
- "browserslist": [
77
- "> 1%",
78
- "last 2 versions",
79
- "not ie <= 8"
80
- ],
81
- "repository": {
82
- "type": "git",
83
- "url": "git@github.com:carbon-design-system/carbon-charts.git",
84
- "homepage": "https://carbon-design-system.github.io/carbon-charts/vue/"
85
- },
86
- "license": "Apache-2.0",
87
- "author": "IBM",
88
- "keywords": [
89
- "carbon",
90
- "charts",
91
- "vue",
92
- "dataviz",
93
- "data-visualization",
94
- "visualizations",
95
- "d3",
96
- "svg",
97
- "component",
98
- "components",
99
- "css",
100
- "html",
101
- "ibm",
102
- "typescript",
103
- "javascript",
104
- "js",
105
- "library",
106
- "pattern",
107
- "patterns",
108
- "sass",
109
- "scss"
110
- ]
111
- }
2
+ "name": "@carbon/charts-vue",
3
+ "version": "0.41.32",
4
+ "description": "Carbon charting components for Vue",
5
+ "main": "charts-vue.umd.min.js",
6
+ "scripts": {
7
+ "build": "bash build.sh",
8
+ "lint": "vue-cli-service lint ./src/index.js",
9
+ "storybook": "start-storybook -p 6006",
10
+ "demo:build": "build-storybook -o demo/bundle --quiet",
11
+ "ci-check": "yarn format:diff",
12
+ "format": "prettier --write \"**/*.{scss,css,js,md,vue}\"",
13
+ "format:diff": "prettier --list-different \"**/*.{scss,css,js,md,vue}\"",
14
+ "clean": "rm -rf dist demo/bundle",
15
+ "postinstall": "carbon-telemetry collect --install"
16
+ },
17
+ "dependencies": {
18
+ "@carbon/charts": "^0.41.32",
19
+ "@carbon/telemetry": "0.0.0-alpha.6",
20
+ "vue": "2.5.21"
21
+ },
22
+ "devDependencies": {
23
+ "@babel/core": "7.3.4",
24
+ "@storybook/addon-knobs": "5.3.12",
25
+ "@storybook/addon-links": "5.3.12",
26
+ "@storybook/addons": "5.3.12",
27
+ "@storybook/theming": "5.3.12",
28
+ "@storybook/vue": "5.3.12",
29
+ "@vue/babel-preset-app": "4.1.2",
30
+ "@vue/cli-plugin-babel": "4.1.2",
31
+ "@vue/cli-plugin-eslint": "4.1.2",
32
+ "@vue/cli-service": "4.1.2",
33
+ "babel-eslint": "10.0.1",
34
+ "babel-loader": "8.0.5",
35
+ "babel-preset-vue": "2.0.2",
36
+ "cache-loader": "4.1.0",
37
+ "eslint": "5.8.0",
38
+ "eslint-plugin-vue": "5.0.0",
39
+ "lint-staged": "8.1.5",
40
+ "prettier": "1.16.4",
41
+ "vue-loader": "^15.7.0",
42
+ "vue-template-compiler": "2.5.21"
43
+ },
44
+ "publishConfig": {
45
+ "directory": "dist",
46
+ "access": "public"
47
+ },
48
+ "lint-staged": {
49
+ "*.{scss,css,js,md,vue}": [
50
+ "yarn format",
51
+ "git add"
52
+ ]
53
+ },
54
+ "prettier": {
55
+ "printWidth": 80,
56
+ "singleQuote": true,
57
+ "trailingComma": "es5"
58
+ },
59
+ "eslintConfig": {
60
+ "root": true,
61
+ "env": {
62
+ "node": true
63
+ },
64
+ "extends": [
65
+ "plugin:vue/essential",
66
+ "eslint:recommended"
67
+ ],
68
+ "rules": {},
69
+ "parserOptions": {
70
+ "parser": "babel-eslint"
71
+ }
72
+ },
73
+ "postcss": {
74
+ "plugins": {
75
+ "autoprefixer": {}
76
+ }
77
+ },
78
+ "browserslist": [
79
+ "> 1%",
80
+ "last 2 versions",
81
+ "not ie <= 8"
82
+ ],
83
+ "repository": {
84
+ "type": "git",
85
+ "url": "git@github.com:carbon-design-system/carbon-charts.git",
86
+ "homepage": "https://carbon-design-system.github.io/carbon-charts/vue/"
87
+ },
88
+ "license": "Apache-2.0",
89
+ "author": "IBM",
90
+ "keywords": [
91
+ "carbon",
92
+ "charts",
93
+ "vue",
94
+ "dataviz",
95
+ "data-visualization",
96
+ "visualizations",
97
+ "d3",
98
+ "svg",
99
+ "component",
100
+ "components",
101
+ "css",
102
+ "html",
103
+ "ibm",
104
+ "typescript",
105
+ "javascript",
106
+ "js",
107
+ "library",
108
+ "pattern",
109
+ "patterns",
110
+ "sass",
111
+ "scss"
112
+ ]
113
+ }