2015-01-02 14:25:11 +11:00
|
|
|
{
|
2018-10-11 14:50:34 +02:00
|
|
|
"private": true,
|
2017-01-07 01:24:32 +01:00
|
|
|
"scripts": {
|
2017-06-27 17:00:00 +02:00
|
|
|
"test": "karma start test/config/karma.conf.js --singlerun",
|
2019-01-17 13:57:59 +01:00
|
|
|
"build": "gulp build",
|
2019-01-18 10:12:24 +01:00
|
|
|
"dev": "gulp dev",
|
2019-09-25 10:52:33 +02:00
|
|
|
"fastdev": "gulp fastdev"
|
2017-01-07 01:24:32 +01:00
|
|
|
},
|
2018-10-03 14:43:32 +02:00
|
|
|
"dependencies": {
|
2018-11-29 11:00:09 +01:00
|
|
|
"ace-builds": "1.4.2",
|
2018-10-09 20:48:20 +02:00
|
|
|
"angular": "1.7.5",
|
|
|
|
|
"angular-animate": "1.7.5",
|
2019-01-11 12:54:50 +00:00
|
|
|
"angular-chart.js": "^1.1.1",
|
2018-10-09 20:48:20 +02:00
|
|
|
"angular-cookies": "1.7.5",
|
2018-10-11 13:12:10 +02:00
|
|
|
"angular-dynamic-locale": "0.1.37",
|
2018-10-09 20:48:20 +02:00
|
|
|
"angular-i18n": "1.7.5",
|
2018-10-11 13:26:35 +02:00
|
|
|
"angular-local-storage": "0.7.1",
|
2018-10-09 20:48:20 +02:00
|
|
|
"angular-messages": "1.7.5",
|
2018-10-11 12:16:09 +02:00
|
|
|
"angular-mocks": "1.7.5",
|
2018-10-09 20:48:20 +02:00
|
|
|
"angular-route": "1.7.5",
|
|
|
|
|
"angular-sanitize": "1.7.5",
|
|
|
|
|
"angular-touch": "1.7.5",
|
2018-11-29 11:00:09 +01:00
|
|
|
"angular-ui-sortable": "0.19.0",
|
2018-10-09 21:29:50 +02:00
|
|
|
"animejs": "2.2.0",
|
2018-11-29 11:00:09 +01:00
|
|
|
"bootstrap-social": "5.1.1",
|
2019-01-11 12:54:50 +00:00
|
|
|
"chart.js": "^2.7.3",
|
2018-11-29 11:00:09 +01:00
|
|
|
"clipboard": "2.0.4",
|
|
|
|
|
"diff": "3.5.0",
|
2018-10-09 09:46:17 +02:00
|
|
|
"flatpickr": "4.5.2",
|
2018-10-22 17:04:58 +11:00
|
|
|
"font-awesome": "4.7.0",
|
2019-04-24 12:21:24 +01:00
|
|
|
"jquery": "^3.4.0",
|
2018-10-11 14:34:02 +02:00
|
|
|
"jquery-ui-dist": "1.12.1",
|
2018-11-29 13:30:37 +01:00
|
|
|
"jquery-ui-touch-punch": "0.2.3",
|
2018-10-11 12:16:09 +02:00
|
|
|
"lazyload-js": "1.0.0",
|
2018-11-29 11:00:09 +01:00
|
|
|
"moment": "2.22.2",
|
2018-10-10 21:29:42 +02:00
|
|
|
"ng-file-upload": "12.2.13",
|
2019-07-04 22:05:35 +02:00
|
|
|
"nouislider": "14.0.2",
|
2018-10-09 20:48:20 +02:00
|
|
|
"npm": "^6.4.1",
|
2018-11-29 11:00:09 +01:00
|
|
|
"signalr": "2.4.0",
|
2018-11-29 13:30:37 +01:00
|
|
|
"spectrum-colorpicker": "1.8.0",
|
2019-01-31 16:54:17 +11:00
|
|
|
"tinymce": "4.9.2",
|
2018-11-29 11:00:09 +01:00
|
|
|
"typeahead.js": "0.11.1",
|
2018-10-09 20:48:20 +02:00
|
|
|
"underscore": "1.9.1"
|
2018-10-03 14:43:32 +02:00
|
|
|
},
|
2015-01-02 14:25:11 +11:00
|
|
|
"devDependencies": {
|
2018-11-30 09:12:58 +01:00
|
|
|
"@babel/core": "7.1.6",
|
|
|
|
|
"@babel/preset-env": "7.1.6",
|
|
|
|
|
"autoprefixer": "9.3.1",
|
|
|
|
|
"cssnano": "4.1.7",
|
2019-02-14 12:30:36 +11:00
|
|
|
"fs": "0.0.2",
|
2019-01-01 01:10:31 +11:00
|
|
|
"gulp": "^3.9.1",
|
2019-04-26 10:06:00 +01:00
|
|
|
"gulp-angular-embed-templates": "^2.3.0",
|
2018-11-30 09:12:58 +01:00
|
|
|
"gulp-babel": "8.0.0",
|
2019-01-01 01:10:31 +11:00
|
|
|
"gulp-clean-css": "4.0.0",
|
|
|
|
|
"gulp-cli": "^2.0.1",
|
2018-11-30 09:12:58 +01:00
|
|
|
"gulp-concat": "2.6.1",
|
2018-08-08 19:52:00 +02:00
|
|
|
"gulp-eslint": "^5.0.0",
|
2019-01-01 01:10:31 +11:00
|
|
|
"gulp-imagemin": "^4.1.0",
|
2018-11-30 09:12:58 +01:00
|
|
|
"gulp-less": "4.0.1",
|
2019-02-14 12:30:36 +11:00
|
|
|
"gulp-notify": "^3.0.0",
|
2018-11-30 09:12:58 +01:00
|
|
|
"gulp-postcss": "8.0.0",
|
|
|
|
|
"gulp-rename": "1.4.0",
|
|
|
|
|
"gulp-sort": "2.0.0",
|
|
|
|
|
"gulp-watch": "5.0.1",
|
|
|
|
|
"gulp-wrap": "0.14.0",
|
|
|
|
|
"gulp-wrap-js": "0.4.1",
|
|
|
|
|
"jasmine-core": "3.3.0",
|
|
|
|
|
"karma": "3.1.1",
|
|
|
|
|
"karma-jasmine": "2.0.1",
|
2019-02-14 12:30:36 +11:00
|
|
|
"karma-junit-reporter": "^1.2.0",
|
2018-11-30 09:12:58 +01:00
|
|
|
"karma-phantomjs-launcher": "1.0.4",
|
|
|
|
|
"less": "3.9.0",
|
2019-09-25 20:37:57 +02:00
|
|
|
"lodash": "4.17.13",
|
|
|
|
|
"marked": "^0.6.1",
|
2018-11-30 09:12:58 +01:00
|
|
|
"merge-stream": "1.0.1",
|
2019-05-14 13:25:05 +02:00
|
|
|
"run-sequence": "2.2.1",
|
|
|
|
|
"caniuse-lite": "^1.0.30000966"
|
2015-01-02 14:25:11 +11:00
|
|
|
}
|
|
|
|
|
}
|