-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
128 lines (128 loc) · 5.84 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
119
120
121
122
123
124
125
126
127
128
{
"name": "portaljs",
"devDependencies": {
"babel-core": "^6.7.4",
"babel-preset-bonita": "1.0.1",
"chromedriver": "130.0.0",
"copyfiles": "^0.2.1",
"cross-env": "^5.1.4",
"each-async": "1.1.1",
"glob": "4.0.6",
"grunt": "0.4.5",
"grunt-angular-gettext": "2.5.3",
"grunt-autoprefixer": "0.4.2",
"grunt-banner": "0.4.0",
"grunt-cli": "0.1.13",
"grunt-concurrent": "0.5.0",
"grunt-connect-proxy": "0.2.0",
"grunt-connect-rewrite": "0.2.1",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-concat": "0.3.0",
"grunt-contrib-connect": "0.5.0",
"grunt-contrib-copy": "0.4.1",
"grunt-contrib-cssmin": "0.7.0",
"grunt-contrib-htmlmin": "0.4.0",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-uglify": "0.4.1",
"grunt-contrib-watch": "0.5.3",
"grunt-este-watch": "0.1.18",
"grunt-google-cdn2": "0.6.0",
"grunt-html2js": "0.3.5",
"grunt-injector": "0.5.4",
"grunt-karma": "0.12.1",
"grunt-lineending": "0.2.4",
"grunt-newer": "0.6.1",
"grunt-ng-annotate": "0.10.0",
"grunt-ngdocs": "0.2.9",
"grunt-protractor-runner": "5.0.0",
"grunt-rev": "0.1.0",
"grunt-svgmin": "0.2.1",
"grunt-task-helper": "0.3.7",
"grunt-usemin": "2.0.2",
"jasmine-core": "2.1.3",
"jasmine-reporters": "2.1.1",
"jshint-stylish": "2.1.0",
"karma": "0.13.21",
"karma-babel-preprocessor": "6.0.1",
"karma-chrome-launcher": "0.1.12",
"karma-coverage": "1.1.2",
"karma-firefox-launcher": "0.1.6",
"karma-html2js-preprocessor": "0.1.0",
"karma-ie-launcher": "0.1.5",
"karma-jasmine": "0.3.5",
"karma-junit-reporter": "0.2.2",
"karma-ng-html2js-preprocessor": "0.1.2",
"karma-phantomjs-launcher": "1.0.4",
"karma-safari-launcher": "0.1.1",
"less": "^2.7.3",
"license-checker": "^25.0.1",
"load-grunt-tasks": "0.4.0",
"mkdirp": "0.5.0",
"ngdocs": "0.1.0",
"node-xml-lite": "0.0.5",
"npm-run-all": "^4.1.2",
"optimist": "0.6.1",
"protractor": "5.2.0",
"protractor-http-mock": "0.10.0",
"query-string": "4.2.3",
"time-grunt": "0.2.10",
"watch": "^0.17.1",
"webdriver-manager": "12.1.8"
},
"engines": {
"node": ">=18"
},
"scripts": {
"build:fonts": "copyfiles -f \"main/styles/fonts/*.eot\" \"main/styles/fonts/*.ttf\" \"main/styles/fonts/*.woff\" \"main/styles/fonts/*.svg\" \"main/assets/bootstrap/fonts/*.*\" target/css/skin/fonts",
"prebuild:less": "mkdirp target/css",
"build:less": "lessc main/styles/main.less > target/css/bonita-skin.css",
"build:bootstrap": "copyfiles -f \"main/assets/bootstrap/dist/css/bootstrap.min.css\" target/css",
"build": "npm-run-all --parallel build:* && grunt",
"test": "grunt test",
"test:watch": "karma start test/karma.conf.js --auto-watch",
"postinstall": "node -e \"try { require('fs').symlinkSync(require('path').resolve('node_modules/@bower_components'), 'main/assets', 'junction') } catch (e) { }\"",
"pot": "grunt pot",
"pree2e": "webdriver-manager update --versions.chrome=114.0.5735.90 && npm-run-all --parallel build:*",
"e2e": "node --max-old-space-size=2048 ./node_modules/grunt-cli/bin/grunt default testE2e",
"e2e:headless": "cross-env HEADLESS=true npm-run-all e2e",
"e2eOnly": "node --max-old-space-size=2048 ./node_modules/grunt-cli/bin/grunt testE2e",
"dev:serve": "grunt serve",
"dev:less": "watch --wait=1 \"npm-run-all --parallel build:*\" main/styles",
"start": "npm-run-all --parallel dev:*",
"listDependenciesYarn": "license-checker --json --production > ./bonita-portal-js-yarn-dependencies.json"
},
"dependencies": {
"@bower_components/angular": "angular/bower-angular#1.8.3",
"@bower_components/angular-animate": "angular/bower-angular-animate#1.8.3",
"@bower_components/angular-bootstrap": "angular-ui/bootstrap-bower#0.13.4",
"@bower_components/angular-cookies": "angular/bower-angular-cookies#1.8.3",
"@bower_components/angular-file-upload": "nervgh/angular-file-upload#2.6.1",
"@bower_components/angular-gettext": "rubenv/angular-gettext#2.4.2",
"@bower_components/angular-growl-2": "JanStevens/angular-growl-2#0.7.4",
"@bower_components/angular-mocks": "angular/bower-angular-mocks#1.8.3",
"@bower_components/angular-multi-select": "isteven/angular-multi-select#4.0.0",
"@bower_components/angular-resource": "angular/bower-angular-resource#1.8.3",
"@bower_components/angular-sanitize": "angular/bower-angular-sanitize#1.8.3",
"@bower_components/angular-touch": "angular/bower-angular-touch#1.8.3",
"@bower_components/angular-ui-router": "angular-ui/angular-ui-router-bower#0.4.2",
"@bower_components/angular-ui-tree": "JimLiu/angular-ui-tree#2.9.0",
"@bower_components/angular-xeditable": "vitalets/angular-xeditable#0.1.8",
"@bower_components/animate.css": "daneden/animate.css#3.1.1",
"@bower_components/bonita-js-components": "bonitasoft/bonita-js-components#0.10.0",
"@bower_components/bootstrap": "twbs/bootstrap#3.4.1",
"@bower_components/bootstrap-tags": "maxwells/bootstrap-tags#1.1.5",
"@bower_components/bootstrap-toggle": "minhur/bootstrap-toggle#2.0.0",
"@bower_components/es5-shim": "es-shims/es5-shim#4.1.1",
"@bower_components/jquery": "jquery/jquery-dist#3.5.1",
"@bower_components/jquery-resizable-columns": "dobtco/jquery-resizable-columns#0.1.3",
"@bower_components/jqueryui": "components/jqueryui#1.10.4",
"@bower_components/json3": "bestiejs/json3#3.2.6",
"@bower_components/keymaster": "madrobby/keymaster#1.6.3",
"@bower_components/lodash": "lodash/lodash#4.16.4",
"@bower_components/moment": "moment/moment#2.8.4",
"@bower_components/ng-sortable": "a5hik/ng-sortable#1.3.1",
"@bower_components/ngstorage": "gsklee/ngStorage#0.3.9",
"@bower_components/ngtoast": "tameraydin/ngToast#1.5.6",
"@bower_components/numeral": "adamwdraper/Numeral-js#1.5.3"
}
}