Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1303)

Unified Diff: web/package.json

Issue 2570963003: Revert of Rewrite LogDog log viewer app. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « web/inc/tsconfig.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: web/package.json
diff --git a/web/package.json b/web/package.json
index 40661fcc2ecb49c7b0b9db903829d6a1661d582a..ed87c426b5dcda76105d675faa215b7b436c6855 100644
--- a/web/package.json
+++ b/web/package.json
@@ -1,17 +1,14 @@
{
"private": true,
"devDependencies": {
- "bower": "~1.7.9",
"browser-sync": "^2.7.7",
"connect-history-api-fallback": "^1.1.0",
"del": "^2.0.2",
- "es6-promise": "~3.0.2",
"glob-all": "^3.0.1",
"gulp": "^3.8.5",
"gulp-autoprefixer": "^3.1.0",
"gulp-cache": "^0.4.0",
"gulp-changed": "^1.0.0",
- "gulp-foreach": "^0.1.0",
"gulp-gh-pages": "^0.5.4",
"gulp-html-extract": "^0.1.0",
"gulp-if": "^2.0.0",
@@ -22,10 +19,9 @@
"gulp-load-plugins": "^1.1.0",
"gulp-minify-css": "^1.2.1",
"gulp-minify-html": "^1.0.2",
- "gulp-rename": "^1.2.2",
+ "gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.4",
"gulp-size": "^2.0.0",
- "gulp-typescript": "^3.1.3",
"gulp-uglify": "^1.2.0",
"gulp-useref": "^2.1.0",
"gulp-vulcanize": "^6.0.0",
@@ -33,9 +29,8 @@
"merge-stream": "^1.0.0",
"require-dir": "^0.3.0",
"run-sequence": "^1.0.2",
- "through2": "^2.0.2",
- "typescript": "^2.0.10",
- "vulcanize": "^1.14.12"
+ "vulcanize": ">= 1.4.2",
+ "es6-promise": "~3.0.2"
},
"scripts": {
"test": "gulp test:local",
@@ -46,11 +41,7 @@
"node": ">=0.10.0"
},
"dependencies": {
- "@types/es6-promise": "0.0.32",
- "gulp-debug": "^3.0.0",
- "hydrolysis": "^1.24.1",
- "path-exists": "^3.0.0",
- "ts-promise": "^0.3.4",
- "yargs": "~4.8.0"
+ "yargs": "~4.8.0",
+ "bower": "~1.7.9"
}
}
« no previous file with comments | « web/inc/tsconfig.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698