2470a2737f
Fixed #4845 by embedded the angularjs templates for directives in the directives, cuts down on network traffic and increases speed to render
83 lines
2.2 KiB
JSON
83 lines
2.2 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "karma start test/config/karma.conf.js --singlerun",
|
|
"build": "gulp build",
|
|
"dev": "gulp dev",
|
|
"fastdev": "gulp fastdev",
|
|
"docs": "gulp docs"
|
|
},
|
|
"dependencies": {
|
|
"ace-builds": "1.4.2",
|
|
"angular": "1.7.5",
|
|
"angular-animate": "1.7.5",
|
|
"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.7.3",
|
|
"clipboard": "2.0.4",
|
|
"diff": "3.5.0",
|
|
"flatpickr": "4.5.2",
|
|
"font-awesome": "4.7.0",
|
|
"jquery": "^3.4.0",
|
|
"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": "12.1.0",
|
|
"npm": "^6.4.1",
|
|
"signalr": "2.4.0",
|
|
"spectrum-colorpicker": "1.8.0",
|
|
"tinymce": "4.9.2",
|
|
"typeahead.js": "0.11.1",
|
|
"underscore": "1.9.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.1.6",
|
|
"@babel/preset-env": "7.1.6",
|
|
"autoprefixer": "9.3.1",
|
|
"cssnano": "4.1.7",
|
|
"fs": "0.0.2",
|
|
"gulp": "^3.9.1",
|
|
"gulp-angular-embed-templates": "^2.3.0",
|
|
"gulp-babel": "8.0.0",
|
|
"gulp-clean-css": "4.0.0",
|
|
"gulp-cli": "^2.0.1",
|
|
"gulp-concat": "2.6.1",
|
|
"gulp-connect": "5.6.1",
|
|
"gulp-eslint": "^5.0.0",
|
|
"gulp-imagemin": "^4.1.0",
|
|
"gulp-less": "4.0.1",
|
|
"gulp-ngdocs": "0.3.0",
|
|
"gulp-notify": "^3.0.0",
|
|
"gulp-open": "3.0.1",
|
|
"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",
|
|
"karma-junit-reporter": "^1.2.0",
|
|
"karma-phantomjs-launcher": "1.0.4",
|
|
"less": "3.9.0",
|
|
"lodash": "4.17.11",
|
|
"marked": "^0.5.2",
|
|
"merge-stream": "1.0.1",
|
|
"run-sequence": "2.2.1"
|
|
}
|
|
}
|