-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.3 KB
/
package.json
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "lockround-piechart",
"version": "0.0.5",
"description": "Library for drawing nice looking pie/donate charts",
"main": "lib/animated-3d-piechart.js",
"homepage": "",
"scripts": {
"build": "webpack --env.mode=build",
"dev": "webpack-dev-server --content-base example --inline --host 0.0.0.0 --config webpack.config.js --env.mode=dev",
"example": "webpack --env.mode=example",
"test": "mocha --compilers js:babel-core/register --colors -w ./test/*.spec.js"
},
"dependencies": {
"d3": "^4.3.0"
},
"devDependencies": {
"babel-core": "6.17.0",
"babel-eslint": "7.0.0",
"babel-loader": "6.2.5",
"babel-plugin-react-display-name": "2.0.0",
"babel-plugin-react-transform": "2.0.2",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-undeclared-variables-check": "6.8.0",
"babel-polyfill": "6.16.0",
"babel-preset-es2015": "6.16.0",
"babel-preset-es2015-loose": "8.0.0",
"babel-preset-react": "6.16.0",
"babel-preset-stage-1": "6.16.0",
"babel-runtime": "6.11.6",
"bootstrap-loader": "1.2.1",
"bootstrap-sass": "3.3.7",
"chai": "3.4.1",
"css-loader": "^0.26.0",
"eslint": "3.10.2",
"eslint-config-airbnb": "12.0.0",
"eslint-module-utils": "2.0.0",
"eslint-plugin-import": "1.16.0",
"eslint-plugin-jsx-a11y": "2.2.3",
"eslint-plugin-react": "6.4.1",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.9.0",
"html-webpack-plugin": "^2.24.1",
"mocha": "2.3.4",
"node-sass": "^3.13.0",
"react": "15.3.2",
"react-color": "^2.8.0",
"react-dom": "15.3.2",
"react-numeric-input": "^2.0.6",
"react-redux": "4.4.5",
"redux": "3.6.0",
"redux-thunk": "2.1.0",
"resolve-url-loader": "^1.6.0",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "2.1.0-beta.14",
"webpack-dev-middleware": "1.8.4",
"webpack-dev-server": "2.1.0-beta.1",
"yargs": "6.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/lockround/lockround-piechart"
},
"keywords": [
"chart",
"d3",
"animation",
"3d",
"pie",
"pie3d",
"donat"
],
"author": "lockround",
"license": "MIT",
"bugs": {
"url": "https://github.com/lockround/lockround-piechart/issues"
}
}