88 lines
2.4 KiB
JSON
88 lines
2.4 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "gulp runTests",
|
|
"unit": "gulp runUnit",
|
|
"e2e": "gulp testE2e",
|
|
"build": "gulp build",
|
|
"dev": "gulp dev",
|
|
"fastdev": "gulp fastdev",
|
|
"watch": "gulp watch"
|
|
},
|
|
"dependencies": {
|
|
"ace-builds": "1.4.2",
|
|
"angular": "1.8.0",
|
|
"angular-animate": "1.7.5",
|
|
"angular-aria": "1.7.9",
|
|
"angular-chart.js": "^1.1.1",
|
|
"angular-cookies": "1.7.5",
|
|
"angular-dynamic-locale": "0.1.37",
|
|
"angular-i18n": "1.7.5",
|
|
"angular-local-storage": "0.7.1",
|
|
"angular-messages": "1.7.5",
|
|
"angular-mocks": "1.7.5",
|
|
"angular-route": "1.7.5",
|
|
"angular-sanitize": "1.7.5",
|
|
"angular-touch": "1.7.5",
|
|
"angular-ui-sortable": "0.19.0",
|
|
"animejs": "2.2.0",
|
|
"bootstrap-social": "5.1.1",
|
|
"chart.js": "^2.9.3",
|
|
"clipboard": "2.0.4",
|
|
"diff": "3.5.0",
|
|
"flatpickr": "4.5.2",
|
|
"font-awesome": "4.7.0",
|
|
"jquery": "^3.5.1",
|
|
"jquery-ui-dist": "1.12.1",
|
|
"jquery-ui-touch-punch": "0.2.3",
|
|
"lazyload-js": "1.0.0",
|
|
"moment": "2.22.2",
|
|
"ng-file-upload": "12.2.13",
|
|
"nouislider": "14.6.1",
|
|
"npm": "^6.14.7",
|
|
"signalr": "2.4.0",
|
|
"spectrum-colorpicker2": "2.0.3",
|
|
"tinymce": "4.9.11",
|
|
"typeahead.js": "0.11.1",
|
|
"underscore": "1.9.1",
|
|
"wicg-inert": "^3.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.6.4",
|
|
"@babel/preset-env": "7.6.3",
|
|
"autoprefixer": "9.6.5",
|
|
"caniuse-lite": "^1.0.30001037",
|
|
"cssnano": "4.1.10",
|
|
"fs": "0.0.2",
|
|
"gulp": "4.0.2",
|
|
"gulp-angular-embed-templates": "^2.3.0",
|
|
"gulp-babel": "8.0.0",
|
|
"gulp-clean-css": "4.2.0",
|
|
"gulp-cli": "^2.3.0",
|
|
"gulp-concat": "2.6.1",
|
|
"gulp-eslint": "6.0.0",
|
|
"gulp-imagemin": "6.1.1",
|
|
"gulp-less": "4.0.1",
|
|
"gulp-notify": "^3.0.0",
|
|
"gulp-postcss": "8.0.0",
|
|
"gulp-rename": "1.4.0",
|
|
"gulp-sort": "2.0.0",
|
|
"gulp-sourcemaps": "^2.6.5",
|
|
"gulp-watch": "5.0.1",
|
|
"gulp-wrap": "0.15.0",
|
|
"gulp-wrap-js": "0.4.1",
|
|
"jasmine-core": "3.5.0",
|
|
"jsdom": "16.4.0",
|
|
"karma": "4.4.1",
|
|
"karma-jsdom-launcher": "^8.0.2",
|
|
"karma-jasmine": "2.0.1",
|
|
"karma-junit-reporter": "2.0.1",
|
|
"karma-spec-reporter": "0.0.32",
|
|
"less": "3.10.3",
|
|
"lodash": "4.17.19",
|
|
"marked": "^0.7.0",
|
|
"merge-stream": "2.0.0",
|
|
"run-sequence": "2.2.1"
|
|
}
|
|
}
|