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

Side by Side Diff: web/package.json

Issue 2543323004: Rewrite LogDog log viewer app. (Closed)
Patch Set: Control all fetch sizes, fix follow on initial click, fix small fetch when auth is retrid. 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 unified diff | Download patch
« web/inc/logdog-stream-view/query.ts ('K') | « web/inc/tsconfig.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "private": true, 2 "private": true,
3 "devDependencies": { 3 "devDependencies": {
4 "bower": "~1.7.9",
4 "browser-sync": "^2.7.7", 5 "browser-sync": "^2.7.7",
5 "connect-history-api-fallback": "^1.1.0", 6 "connect-history-api-fallback": "^1.1.0",
6 "del": "^2.0.2", 7 "del": "^2.0.2",
8 "es6-promise": "~3.0.2",
7 "glob-all": "^3.0.1", 9 "glob-all": "^3.0.1",
8 "gulp": "^3.8.5", 10 "gulp": "^3.8.5",
9 "gulp-autoprefixer": "^3.1.0", 11 "gulp-autoprefixer": "^3.1.0",
10 "gulp-cache": "^0.4.0", 12 "gulp-cache": "^0.4.0",
11 "gulp-changed": "^1.0.0", 13 "gulp-changed": "^1.0.0",
14 "gulp-foreach": "^0.1.0",
12 "gulp-gh-pages": "^0.5.4", 15 "gulp-gh-pages": "^0.5.4",
13 "gulp-html-extract": "^0.1.0", 16 "gulp-html-extract": "^0.1.0",
14 "gulp-if": "^2.0.0", 17 "gulp-if": "^2.0.0",
15 "gulp-imagemin": "^2.2.1", 18 "gulp-imagemin": "^2.2.1",
16 "gulp-jscs": "^3.0.0", 19 "gulp-jscs": "^3.0.0",
17 "gulp-jscs-stylish": "^1.1.2", 20 "gulp-jscs-stylish": "^1.1.2",
18 "gulp-jshint": "^1.6.3", 21 "gulp-jshint": "^1.6.3",
19 "gulp-load-plugins": "^1.1.0", 22 "gulp-load-plugins": "^1.1.0",
20 "gulp-minify-css": "^1.2.1", 23 "gulp-minify-css": "^1.2.1",
21 "gulp-minify-html": "^1.0.2", 24 "gulp-minify-html": "^1.0.2",
22 "gulp-rename": "^1.2.0", 25 "gulp-rename": "^1.2.2",
23 "gulp-replace": "^0.5.4", 26 "gulp-replace": "^0.5.4",
24 "gulp-size": "^2.0.0", 27 "gulp-size": "^2.0.0",
28 "gulp-typescript": "^3.1.3",
25 "gulp-uglify": "^1.2.0", 29 "gulp-uglify": "^1.2.0",
26 "gulp-useref": "^2.1.0", 30 "gulp-useref": "^2.1.0",
27 "gulp-vulcanize": "^6.0.0", 31 "gulp-vulcanize": "^6.0.0",
28 "jshint-stylish": "^2.0.0", 32 "jshint-stylish": "^2.0.0",
29 "merge-stream": "^1.0.0", 33 "merge-stream": "^1.0.0",
30 "require-dir": "^0.3.0", 34 "require-dir": "^0.3.0",
31 "run-sequence": "^1.0.2", 35 "run-sequence": "^1.0.2",
32 "vulcanize": ">= 1.4.2", 36 "through2": "^2.0.2",
33 "es6-promise": "~3.0.2" 37 "typescript": "^2.0.10",
38 "vulcanize": "^1.14.12"
34 }, 39 },
35 "scripts": { 40 "scripts": {
36 "test": "gulp test:local", 41 "test": "gulp test:local",
37 "start": "gulp serve", 42 "start": "gulp serve",
38 "lint": "gulp lint" 43 "lint": "gulp lint"
39 }, 44 },
40 "engines": { 45 "engines": {
41 "node": ">=0.10.0" 46 "node": ">=0.10.0"
42 }, 47 },
43 "dependencies": { 48 "dependencies": {
44 "yargs": "~4.8.0", 49 "@types/es6-promise": "0.0.32",
45 "bower": "~1.7.9" 50 "gulp-debug": "^3.0.0",
51 "hydrolysis": "^1.24.1",
52 "path-exists": "^3.0.0",
53 "ts-promise": "^0.3.4",
54 "yargs": "~4.8.0"
46 } 55 }
47 } 56 }
OLDNEW
« web/inc/logdog-stream-view/query.ts ('K') | « web/inc/tsconfig.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698