|
1 | 1 | {
|
2 |
| - "name": "@carbon/charts", |
3 |
| - "version": "0.20.1", |
4 |
| - "description": "Carbon charting components", |
5 |
| - "main": "./bundle.js", |
6 |
| - "module": "./index.js", |
7 |
| - "scripts": { |
8 |
| - "demo:server": "webpack-dev-server --config webpack.config.js --watch", |
9 |
| - "demo:build": "webpack --config webpack.config.js && yarn run docs:build", |
10 |
| - "docs:build": "typedoc --out ./demo/bundle/documentation ./src/index.ts", |
11 |
| - "build": "bash build.sh", |
12 |
| - "postinstall": "bash build-vendor.sh", |
13 |
| - "lint": "tslint -p tsconfig.json -c tslint.json", |
14 |
| - "test": "karma start --single-run", |
15 |
| - "test:watch": "karma start --no-single-run", |
16 |
| - "clean": "rm -rf dist demo/bundle" |
17 |
| - }, |
18 |
| - "repository": { |
19 |
| - "type": "git", |
20 |
| - "url": "git@github.com:IBM/carbon-charts.git" |
21 |
| - }, |
22 |
| - "keywords": [ |
23 |
| - "carbon", |
24 |
| - "charts", |
25 |
| - "dataviz", |
26 |
| - "data-visualization", |
27 |
| - "visualizations", |
28 |
| - "d3", |
29 |
| - "svg", |
30 |
| - "component", |
31 |
| - "components", |
32 |
| - "css", |
33 |
| - "html", |
34 |
| - "ibm", |
35 |
| - "typescript", |
36 |
| - "javascript", |
37 |
| - "js", |
38 |
| - "library", |
39 |
| - "pattern", |
40 |
| - "patterns", |
41 |
| - "sass", |
42 |
| - "scss" |
43 |
| - ], |
44 |
| - "author": "IBM", |
45 |
| - "license": "Apache-2.0", |
46 |
| - "dependencies": { |
47 |
| - "@carbon/utils-position": "1.1.1", |
48 |
| - "babel-polyfill": "6.26.0", |
49 |
| - "carbon-components": "10.5.0", |
50 |
| - "lodash-es": "4.17.15", |
51 |
| - "resize-observer-polyfill": "1.5.0" |
52 |
| - }, |
53 |
| - "peerDependencies": { |
54 |
| - "d3": ">=5.0.0 <=5.9.2" |
55 |
| - }, |
56 |
| - "devDependencies": { |
57 |
| - "@carbon/colors": "10.4.0", |
58 |
| - "@carbon/import-once": "10.3.0", |
59 |
| - "@carbon/layout": "10.5.0", |
60 |
| - "@carbon/motion": "10.4.0", |
61 |
| - "@carbon/themes": "10.4.0", |
62 |
| - "@carbon/type": "10.5.1", |
63 |
| - "@types/d3": "4.11.0", |
64 |
| - "@types/jasmine": "2.8.7", |
65 |
| - "@types/karma": "3.0.2", |
66 |
| - "@types/node": "12.11.7", |
67 |
| - "babel-polyfill": "6.26.0", |
68 |
| - "copy-webpack-plugin": "4.5.2", |
69 |
| - "css-loader": "0.28.7", |
70 |
| - "d3": "5.9.2", |
71 |
| - "extract-text-webpack-plugin": "3.0.2", |
72 |
| - "file-loader": "1.1.5", |
73 |
| - "html-loader": "0.5.1", |
74 |
| - "html-webpack-exclude-assets-plugin": "0.0.7", |
75 |
| - "html-webpack-plugin": "3.2.0", |
76 |
| - "jasmine-core": "3.4.0", |
77 |
| - "karma": "4.0.1", |
78 |
| - "karma-chrome-launcher": "2.2.0", |
79 |
| - "karma-firefox-launcher": "1.1.0", |
80 |
| - "karma-jasmine": "2.0.1", |
81 |
| - "karma-safari-launcher": "1.0.0", |
82 |
| - "karma-webpack": "3.0.5", |
83 |
| - "lerna": "3.13.4", |
84 |
| - "mini-css-extract-plugin": "0.4.4", |
85 |
| - "node-sass": "4.10.0", |
86 |
| - "raw-loader": "0.5.1", |
87 |
| - "rollup": "1.21.4", |
88 |
| - "rollup-plugin-commonjs": "10.1.0", |
89 |
| - "rollup-plugin-node-resolve": "5.2.0", |
90 |
| - "rollup-plugin-terser": "5.1.2", |
91 |
| - "rollup-plugin-typescript2": "0.24.2", |
92 |
| - "sass-loader": "8.0.0", |
93 |
| - "style-loader": "0.19.0", |
94 |
| - "ts-loader": "5.1.0", |
95 |
| - "tslint": "5.8.0", |
96 |
| - "tslint-loader": "3.5.3", |
97 |
| - "typedoc": "0.11.1", |
98 |
| - "typescript": "3.2.2", |
99 |
| - "url-loader": "0.6.2", |
100 |
| - "webpack": "4.41.0", |
101 |
| - "webpack-cli": "3.3.9", |
102 |
| - "webpack-dev-server": "3.7.0" |
103 |
| - }, |
104 |
| - "publishConfig": { |
105 |
| - "access": "public" |
106 |
| - }, |
107 |
| - "maintainers": [ |
108 |
| - { |
109 |
| - "name": "Eliad Moosavi", |
110 |
| - "email": "iliadm@ca.ibm.com", |
111 |
| - "url": "https://github.com/theiliad" |
112 |
| - } |
113 |
| - ], |
114 |
| - "contributors": [ |
115 |
| - { |
116 |
| - "name": "Eliad Moosavi", |
117 |
| - "email": "iliadm@ca.ibm.com", |
118 |
| - "url": "https://github.com/theiliad" |
119 |
| - } |
120 |
| - ] |
| 2 | + "name": "@carbon/charts", |
| 3 | + "version": "0.20.1", |
| 4 | + "description": "Carbon charting components", |
| 5 | + "main": "./bundle.js", |
| 6 | + "module": "./index.js", |
| 7 | + "scripts": { |
| 8 | + "demo:server": "webpack-dev-server --config webpack.config.js --watch", |
| 9 | + "demo:build": "webpack --config webpack.config.js && yarn run docs:build", |
| 10 | + "docs:build": "typedoc --out ./demo/bundle/documentation ./src/index.ts", |
| 11 | + "build": "bash build.sh", |
| 12 | + "postinstall": "bash build-vendor.sh", |
| 13 | + "lint": "tslint -p tsconfig.json -c tslint.json", |
| 14 | + "test": "karma start --single-run", |
| 15 | + "test:watch": "karma start --no-single-run", |
| 16 | + "clean": "rm -rf dist demo/bundle" |
| 17 | + }, |
| 18 | + "repository": { |
| 19 | + "type": "git", |
| 20 | + "url": "git@github.com:IBM/carbon-charts.git" |
| 21 | + }, |
| 22 | + "keywords": [ |
| 23 | + "carbon", |
| 24 | + "charts", |
| 25 | + "dataviz", |
| 26 | + "data-visualization", |
| 27 | + "visualizations", |
| 28 | + "d3", |
| 29 | + "svg", |
| 30 | + "component", |
| 31 | + "components", |
| 32 | + "css", |
| 33 | + "html", |
| 34 | + "ibm", |
| 35 | + "typescript", |
| 36 | + "javascript", |
| 37 | + "js", |
| 38 | + "library", |
| 39 | + "pattern", |
| 40 | + "patterns", |
| 41 | + "sass", |
| 42 | + "scss" |
| 43 | + ], |
| 44 | + "author": "IBM", |
| 45 | + "license": "Apache-2.0", |
| 46 | + "dependencies": { |
| 47 | + "@carbon/utils-position": "1.1.1", |
| 48 | + "babel-polyfill": "6.26.0", |
| 49 | + "carbon-components": "10.5.0", |
| 50 | + "date-fns": "2.8.1", |
| 51 | + "lodash-es": "4.17.15", |
| 52 | + "resize-observer-polyfill": "1.5.0" |
| 53 | + }, |
| 54 | + "peerDependencies": { |
| 55 | + "d3": ">=5.0.0 <=5.9.2" |
| 56 | + }, |
| 57 | + "devDependencies": { |
| 58 | + "@carbon/colors": "10.4.0", |
| 59 | + "@carbon/import-once": "10.3.0", |
| 60 | + "@carbon/layout": "10.5.0", |
| 61 | + "@carbon/motion": "10.4.0", |
| 62 | + "@carbon/themes": "10.4.0", |
| 63 | + "@carbon/type": "10.5.1", |
| 64 | + "@types/d3": "4.11.0", |
| 65 | + "@types/jasmine": "2.8.7", |
| 66 | + "@types/karma": "3.0.2", |
| 67 | + "@types/node": "12.11.7", |
| 68 | + "babel-polyfill": "6.26.0", |
| 69 | + "copy-webpack-plugin": "4.5.2", |
| 70 | + "css-loader": "0.28.7", |
| 71 | + "d3": "5.9.2", |
| 72 | + "extract-text-webpack-plugin": "3.0.2", |
| 73 | + "file-loader": "1.1.5", |
| 74 | + "html-loader": "0.5.1", |
| 75 | + "html-webpack-exclude-assets-plugin": "0.0.7", |
| 76 | + "html-webpack-plugin": "3.2.0", |
| 77 | + "jasmine-core": "3.4.0", |
| 78 | + "karma": "4.0.1", |
| 79 | + "karma-chrome-launcher": "2.2.0", |
| 80 | + "karma-firefox-launcher": "1.1.0", |
| 81 | + "karma-jasmine": "2.0.1", |
| 82 | + "karma-safari-launcher": "1.0.0", |
| 83 | + "karma-webpack": "3.0.5", |
| 84 | + "lerna": "3.13.4", |
| 85 | + "mini-css-extract-plugin": "0.4.4", |
| 86 | + "node-sass": "4.10.0", |
| 87 | + "raw-loader": "0.5.1", |
| 88 | + "rollup": "1.21.4", |
| 89 | + "rollup-plugin-commonjs": "10.1.0", |
| 90 | + "rollup-plugin-node-resolve": "5.2.0", |
| 91 | + "rollup-plugin-terser": "5.1.2", |
| 92 | + "rollup-plugin-typescript2": "0.24.2", |
| 93 | + "sass-loader": "8.0.0", |
| 94 | + "style-loader": "0.19.0", |
| 95 | + "ts-loader": "5.1.0", |
| 96 | + "tslint": "5.8.0", |
| 97 | + "tslint-loader": "3.5.3", |
| 98 | + "typedoc": "0.11.1", |
| 99 | + "typescript": "3.2.2", |
| 100 | + "url-loader": "0.6.2", |
| 101 | + "webpack": "4.41.0", |
| 102 | + "webpack-cli": "3.3.9", |
| 103 | + "webpack-dev-server": "3.7.0" |
| 104 | + }, |
| 105 | + "publishConfig": { |
| 106 | + "access": "public" |
| 107 | + }, |
| 108 | + "maintainers": [ |
| 109 | + { |
| 110 | + "name": "Eliad Moosavi", |
| 111 | + "email": "iliadm@ca.ibm.com", |
| 112 | + "url": "https://github.com/theiliad" |
| 113 | + } |
| 114 | + ], |
| 115 | + "contributors": [ |
| 116 | + { |
| 117 | + "name": "Eliad Moosavi", |
| 118 | + "email": "iliadm@ca.ibm.com", |
| 119 | + "url": "https://github.com/theiliad" |
| 120 | + } |
| 121 | + ] |
121 | 122 | }
|
0 commit comments