Files
Umbraco-CMS/src/Umbraco.Web.UI.Client/package.json

53 lines
1.3 KiB
JSON
Raw Normal View History

{
2017-01-07 01:24:32 +01:00
"scripts": {
"install": "bower-installer",
"test": "karma start test/config/karma.conf.js --singlerun",
"build": "gulp"
2017-01-07 01:24:32 +01:00
},
2018-10-03 14:43:32 +02:00
"dependencies": {
"angular": "1.7.5",
"angular-animate": "1.7.5",
"angular-cookies": "1.7.5",
"angular-i18n": "1.7.5",
"angular-messages": "1.7.5",
"angular-route": "1.7.5",
"angular-sanitize": "1.7.5",
"angular-touch": "1.7.5",
2018-10-09 09:46:17 +02:00
"flatpickr": "4.5.2",
"npm": "^6.4.1",
"signalr": "2.2.1",
"typeahead.js": "0.10.5",
"underscore": "1.9.1"
2018-10-03 14:43:32 +02:00
},
"devDependencies": {
2018-10-07 20:01:20 +02:00
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
2017-01-07 01:24:32 +01:00
"autoprefixer": "^6.5.0",
"bower-installer": "^1.2.0",
"cssnano": "^3.7.6",
"gulp": "^3.9.1",
2018-10-07 20:01:20 +02:00
"gulp-babel": "^8.0.0-beta.2",
2017-01-07 01:24:32 +01:00
"gulp-concat": "^2.6.0",
"gulp-connect": "5.0.0",
"gulp-eslint": "^5.0.0",
"gulp-imagemin": "^4.1.0",
2018-03-21 13:55:01 +11:00
"gulp-less": "^3.5.0",
2017-08-25 14:22:42 +02:00
"gulp-ngdocs": "^0.3.0",
2018-03-21 13:55:01 +11:00
"gulp-open": "^2.1.0",
2017-01-07 01:24:32 +01:00
"gulp-postcss": "^6.2.0",
"gulp-rename": "^1.2.2",
"gulp-sort": "^2.0.0",
2017-01-07 01:24:32 +01:00
"gulp-watch": "^4.3.10",
"gulp-wrap": "^0.13.0",
"gulp-wrap-js": "^0.4.1",
"jasmine-core": "3.1.0",
"karma": "^2.0.2",
"karma-jasmine": "^1.1.2",
"karma-phantomjs-launcher": "^1.0.4",
2018-03-21 13:55:01 +11:00
"less": "^2.7.3",
"lodash": "^4.17.5",
2017-08-25 14:22:42 +02:00
"merge-stream": "^1.0.1",
2018-03-21 13:55:01 +11:00
"run-sequence": "^2.2.1"
}
}