-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.78 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.78 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
55
56
57
58
59
60
61
62
63
64
65
{
"name": "react-solidgauge",
"version": "1.0.15",
"description": "A Small React-D3 solid gauge chart inspired by amcharts",
"main": "dist/index.js",
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"coverage": "jest --coverage",
"start": "webpack-dev-server --inline --hot",
"coveralls": "jet --coverage | coveralls",
"build": "babel src -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arnthor3/react-solidgauge.git"
},
"keywords": [
"React",
"D3"
],
"author": "arnthor3@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/arnthor3/react-solidgauge/issues"
},
"homepage": "https://github.com/arnthor3/react-solidgauge#readme",
"devDependencies": {
"babel-core": "^6.20.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.8",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"chai": "^3.5.0",
"enzyme": "^2.6.0",
"eslint": "^3.11.1",
"eslint-config-airbnb": "^13.0.0",
"eslint-loader": "^1.6.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.7.1",
"jest": "^17.0.3",
"mocha": "^3.2.0",
"react-addons-test-utils": "^15.4.1",
"sinon": "^1.17.6",
"testdouble": "^1.10.0",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"d3-color": "^1.0.2",
"d3-ease": "^1.0.2",
"d3-interpolate": "^1.1.2",
"d3-scale": "^1.0.4",
"d3-selection": "^1.0.3",
"d3-shape": "^1.0.4",
"d3-transition": "^1.0.3",
"lodash.throttle": "^4.1.1",
"prop-types": "^15.5.10",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-offcharts-core": "^0.1.71"
}
}