-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.39 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.39 KB
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
45
46
47
48
49
50
51
52
53
54
{
"name": "react-chart-all",
"version": "1.0.4",
"description": "Simple Chart.js React component npm module. Support npm chart.js version, ES6 syntax and all chart.js types (Line, Bar, Radar, Polar Area, Pie, Doughnut).",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/javascriptiscoolpl/npm-react-chart-all"
},
"keywords": [
"ES6",
"ECMAScript 6",
"babel",
"es2015",
"react",
"chart.js",
"chart.js v2",
"chartjs",
"chart",
"charts",
"Line",
"Bar",
"Radar",
"Polar Area",
"Pie",
"Doughnut",
"all types"
],
"dependencies": {
"react": "^15.0.0",
"react-dom": "^15.0.0"
},
"devDependencies": {
"babel-cli": "^6.7.7",
"babel-core": "^6.7.7",
"babel-loader": "^6.2.4",
"babel-plugin-transform-react-jsx": "^6.7.5",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"react": "^15.0.0",
"react-dom": "^15.0.0"
},
"scripts": {
"get": "npm install",
"transform": "./node_modules/.bin/babel --plugins transform-react-jsx --presets es2015,react ./src/index.js -o ./index.js",
"clean": "rm -rf ./node_modules",
"sent": "npm version patch; npm publish;",
"build": "npm run get; npm run transform;"
},
"author": "Darek L",
"license": "MIT",
"homepage": "http://javascript.iscool.pl"
}