-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.29 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
{
"name": "excentric-labeling-interaction",
"version": "0.0.3",
"description": "exentric labeling interaction",
"type": "commonjs",
"main": "dist/index.js",
"types": "dist/@types/index.d.ts",
"url": "https://github.com/VirusPC/excentric-labeling-interaction",
"email": "[email protected]",
"repository": {
"type": "git",
"url": "https://github.com/VirusPC/excentric-labeling-interaction"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "jest --coverage",
"build": "export NODE_OPTIONS=--openssl-legacy-provider && webpack --config ./config/webpack.prod.js"
},
"keywords": [
"visualization",
"interaction",
"layout",
"exentric labeling"
],
"author": "cheng peng",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.15.0",
"@types/d3-selection": "^3.0.5",
"@types/d3-shape": "^3.1.1",
"@types/jest": "^26.0.24",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"jest": "^27.0.6",
"ts-jest": "^27.0.4",
"ts-loader": "^9.2.5",
"typescript": "^4.3.5",
"webpack": "^5.49.0",
"webpack-cli": "^4.7.2",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"d3-selection": "^3.0.0",
"d3-shape": "^3.2.0",
"excentric-labeling": "^3.0.4"
}
}