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

38 lines
960 B
JSON
Raw Normal View History

{
2017-01-07 01:24:32 +01:00
"scripts": {
2018-11-22 14:05:51 +00:00
"install": "bower-installer",
"test": "karma start test/config/karma.conf.js --singlerun",
"build": "gulp"
2017-01-07 01:24:32 +01:00
},
2018-11-22 14:05:51 +00:00
"dependencies": {},
"devDependencies": {
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",
"gulp-concat": "^2.6.0",
"gulp-connect": "5.6.1",
"gulp-eslint": "^5.0.0",
"gulp-imagemin": "^4.1.0",
"gulp-less": "^4.0.1",
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",
2018-11-22 14:05:51 +00:00
"jasmine-core": "2.5.2",
"karma": "^3.1.3",
2018-11-22 14:05:51 +00:00
"karma-jasmine": "^1.1.1",
"karma-phantomjs-launcher": "^1.0.4",
"less": "^3.9.0",
2018-03-21 13:55:01 +11:00
"lodash": "^4.17.5",
2017-08-25 14:22:42 +02:00
"merge-stream": "^1.0.1",
"run-sequence": "^2.2.1",
"marked": "^0.5.2",
2018-12-03 13:30:25 +01:00
"event-stream": "3.3.4"
}
}