forked from camunda/camunda-bpm-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
118 lines (118 loc) · 3.74 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "camunda-bpm-webapp",
"private": true,
"version": "7.17.0-SNAPSHOT",
"gruntConfig": {
"connectPort": 8020,
"livereloadPort": 8021,
"welcomeBuildTarget": "target/webapp/app/welcome",
"welcomeSourceDir": "ui/welcome/client",
"adminBuildTarget": "target/webapp/app/admin",
"adminSourceDir": "ui/admin/client",
"cockpitBuildTarget": "target/webapp/app/cockpit",
"cockpitSourceDir": "ui/cockpit/client",
"tasklistBuildTarget": "target/webapp/app/tasklist",
"tasklistSourceDir": "ui/tasklist/client",
"pluginBuildTarget": "target/webapp/plugin",
"pluginSourceDir": "ui",
"libTargetDir": "target/webapp/lib",
"commonsUiDir": "./camunda-commons-ui",
"enTranslationDir": "node_modules/camunda-webapp-translations"
},
"scripts": {
"dependencies": "license-checker --production --json --relativeLicensePath"
},
"dependencies": {
"@bpmn-io/dmn-migrate": "0.4.3",
"@bpmn-io/form-js": "0.6.0",
"angular": "1.8.2",
"angular-animate": "1.8.2",
"angular-cookies": "1.8.2",
"angular-data-depend": "https://github.com/camunda-third-party/angular-data-depend.git#8e3b66914c611069e3698fd5d4275e6cf8055d01",
"angular-loader": "1.8.2",
"angular-mocks": "1.8.2",
"angular-moment": "1.3.0",
"angular-resource": "1.8.2",
"angular-route": "1.8.2",
"angular-sanitize": "1.8.2",
"angular-scenario": "1.8.2",
"angular-touch": "1.8.2",
"angular-translate": "2.18.4",
"bootstrap": "3.4.1",
"bpmn-font": "0.10.0",
"bpmn-js": "9.0.1",
"camunda-webapp-translations": "https://github.com/camunda/camunda-webapp-translations#master",
"clipboard": "2.0.6",
"cmmn-js": "0.20.0",
"dmn-font": "0.5.0",
"dmn-js": "10.0.0",
"dmn-js-decision-table": "10.0.0",
"dmn-js-drd": "10.0.0",
"dmn-js-literal-expression": "10.0.0",
"dmn-js-shared": "10.0.0",
"dom4": "2.1.6",
"events": "3.0.0",
"fast-xml-parser": "3.17.6",
"jquery": "3.5.1",
"jquery-ui": "1.12.1",
"lodash": "4.17.21",
"moment": "2.24.0",
"mousetrap": "1.6.5",
"q": "1.5.1",
"requirejs": "2.3.6",
"requirejs-angular-define": "https://github.com/camunda/requirejs-angular-define.git#aaa450a66e4d1a0588819804e1098c541bed585d",
"superagent": "4.1.0"
},
"devDependencies": {
"@babel/core": "7.14.3",
"@babel/preset-env": "7.14.2",
"angular-mocks": "1.8.2",
"babelify": "10.0.0",
"brfs": "2.0.2",
"browserify": "17.0.0",
"chai": "4.3.4",
"chai-as-promised": "7.1.1",
"core-js": "3.12.1",
"envify": "4.1.0",
"eslint": "7.26.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-camunda-licensed": "0.4.3",
"eslint-plugin-prettier": "3.4.0",
"exposify": "0.5.0",
"fs-extra": "10.0.0",
"grunt": "1.4.0",
"grunt-browserify": "6.0.0",
"grunt-cli": "1.4.2",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-less": "3.0.0",
"grunt-contrib-watch": "1.1.0",
"grunt-eslint": "23.0.0",
"grunt-karma": "4.0.2",
"grunt-newer": "1.3.0",
"grunt-protractor-runner": "5.0.0",
"grunt-stylelint": "0.16.0",
"karma": "6.3.2",
"karma-browserify": "8.0.0",
"karma-chrome-launcher": "3.1.0",
"karma-junit-reporter": "2.0.1",
"karma-mocha": "2.0.1",
"karma-mocha-reporter": "2.2.5",
"license-checker": "25.0.1",
"load-grunt-tasks": "5.1.0",
"mkdirp": "1.0.4",
"mocha": "8.4.0",
"mocha-multi": "1.1.3",
"mocha-proshot": "1.0.1",
"persistify": "2.0.1",
"prettier": "1.19.1",
"request": "2.88.0",
"sinon": "10.0.0",
"source-map": "0.7.3",
"stylelint": "13.13.1",
"stylelint-config-standard": "22.0.0",
"terser": "5.7.0",
"watchify": "4.0.0",
"xunit-file": "1.0.0"
}
}