-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.33 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.33 KB
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
87
88
{
"name": "basicprimitives",
"sideEffects": false,
"homepage": "https://www.basicprimitives.com/",
"version": "6.6.2",
"author": "Basic Primitives Inc. <support@basicprimitives.com> (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": "http://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",
"process": "^0.11.10",
"puppeteer": "^5.5.0",
"stream-browserify": "^3.0.0",
"style-loader": "^2.0.0",
"url-loader": "^4.1.1",
"util": "^0.12.5",
"webpack": "^5.85.0",
"webpack-cli": "^5.1.3",
"webpack-dev-server": "^4.15.0"
},
"scripts": {
"test": "jest",
"build": "webpack",
"start": "webpack serve ",
"apireference": "node apireference.js apireference.json"
},
"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"
]
}