UNPKG

2.08 kBJSONView Raw
1{
2 "name": "chartify",
3 "description": "React.js plugin for creating charts. Inspired by kinopoisk.ru chart. Feel free for contribute.",
4 "version": "1.1.6",
5 "scripts": {
6 "flow": "flow; test $? -eq 0 -o $? -eq 2",
7 "start": "webpack"
8 },
9 "devDependencies": {
10 "babel-cli": "^6.18.0",
11 "babel-core": "^6.2.0",
12 "babel-loader": "^6.2.0",
13 "babel-plugin-syntax-flow": "^6.18.0",
14 "babel-plugin-transform-class-properties": "^6.19.0",
15 "babel-plugin-transform-flow-strip-types": "^6.18.0",
16 "babel-plugin-typecheck": "^3.9.0",
17 "babel-preset-es2015": "^6.18.0",
18 "babel-preset-es2017": "^6.16.0",
19 "babel-preset-react": "^6.16.0",
20 "babel-preset-stage-0": "^6.16.0",
21 "babel-preset-stage-3": "^6.17.0",
22 "babel-runtime": "^6.2.0",
23 "css-loader": "^0.23.1",
24 "eslint-plugin-react": "^5.2.2",
25 "extract-text-webpack-plugin": "^1.0.1",
26 "flow-bin": "^0.35.0",
27 "node-sass": "^3.4.2",
28 "postcss-cssnext": "^2.8.0",
29 "postcss-loader": "^0.8.2",
30 "postcss-mixins": "^5.0.0",
31 "postcss-nested": "^1.0.0",
32 "postcss-random": "^1.0.7",
33 "postcss-simple-vars": "^3.0.0",
34 "precss": "^1.4.0",
35 "react": "^15.4.0",
36 "react-dom": "^15.4.0",
37 "sass-loader": "^3.2.0",
38 "style-loader": "^0.13.0",
39 "webpack": "^1.12.2",
40 "webpack-dev-server": "^1.12.1",
41 "webpack-uglify-js-plugin": "1.1.9"
42 },
43 "main": "chartify.js",
44 "repository": "kiqs/chartify",
45 "homepage": "github.com/kiqs/chartify",
46 "keywords": [
47 "react",
48 "reactjs",
49 "react-js",
50 "react-chart",
51 "scale",
52 "items",
53 "dataset",
54 "kinopoisk",
55 "chart",
56 "line-chart",
57 "bar-chart",
58 "marks",
59 "axis",
60 "calendar-view",
61 "pyramid",
62 "progress-chart",
63 "showreel",
64 "visualisation",
65 "diagram",
66 "graph"
67 ],
68 "author": {
69 "name": "Kirill Stepkin",
70 "email": "kirillstyopkin@gmail.com",
71 "url": "github.com/kiqs"
72 },
73 "bugs": {
74 "url": "https://github.com/kiqs/chartify/issues",
75 "email": "kirillstyopkin@gmail.com"
76 },
77 "license": "MIT"
78}