forked from nmaswood/neo4jd3
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
59 lines (59 loc) · 1.45 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
{
"name": "@vanessapr/neo4jd3",
"version": "0.1.0",
"description": "Neo4jD3",
"main": "dist/neo4jd3.min.js",
"files": [
"dist/",
"README.md"
],
"bugs": {
"url": "https://github.com/vanessapr/neo4jd3/issues"
},
"homepage": "https://github.com/vanessapr/neo4jd3",
"directories": {
"test": "test"
},
"scripts": {
"start": "webpack-dev-server --env=dev --config webpack/webpack.config.js",
"build": "webpack --env=prod --config webpack/webpack.config.js"
},
"keywords": [
"neo4j",
"d3.js",
"graph visualization"
],
"author": {
"name": "Vanessa P.R. <[email protected]>",
"url": "https://github.com/vanessapr"
},
"repository": {
"type": "git",
"url": "https://github.com/vanessapr/neo4jd3.git"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"babel-loader": "^8.1.0",
"bootstrap": "^3.3.7",
"css-loader": "^4.3.0",
"d3": "^6.2.0",
"eslint": "7.2.0",
"eslint-config-airbnb-base": "14.2.0",
"eslint-plugin-import": "^2.21.2",
"eslint-webpack-plugin": "^2.1.0",
"html-webpack-plugin": "^4.5.0",
"mini-css-extract-plugin": "^0.11.3",
"sass": "^1.26.11",
"sass-loader": "^10.0.2",
"style-loader": "^1.2.1",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.1.4"
},
"peerDependencies": {
"d3": "^6.2.0"
}
}