-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
43 lines (43 loc) · 1.23 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
{
"name": "d3-force-graph",
"version": "0.4.3",
"description": "d3-force-graph",
"main": "dist/d3-force-graph.js",
"typings": "dist/d3-force-graph.d.ts",
"scripts": {
"build": "webpack --config build/webpack.config.js --colors --profile && tsc --outDir dist -d && rm dist/index.js"
},
"repository": {
"type": "git",
"url": "git+/~https://github.com/jin5354/d3-force-graph.git"
},
"author": "jin5354<xiaoyanjinx@gmail.com>",
"license": "MIT",
"bugs": {
"url": "/~https://github.com/jin5354/d3-force-graph/issues"
},
"homepage": "/~https://github.com/jin5354/d3-force-graph#readme",
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@types/node": "^10.12.0",
"@types/three": "^0.93.1",
"babel-loader": "^8.0.4",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^1.0.0",
"d3-force": "^1.1.2",
"mitt": "^1.1.3",
"raw-loader": "^0.5.1",
"string-replace-loader": "^2.1.1",
"style-loader": "^0.23.1",
"three": "^0.97.0",
"ts-loader": "^5.2.1",
"tslint": "^5.11.0",
"tslint-config-jin": "^1.0.3",
"typescript": "^3.1.3",
"url-loader": "^1.1.2",
"v3js": "^0.5.6",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2"
}
}