mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Unfortunately newer versions either caused breakage when running the unit tests manually in a browser or when serving the development viewer. Given that we hope to use native import maps soon and this dependency will then be removed anyway, let's pin it for the time being.
76 lines
2.3 KiB
JSON
76 lines
2.3 KiB
JSON
{
|
|
"name": "pdf.js",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.17.10",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.17.9",
|
|
"@babel/plugin-transform-runtime": "^7.17.10",
|
|
"@babel/preset-env": "^7.17.10",
|
|
"@babel/runtime": "^7.17.9",
|
|
"@javascript-obfuscator/escodegen": "2.3.0",
|
|
"acorn": "^8.7.1",
|
|
"autoprefixer": "^10.4.5",
|
|
"babel-loader": "^8.2.5",
|
|
"caniuse-lite": "^1.0.30001334",
|
|
"canvas": "^2.9.1",
|
|
"core-js": "^3.22.3",
|
|
"cross-env": "^7.0.3",
|
|
"dialog-polyfill": "^0.5.6",
|
|
"dommatrix": "^1.0.1",
|
|
"es-module-shims": "1.4.7",
|
|
"eslint": "^8.14.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-fetch-options": "^0.0.5",
|
|
"eslint-plugin-html": "^6.2.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-json": "^3.1.0",
|
|
"eslint-plugin-mozilla": "^2.11.4",
|
|
"eslint-plugin-no-unsanitized": "^4.0.1",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-sort-exports": "^0.6.0",
|
|
"eslint-plugin-unicorn": "^42.0.0",
|
|
"globals": "^13.13.0",
|
|
"gulp": "^4.0.2",
|
|
"gulp-postcss": "^9.0.1",
|
|
"gulp-rename": "^2.0.0",
|
|
"gulp-replace": "^1.1.3",
|
|
"gulp-zip": "^5.1.0",
|
|
"jasmine": "^4.1.0",
|
|
"jsdoc": "^3.6.10",
|
|
"jstransformer-markdown-it": "^2.1.0",
|
|
"merge-stream": "^2.0.0",
|
|
"mkdirp": "^1.0.4",
|
|
"needle": "^3.1.0",
|
|
"postcss": "^8.4.13",
|
|
"postcss-dir-pseudo-class": "^6.0.4",
|
|
"postcss-logical": "^5.0.4",
|
|
"prettier": "^2.6.2",
|
|
"puppeteer": "^13.7.0",
|
|
"rimraf": "^3.0.2",
|
|
"streamqueue": "^1.1.2",
|
|
"stylelint": "^14.8.1",
|
|
"stylelint-config-prettier": "^9.0.3",
|
|
"stylelint-prettier": "^2.0.0",
|
|
"systemjs": "^0.21.6",
|
|
"systemjs-plugin-babel": "^0.0.25",
|
|
"terser": "^5.13.1",
|
|
"through2": "^4.0.2",
|
|
"ttest": "^4.0.0",
|
|
"typescript": "^4.6.4",
|
|
"typogr": "^0.6.8",
|
|
"vinyl": "^2.2.1",
|
|
"vinyl-fs": "^3.0.3",
|
|
"web-streams-polyfill": "^3.2.1",
|
|
"webpack": "^5.72.0",
|
|
"webpack-stream": "^7.0.0",
|
|
"wintersmith": "^2.5.0",
|
|
"yargs": "^17.4.1"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "cross-env PUPPETEER_PRODUCT=firefox node node_modules/puppeteer/install.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mozilla/pdf.js.git"
|
|
},
|
|
"license": "Apache-2.0"
|
|
}
|