{ "name": "ui", "private": true, "scripts": { "test": "gulp runTests", "unit": "gulp runUnit", "e2e": "gulp testE2e", "build": "gulp build", "build:skip-tests": "gulp coreBuild", "build:dev": "gulp buildDev", "dev": "gulp dev", "fastdev": "gulp fastdev", "watch": "gulp watch" }, "engines": { "node": ">=14.0.0 <17", "npm": ">=8.0.0 < 9" }, "dependencies": { "@microsoft/signalr": "6.0.9", "@umbraco-ui/uui": "1.0.1", "@umbraco-ui/uui-css": "1.0.0", "ace-builds": "1.10.1", "angular": "1.8.3", "angular-animate": "1.8.3", "angular-aria": "1.8.3", "angular-chart.js": "1.1.1", "angular-cookies": "1.8.3", "angular-dynamic-locale": "0.1.38", "angular-i18n": "1.8.3", "angular-local-storage": "0.7.1", "angular-messages": "1.8.3", "angular-mocks": "1.8.3", "angular-route": "1.8.3", "angular-sanitize": "1.8.3", "angular-touch": "1.8.3", "angular-ui-sortable": "0.19.0", "animejs": "3.2.1", "bootstrap-social": "5.1.1", "chart.js": "^2.9.3", "clipboard": "2.0.11", "diff": "5.0.0", "flatpickr": "4.6.13", "font-awesome": "4.7.0", "jquery": "3.6.1", "jquery-ui-dist": "1.13.2", "jquery-ui-touch-punch": "0.2.3", "lazyload-js": "1.0.0", "moment": "2.29.4", "ng-file-upload": "12.2.13", "nouislider": "15.6.1", "spectrum-colorpicker2": "2.0.9", "tinymce": "4.9.11", "typeahead.js": "0.11.1", "underscore": "1.13.4", "wicg-inert": "3.1.2" }, "devDependencies": { "@babel/core": "7.19.1", "@babel/preset-env": "7.19.1", "autoprefixer": "10.4.4", "cssnano": "5.1.13", "gulp": "4.0.2", "gulp-angular-embed-templates": "2.3.0", "gulp-babel": "8.0.0", "gulp-clean-css": "4.3.0", "gulp-cli": "2.3.0", "gulp-concat": "2.6.1", "gulp-eslint": "6.0.0", "gulp-imagemin": "7.1.0", "gulp-less": "5.0.0", "gulp-minify": "3.1.0", "gulp-notify": "4.0.0", "gulp-postcss": "9.0.1", "gulp-rename": "2.0.0", "gulp-sort": "2.0.0", "gulp-sourcemaps": "3.0.0", "gulp-watch": "5.0.1", "gulp-wrap": "0.15.0", "gulp-wrap-js": "0.4.1", "jasmine-core": "4.4.0", "jsdom": "20.0.0", "karma": "6.4.0", "karma-jasmine": "5.1.0", "karma-jsdom-launcher": "13.0.0", "karma-junit-reporter": "2.0.1", "karma-spec-reporter": "0.0.34", "less": "4.1.3", "lodash": "4.17.21", "merge-stream": "2.0.0", "postcss": "8.4.16", "run-sequence": "2.2.1" } }