forked from archimodel/archimate-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.3 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
{
"name": "archimate-js",
"version": "0.0.4",
"description": "An ArchiMate diagrams modeler builds on diagram-js modeler engine from bpmn.io project",
"author": {
"name": "Vincent Boulet"
},
"license": "MIT",
"keywords": [
"archimate",
"architecture",
"modeler",
"modeling"
],
"scripts": {
"all": "run-s lint test",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "https://github.com/archimodel/archimate-js"
},
"files": [
"index.js",
"assets",
"dist",
"lib",
"!.eslintrc"
],
"sideEffects": [
"*.css"
],
"devDependencies": {
"eslint": "^7.32.0",
"eslint-plugin-bpmn-io": "^0.12.0",
"eslint-plugin-import": "^2.25.2",
"file-loader": "^6.2.0",
"npm-run-all": "^4.1.5",
"puppeteer": "^10.4.0",
"raw-loader": "^4.0.2",
"webpack": "^5.61.0"
},
"dependencies": {
"archimate-font": "^0.0.2",
"bpmn-font": "^0.10.0",
"css.escape": "^1.5.1",
"diagram-js": "^12.1.0",
"diagram-js-direct-editing": "^2.0.0",
"hex-and-rgba": "^2.0.0",
"ids": "^1.0.0",
"inherits": "^2.0.4",
"inherits-browser": "^0.1.0",
"min-dash": "^3.8.0",
"min-dom": "^3.1.3",
"moddle": "^5.0.2",
"moddle-xml": "^9.0.5",
"object-refs": "^0.3.0",
"tiny-svg": "^2.2.2"
}
}