UNPKG

2.35 kBJSONView Raw
1{
2 "name": "@antv/g6-element",
3 "version": "0.2.1",
4 "description": "A Graph Visualization Framework in JavaScript",
5 "keywords": [
6 "antv",
7 "g6",
8 "graph",
9 "graph analysis",
10 "graph editor",
11 "graph visualization",
12 "relational data"
13 ],
14 "homepage": "https://g6.antv.vision",
15 "bugs": {
16 "url": "https://github.com/antvis/g6/issues"
17 },
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/antvis/g6"
21 },
22 "license": "MIT",
23 "author": "https://github.com/orgs/antvis/people",
24 "files": [
25 "package.json",
26 "es",
27 "lib",
28 "dist",
29 "LICENSE",
30 "README.md"
31 ],
32 "main": "lib/index.js",
33 "module": "es/index.js",
34 "types": "lib/index.d.ts",
35 "scripts": {
36 "build": "npm run clean && father build",
37 "ci": "npm run build && npm run coverage",
38 "clean": "rimraf es esm lib dist",
39 "coverage": "jest --coverage",
40 "lint": "eslint --ext .js,.jsx,.ts,.tsx --format=pretty \"./\"",
41 "lint:src": "eslint --ext .ts --format=pretty \"./src\"",
42 "prettier": "prettier -c --write \"**/*\"",
43 "test": "jest",
44 "test-live": "DEBUG_MODE=1 jest --watch ./tests/unit/graph/graph-watermarker-spec.ts",
45 "lint-staged:js": "eslint --ext .js,.jsx,.ts,.tsx",
46 "watch": "father build -w"
47 },
48 "husky": {
49 "hooks": {
50 "pre-commit": "lint-staged"
51 }
52 },
53 "lint-staged": {
54 "**/*.{js,jsx,ts,tsx}": [
55 "npm run lint-staged:js",
56 "prettier --write"
57 ],
58 "**/*.{less,md,json}": [
59 "prettier --write"
60 ]
61 },
62 "dependencies": {
63 "@antv/g-base": "^0.5.1",
64 "@antv/g6-core": "0.2.1",
65 "@antv/util": "~2.0.5"
66 },
67 "devDependencies": {
68 "@babel/core": "^7.7.7",
69 "@turf/turf": "^5.1.6",
70 "@types/jest": "^25.2.1",
71 "@types/node": "13.11.1",
72 "@typescript-eslint/eslint-plugin": "^4.11.1",
73 "@umijs/fabric": "^2.0.0",
74 "awesome-typescript-loader": "^5.2.1",
75 "babel-loader": "^8.0.6",
76 "eslint": "^7.7.0",
77 "event-simulate": "~1.0.0",
78 "father": "^2.29.1",
79 "husky": "^4.2.5",
80 "jest": "^26.0.1",
81 "jest-electron": "^0.1.7",
82 "jest-extended": "^0.11.2",
83 "lint-staged": "^10.2.11",
84 "pre-commit": "^1.2.2",
85 "prettier": "^2.0.5",
86 "rimraf": "^3.0.0",
87 "ts-jest": "^24.1.0",
88 "ts-loader": "^7.0.3",
89 "typescript": "^3.9.5",
90 "@antv/g6": "^4.2.0"
91 }
92}
\No newline at end of file