vivliostyle
Advanced tools
Comparing version 2019.8.100-pre.20190812034123 to 2019.8.100-pre.20190812143320
{ | ||
"name": "vivliostyle", | ||
"version": "2019.8.100-pre.20190812034123", | ||
"version": "2019.8.100-pre.20190812143320", | ||
"description": "Library for HTML+CSS typesetting and rich paged viewing with EPUB/Web publications support", | ||
"scripts": { | ||
"lint": "eslint --ext .ts src", | ||
"lint:fix": "eslint --fix --ext .ts src", | ||
"build": "NODE_ENV=production webpack", | ||
@@ -33,8 +34,9 @@ "build-dev": "NODE_ENV=development webpack", | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^1.8.0", | ||
"@typescript-eslint/parser": "^1.8.0", | ||
"circular-dependency-plugin": "^5.0.2", | ||
"@typescript-eslint/eslint-plugin": "^1.13.0", | ||
"@typescript-eslint/parser": "^1.13.0", | ||
"circular-dependency-plugin": "^5.2.0", | ||
"eslint": "^5.16.0", | ||
"eslint-plugin-import": "^2.17.2", | ||
"fast-diff": "1.1.2", | ||
"eslint-plugin-import": "^2.18.2", | ||
"eslint-plugin-prettier": "^3.1.0", | ||
"fast-diff": "^1.2.0", | ||
"jasmine-core": "^3.4.0", | ||
@@ -49,8 +51,9 @@ "karma": "^4.2.0", | ||
"karma-webpack": "^4.0.2", | ||
"mustache": "^2.2.1", | ||
"ts-loader": "^4.5.0", | ||
"typescript": "^3.0.1", | ||
"webpack": "^4.17.1", | ||
"webpack-cli": "^3.1.0" | ||
"mustache": "^3.0.1", | ||
"prettier": "^1.18.2", | ||
"ts-loader": "^6.0.4", | ||
"typescript": "^3.5.3", | ||
"webpack": "^4.39.1", | ||
"webpack-cli": "^3.3.6" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
6761872
22