forked from design-first/system-designer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.07 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
{
"name": "system-designer",
"version": "5.3.0",
"description": "System Designer, a low-code development platform for creating systems",
"homepage": "https://designfirst.io/systemdesigner/",
"keywords": [
"low-code",
"uml",
"mda",
"metamodel",
"model",
"design",
"component",
"system",
"IDE",
"OSGi"
],
"author": {
"name": "erwan carriou",
"email": "[email protected]"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/design-first/system-designer.git"
},
"bugs": {
"url": "https://github.com/design-first/system-designer/issues"
},
"main": "dist/index.html",
"scripts": {
"test": "grunt test",
"ci": "grunt ci",
"watch": "grunt watch",
"clean": "grunt clean",
"build": "grunt build",
"web": "grunt web",
"electron": "grunt electron",
"cordova": "grunt cordova",
"start": "grunt start",
"dev": "grunt dev",
"dev-cordova": "grunt dev-cordova",
"cypress": "cypress open",
"prepare": "husky install"
},
"dependencies": {
"ace-builds": "1.32.3",
"bootstrap": "3.4.1",
"codemirror": "5.65.16",
"github-api": "3.4.0",
"jquery": "3.7.1",
"jsplumb": "2.15.6",
"prismjs": "1.29.0",
"svg-pan-zoom": "3.6.1",
"system-runtime": "5.3.0",
"viz.js": "2.1.2"
},
"devDependencies": {
"@badeball/cypress-cucumber-preprocessor": "20.0.1",
"@bahmutov/cypress-esbuild-preprocessor": "2.2.0",
"coffeescript": "2.7.0",
"cypress": "13.6.2",
"cypress-localstorage-commands": "2.2.5",
"eslint": "8.56.0",
"eslint-plugin-cypress": "2.15.1",
"grunt": "1.6.1",
"grunt-bg-shell": "2.3.3",
"grunt-cli": "1.4.3",
"grunt-contrib-clean": "2.0.1",
"grunt-contrib-concat": "2.1.0",
"grunt-contrib-connect": "4.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-uglify": "5.2.2",
"grunt-contrib-watch": "1.1.0",
"grunt-json-merge": "0.2.2",
"husky": "8.0.3",
"lint-staged": "15.2.0",
"load-grunt-tasks": "5.1.0",
"prettier": "3.2.1"
}
}