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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « 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",
5 "browser-sync": "^2.7.7", 4 "browser-sync": "^2.7.7",
6 "connect-history-api-fallback": "^1.1.0", 5 "connect-history-api-fallback": "^1.1.0",
7 "del": "^2.0.2", 6 "del": "^2.0.2",
8 "es6-promise": "~3.0.2",
9 "glob-all": "^3.0.1", 7 "glob-all": "^3.0.1",
10 "gulp": "^3.8.5", 8 "gulp": "^3.8.5",
11 "gulp-autoprefixer": "^3.1.0", 9 "gulp-autoprefixer": "^3.1.0",
12 "gulp-cache": "^0.4.0", 10 "gulp-cache": "^0.4.0",
13 "gulp-changed": "^1.0.0", 11 "gulp-changed": "^1.0.0",
14 "gulp-foreach": "^0.1.0",
15 "gulp-gh-pages": "^0.5.4", 12 "gulp-gh-pages": "^0.5.4",
16 "gulp-html-extract": "^0.1.0", 13 "gulp-html-extract": "^0.1.0",
17 "gulp-if": "^2.0.0", 14 "gulp-if": "^2.0.0",
18 "gulp-imagemin": "^2.2.1", 15 "gulp-imagemin": "^2.2.1",
19 "gulp-jscs": "^3.0.0", 16 "gulp-jscs": "^3.0.0",
20 "gulp-jscs-stylish": "^1.1.2", 17 "gulp-jscs-stylish": "^1.1.2",
21 "gulp-jshint": "^1.6.3", 18 "gulp-jshint": "^1.6.3",
22 "gulp-load-plugins": "^1.1.0", 19 "gulp-load-plugins": "^1.1.0",
23 "gulp-minify-css": "^1.2.1", 20 "gulp-minify-css": "^1.2.1",
24 "gulp-minify-html": "^1.0.2", 21 "gulp-minify-html": "^1.0.2",
25 "gulp-rename": "^1.2.2", 22 "gulp-rename": "^1.2.0",
26 "gulp-replace": "^0.5.4", 23 "gulp-replace": "^0.5.4",
27 "gulp-size": "^2.0.0", 24 "gulp-size": "^2.0.0",
28 "gulp-typescript": "^3.1.3",
29 "gulp-uglify": "^1.2.0", 25 "gulp-uglify": "^1.2.0",
30 "gulp-useref": "^2.1.0", 26 "gulp-useref": "^2.1.0",
31 "gulp-vulcanize": "^6.0.0", 27 "gulp-vulcanize": "^6.0.0",
32 "jshint-stylish": "^2.0.0", 28 "jshint-stylish": "^2.0.0",
33 "merge-stream": "^1.0.0", 29 "merge-stream": "^1.0.0",
34 "require-dir": "^0.3.0", 30 "require-dir": "^0.3.0",
35 "run-sequence": "^1.0.2", 31 "run-sequence": "^1.0.2",
36 "through2": "^2.0.2", 32 "vulcanize": ">= 1.4.2",
37 "typescript": "^2.0.10", 33 "es6-promise": "~3.0.2"
38 "vulcanize": "^1.14.12"
39 }, 34 },
40 "scripts": { 35 "scripts": {
41 "test": "gulp test:local", 36 "test": "gulp test:local",
42 "start": "gulp serve", 37 "start": "gulp serve",
43 "lint": "gulp lint" 38 "lint": "gulp lint"
44 }, 39 },
45 "engines": { 40 "engines": {
46 "node": ">=0.10.0" 41 "node": ">=0.10.0"
47 }, 42 },
48 "dependencies": { 43 "dependencies": {
49 "@types/es6-promise": "0.0.32", 44 "yargs": "~4.8.0",
50 "gulp-debug": "^3.0.0", 45 "bower": "~1.7.9"
51 "hydrolysis": "^1.24.1",
52 "path-exists": "^3.0.0",
53 "ts-promise": "^0.3.4",
54 "yargs": "~4.8.0"
55 } 46 }
56 } 47 }
OLDNEW
« 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