forked from BasicPrimitives/javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.27 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "basicprimitives",
"sideEffects": false,
"homepage": "https://www.basicprimitives.com/",
"version": "6.5.1",
"author": "Basic Primitives Inc. <[email protected]> (https://www.basicprimitives.com)",
"description": "Basic Primitives Diagrams for JavaScript - data visualization components library that implements organizational chart and multi-parent dependency diagrams, contains implementations of JavaScript Controls and PDF rendering plugins.",
"repository": {
"type": "git",
"url": "https://github.com/BasicPrimitives/javascript"
},
"license": "SEE LICENSE IN license.pdf",
"main": "dist/primitives.js",
"module": "src/index.js",
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.12.7",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"blob-stream": "^0.1.3",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.0.1",
"file-saver": "^2.0.5",
"html-webpack-plugin": "^4.5.0",
"jest": "^26.6.3",
"jest-image-snapshot": "^4.2.0",
"jest-puppeteer": "^4.4.0",
"pdfkit-nodejs-webpack": "^0.0.2",
"puppeteer": "^5.5.0",
"style-loader": "^2.0.0",
"url-loader": "^4.1.1",
"webpack": "^4.46.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.1"
},
"scripts": {
"test": "jest",
"build": "webpack",
"start": "webpack serve ",
"apireference": "node apireference.js apireference.json"
},
"dependencies": {},
"jest": {
"testEnvironment": "jsdom"
},
"keywords": [
"data analytics",
"data visualization",
"visualization",
"diagrams",
"diagram layout",
"chart",
"charting library",
"diagram",
"diagrams visualization",
"diagram editor",
"diagram generator",
"tree",
"hierarchy",
"organizational chart",
"multiple inheritance visualization",
"family tree",
"dependency diagram",
"dependencies diagram",
"PERT",
"financial ownership diagram",
"DAG",
"directed acyclic graph",
"ui",
"input",
"multiselect",
"treeview",
"treeselect",
"control",
"component",
"react",
"javascript",
"component library",
"react component",
"javascript control",
"PDF",
"PDFKit",
"pdfkit plugin",
"pdf generation"
]
}