|
1 | 1 | { |
2 | 2 | "name": "react-d3-graph", |
3 | 3 | "version": "0.0.0", |
4 | | - "description": "React component to build interactive and configurable graphs with d3 effortlessly\"", |
5 | | - "main": "index.js", |
| 4 | + "description": "React component to build interactive and configurable graphs with d3 effortlessly", |
6 | 5 | "author": "Daniel Caldas", |
7 | 6 | "license": "MIT", |
8 | 7 | "dependencies": { |
9 | | - "babel-core": "latest", |
10 | | - "babel-loader": "latest", |
11 | | - "babel-plugin-add-module-exports": "latest", |
12 | | - "babel-plugin-react-html-attrs": "latest", |
13 | | - "babel-plugin-transform-class-properties": "latest", |
14 | | - "babel-plugin-transform-decorators-legacy": "latest", |
15 | | - "babel-preset-es2015": "latest", |
16 | | - "babel-preset-react": "latest", |
17 | | - "babel-preset-stage-0": "latest", |
18 | | - "d3": "^4.7.4", |
19 | | - "documentation": "^4.0.0-beta.18", |
20 | | - "eslint": "^3.18.0", |
21 | | - "eslint-config-recommended": "^1.5.0", |
22 | | - "eslint-plugin-promise": "^3.5.0", |
23 | | - "eslint-plugin-standard": "^2.1.1", |
24 | | - "html-webpack-plugin": "^2.28.0", |
25 | | - "react": "latest", |
26 | | - "react-dom": "latest", |
27 | | - "react-router-dom": "^4.0.0", |
28 | | - "react-spinkit": "^2.1.1", |
29 | | - "redux": "latest", |
30 | | - "redux-logger": "latest", |
31 | | - "redux-promise": "latest", |
32 | | - "redux-promise-middleware": "latest", |
33 | | - "redux-thunk": "latest", |
34 | | - "style-loader": "^0.14.1", |
35 | | - "webpack": "latest", |
36 | | - "webpack-dev-server": "latest" |
| 8 | + "d3": "4.7.4", |
| 9 | + "react": "15.4.2" |
37 | 10 | }, |
38 | | - "devDependencies": {}, |
| 11 | + "devDependencies": { |
| 12 | + "babel-core": "6.24.0", |
| 13 | + "babel-loader": "6.4.1", |
| 14 | + "babel-plugin-add-module-exports": "0.2.1", |
| 15 | + "babel-plugin-react-html-attrs": "2.0.0", |
| 16 | + "babel-plugin-transform-class-properties": "6.22.0", |
| 17 | + "babel-plugin-transform-decorators-legacy": "1.3.4", |
| 18 | + "babel-preset-es2015": "6.16.0", |
| 19 | + "babel-preset-react": "6.16.0", |
| 20 | + "babel-preset-stage-0": "6.16.0", |
| 21 | + "documentation": "4.0.0-beta.18", |
| 22 | + "eslint-config-recommended": "1.5.0", |
| 23 | + "eslint-plugin-promise": "3.5.0", |
| 24 | + "eslint-plugin-standard": "2.1.1", |
| 25 | + "eslint": "3.18.0", |
| 26 | + "html-webpack-plugin": "2.28.0", |
| 27 | + "react-dom": "15.4.2", |
| 28 | + "react-router-dom": "4.0.0", |
| 29 | + "webpack": "2.3.2", |
| 30 | + "webpack-dev-server": "2.4.2" |
| 31 | + }, |
| 32 | + "repository": { |
| 33 | + "type": "git", |
| 34 | + "url": "git+https://github.com/danielcaldas/react-d3-graph.git" |
| 35 | + }, |
| 36 | + "keywords": [ |
| 37 | + "d3-visualization", |
| 38 | + "d3js", |
| 39 | + "graphs", |
| 40 | + "javascript", |
| 41 | + "networks", |
| 42 | + "react", |
| 43 | + "social-network-analysis", |
| 44 | + "social-network-graph", |
| 45 | + "visualization" |
| 46 | + ], |
39 | 47 | "scripts": { |
40 | | - "dev": "./node_modules/.bin/webpack-dev-server -d --content-base src --inline --hot --port 3002", |
| 48 | + "dev": "node_modules/.bin/webpack-dev-server -d --content-base src --inline --hot --port 3002", |
| 49 | + "dist": "webpack -p", |
41 | 50 | "docs": "node_modules/documentation/bin/documentation.js build src/**/*.js -f html -o docs && node_modules/documentation/bin/documentation.js build src/**/*.js -f md > DOCUMENTATION.md", |
42 | 51 | "lint": "node_modules/eslint/bin/eslint.js --config=.eslintrc.js \"src/**/*.js\"", |
43 | 52 | "test": "echo \"Error: no test specified\" && exit 1" |
|
0 commit comments