ba69835964
This is the beginnings of an experimental new non-GWT web UI developed using a modern JS web framework, http://www.polymer-project.org/. It will coexist alongside the GWT UI until it is feature-complete. The functionality of this change is light years from complete, with a full laundry list of things that don't work. This change is simply meant to get the starting work in and continue iteration afterward. The contents of the polygerrit-ui directory started as the full tree of https://github.com/andybons/polygerrit at 219f531, plus a few more local changes since review started. In the future this directory will be pruned, rearranged, and integrated with the Buck build. Change-Id: Ifb6f5429e8031ee049225cdafa244ad1c21bf5b5
40 lines
979 B
JSON
40 lines
979 B
JSON
{
|
|
"private": true,
|
|
"devDependencies": {
|
|
"browser-sync": "^2.7.7",
|
|
"connect-history-api-fallback": "^1.1.0",
|
|
"del": "^1.1.1",
|
|
"gulp": "^3.8.5",
|
|
"gulp-autoprefixer": "^2.1.0",
|
|
"gulp-cache": "^0.2.8",
|
|
"gulp-changed": "^1.0.0",
|
|
"gulp-cssmin": "^0.1.7",
|
|
"gulp-flatten": "0.0.4",
|
|
"gulp-if": "^1.2.1",
|
|
"gulp-imagemin": "^2.2.1",
|
|
"gulp-jshint": "^1.6.3",
|
|
"gulp-load-plugins": "^0.10.0",
|
|
"gulp-minify-html": "^1.0.2",
|
|
"gulp-rename": "^1.2.0",
|
|
"gulp-replace": "^0.5.3",
|
|
"gulp-size": "^1.0.0",
|
|
"gulp-uglify": "^1.2.0",
|
|
"gulp-useref": "^1.1.2",
|
|
"gulp-vulcanize": "^6.0.0",
|
|
"jshint-stylish": "^2.0.0",
|
|
"merge-stream": "^0.1.7",
|
|
"opn": "^1.0.0",
|
|
"require-dir": "^0.3.0",
|
|
"run-sequence": "^1.0.2",
|
|
"vulcanize": ">= 1.4.2",
|
|
"web-component-tester": "^3.1.3"
|
|
},
|
|
"scripts": {
|
|
"test": "gulp test:local",
|
|
"start": "gulp serve"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
}
|