|
1 | 1 | { |
2 | | - "name": "react-timeseries-charts", |
3 | | - "version": "0.12.7", |
4 | | - "description": "Declarative timeseries charts", |
5 | | - "keywords": ["d3", "charts", "react", "timeseries"], |
6 | | - "homepage": "http://software.es.net/react-timeseries-charts", |
7 | | - "main": "lib/entry", |
8 | | - "author": "ESnet Tools Team <tools@es.net>", |
9 | | - "repository": "esnet/react-timeseries-charts", |
10 | | - "bugs": { |
11 | | - "url": "https://github.com/esnet/react-timeseries-charts/issues" |
12 | | - }, |
13 | | - "scripts": { |
14 | | - "docs": "echo \"*** Building API docs\n\" && react-docgen src/components -x js -o src/website/api/docs.json --pretty", |
15 | | - "lint": "eslint src/components/*.js", |
16 | | - "test": "npm run lint", |
17 | | - "build": "echo \"*** Building lib\n\" && rm -rf lib/* && babel src/components --optional runtime --stage 0 --out-dir lib/components && babel src/js --optional runtime --stage 0 --out-dir lib/js && babel src/entry.js --optional runtime --stage 0 --out-file lib/entry.js", |
18 | | - "start-website": "react-scripts start", |
19 | | - "build-website": "echo \"*** Building website\n\" && rm -rf docs && react-scripts build && mv build docs", |
20 | | - "precommit": "lint-staged", |
21 | | - "prettier": "prettier --print-width 100 --tab-width 4 --write \"./src/**/*.js\"" |
22 | | - }, |
23 | | - "lint-staged": { |
24 | | - "*.js": ["prettier --print-width 100 --tab-width 4 --write", "git add"] |
25 | | - }, |
26 | | - "pre-commit": ["lint", "build"], |
27 | | - "license": "BSD-3-Clause-LBNL", |
28 | | - "dependencies": { |
29 | | - "array.prototype.fill": "^1.0.1", |
30 | | - "babel-runtime": "^6.23.0", |
31 | | - "colorbrewer": "^1.0.0", |
32 | | - "d3-axis": "^1.0.8", |
33 | | - "d3-ease": "^1.0.3", |
34 | | - "d3-format": "^1.2.0", |
35 | | - "d3-interpolate": "^1.1.5", |
36 | | - "d3-scale": "^1.0.6", |
37 | | - "d3-scale-chromatic": "^1.1.1", |
38 | | - "d3-selection": "^1.1.0", |
39 | | - "d3-shape": "^1.2.0", |
40 | | - "d3-time": "^1.0.7", |
41 | | - "d3-time-format": "^2.0.5", |
42 | | - "d3-transition": "^1.1.0", |
43 | | - "flexbox-react": "^4.3.3", |
44 | | - "invariant": "^2.1.1", |
45 | | - "merge": "^1.2.0", |
46 | | - "moment": "^2.18.1", |
47 | | - "moment-duration-format": "^1.3.0", |
48 | | - "prop-types": "^15.5.10", |
49 | | - "underscore": "^1.8.3" |
50 | | - }, |
51 | | - "devDependencies": { |
52 | | - "babel-cli": "^6.5.1", |
53 | | - "babel-core": "^6.25.0", |
54 | | - "babel-eslint": "^7.2.3", |
55 | | - "babel-polyfill": "^6.23.0", |
56 | | - "babel-preset-es2015": "^6.24.1", |
57 | | - "babel-preset-react": "^6.24.1", |
58 | | - "babel-preset-stage-0": "^6.24.1", |
59 | | - "dsv-loader": "^2.0.0", |
60 | | - "eslint-config-react-app": "^1.0.5", |
61 | | - "eslint": "^4.1.1", |
62 | | - "eslint-plugin-flowtype": "^2.33.0", |
63 | | - "eslint-plugin-import": "^2.2.0", |
64 | | - "eslint-plugin-jsx-a11y": "^5.0.3", |
65 | | - "eslint-plugin-react": "^7.0.1", |
66 | | - "husky": "^0.13.3", |
67 | | - "lint-staged": "^3.4.0", |
68 | | - "pondjs": "^0.8.7", |
69 | | - "prettier": "^0.22.0", |
70 | | - "raw-loader": "^0.5.1", |
71 | | - "react": "^15.6.1", |
72 | | - "react-docgen": "^2.9.1", |
73 | | - "react-dom": "^15.6.1", |
74 | | - "react-markdown": "^2.4.4", |
75 | | - "react-router": "^2.6.1", |
76 | | - "react-scripts": "^1.0.10", |
77 | | - "react-select": "^1.0.0-beta14", |
78 | | - "ringjs": "0.0.1" |
79 | | - }, |
80 | | - "peerDependencies": { |
81 | | - "pondjs": "^0.8.0", |
82 | | - "react": "^15.3.1" |
83 | | - } |
| 2 | + "name": "react-timeseries-charts", |
| 3 | + "version": "0.12.8", |
| 4 | + "description": "Declarative timeseries charts", |
| 5 | + "keywords": [ |
| 6 | + "d3", |
| 7 | + "charts", |
| 8 | + "react", |
| 9 | + "timeseries" |
| 10 | + ], |
| 11 | + "homepage": "http://software.es.net/react-timeseries-charts", |
| 12 | + "main": "lib/entry", |
| 13 | + "author": "ESnet Tools Team <tools@es.net>", |
| 14 | + "repository": "esnet/react-timeseries-charts", |
| 15 | + "bugs": { |
| 16 | + "url": "https://github.com/esnet/react-timeseries-charts/issues" |
| 17 | + }, |
| 18 | + "scripts": { |
| 19 | + "docs": "echo \"*** Building API docs\n\" && react-docgen src/components -x js -o src/website/api/docs.json --pretty", |
| 20 | + "lint": "eslint src/components/*.js", |
| 21 | + "test": "npm run lint", |
| 22 | + "build": "echo \"*** Building lib\n\" && rm -rf lib/* && babel src/components --optional runtime --stage 0 --out-dir lib/components && babel src/js --optional runtime --stage 0 --out-dir lib/js && babel src/entry.js --optional runtime --stage 0 --out-file lib/entry.js", |
| 23 | + "start-website": "react-scripts start", |
| 24 | + "build-website": "echo \"*** Building website\n\" && rm -rf docs && react-scripts build && mv build docs", |
| 25 | + "precommit": "lint-staged", |
| 26 | + "prettier": "prettier --print-width 100 --tab-width 4 --write \"./src/**/*.js\"" |
| 27 | + }, |
| 28 | + "lint-staged": { |
| 29 | + "*.js": [ |
| 30 | + "prettier --print-width 100 --tab-width 4 --write", |
| 31 | + "git add" |
| 32 | + ] |
| 33 | + }, |
| 34 | + "pre-commit": [ |
| 35 | + "lint", |
| 36 | + "build" |
| 37 | + ], |
| 38 | + "license": "BSD-3-Clause-LBNL", |
| 39 | + "dependencies": { |
| 40 | + "array.prototype.fill": "^1.0.1", |
| 41 | + "babel-runtime": "^6.23.0", |
| 42 | + "colorbrewer": "^1.0.0", |
| 43 | + "d3-axis": "^1.0.8", |
| 44 | + "d3-ease": "^1.0.3", |
| 45 | + "d3-format": "^1.2.0", |
| 46 | + "d3-interpolate": "^1.1.5", |
| 47 | + "d3-scale": "^1.0.6", |
| 48 | + "d3-scale-chromatic": "^1.1.1", |
| 49 | + "d3-selection": "^1.1.0", |
| 50 | + "d3-shape": "^1.2.0", |
| 51 | + "d3-time": "^1.0.7", |
| 52 | + "d3-time-format": "^2.0.5", |
| 53 | + "d3-transition": "^1.1.0", |
| 54 | + "flexbox-react": "^4.3.3", |
| 55 | + "invariant": "^2.1.1", |
| 56 | + "merge": "^1.2.0", |
| 57 | + "moment": "^2.18.1", |
| 58 | + "moment-duration-format": "^1.3.0", |
| 59 | + "prop-types": "^15.5.10", |
| 60 | + "underscore": "^1.8.3" |
| 61 | + }, |
| 62 | + "devDependencies": { |
| 63 | + "babel-cli": "^6.5.1", |
| 64 | + "babel-core": "^6.25.0", |
| 65 | + "babel-eslint": "^7.2.3", |
| 66 | + "babel-polyfill": "^6.23.0", |
| 67 | + "babel-preset-es2015": "^6.24.1", |
| 68 | + "babel-preset-react": "^6.24.1", |
| 69 | + "babel-preset-stage-0": "^6.24.1", |
| 70 | + "dsv-loader": "^2.0.0", |
| 71 | + "eslint-config-react-app": "^1.0.5", |
| 72 | + "eslint": "^4.1.1", |
| 73 | + "eslint-plugin-flowtype": "^2.33.0", |
| 74 | + "eslint-plugin-import": "^2.2.0", |
| 75 | + "eslint-plugin-jsx-a11y": "^5.0.3", |
| 76 | + "eslint-plugin-react": "^7.0.1", |
| 77 | + "husky": "^0.13.3", |
| 78 | + "lint-staged": "^3.4.0", |
| 79 | + "pondjs": "^0.8.7", |
| 80 | + "prettier": "^0.22.0", |
| 81 | + "raw-loader": "^0.5.1", |
| 82 | + "react": "^15.6.1", |
| 83 | + "react-docgen": "^2.9.1", |
| 84 | + "react-dom": "^15.6.1", |
| 85 | + "react-markdown": "^2.4.4", |
| 86 | + "react-router": "^2.6.1", |
| 87 | + "react-scripts": "^1.0.10", |
| 88 | + "react-select": "^1.0.0-beta14", |
| 89 | + "ringjs": "0.0.1" |
| 90 | + }, |
| 91 | + "peerDependencies": { |
| 92 | + "pondjs": "^0.8.0", |
| 93 | + "react": "^15.3.1" |
| 94 | + } |
84 | 95 | } |
0 commit comments