pdf.js/package.json
2022-12-25 12:59:34 +01:00

76 lines
2.2 KiB
JSON

{
"name": "pdf.js",
"devDependencies": {
"@babel/core": "^7.20.7",
"@babel/plugin-transform-modules-commonjs": "^7.20.11",
"@babel/preset-env": "^7.20.2",
"@babel/runtime": "^7.20.7",
"@javascript-obfuscator/escodegen": "2.3.0",
"acorn": "^8.8.1",
"autoprefixer": "^10.4.13",
"babel-loader": "^9.1.0",
"caniuse-lite": "^1.0.30001441",
"canvas": "^2.11.0",
"core-js": "^3.26.1",
"cross-env": "^7.0.3",
"dialog-polyfill": "^0.5.6",
"es-module-shims": "1.4.7",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-fetch-options": "^0.0.5",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-mozilla": "^3.0.1",
"eslint-plugin-no-unsanitized": "^4.0.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-sort-exports": "^0.8.0",
"eslint-plugin-unicorn": "^45.0.2",
"fit-curve": "^0.2.0",
"globals": "^13.19.0",
"gulp": "^4.0.2",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-zip": "^5.1.0",
"jasmine": "^4.5.0",
"jsdoc": "^4.0.0",
"jstransformer-markdown-it": "^3.0.0",
"merge-stream": "^2.0.0",
"mkdirp": "^1.0.4",
"needle": "^3.2.0",
"postcss": "^8.4.20",
"postcss-dir-pseudo-class": "^6.0.5",
"postcss-logical": "^5.0.4",
"prettier": "^2.8.1",
"puppeteer": "^19.0.0",
"rimraf": "^3.0.2",
"streamqueue": "^1.1.2",
"stylelint": "^14.16.0",
"stylelint-config-prettier": "^9.0.4",
"stylelint-prettier": "^2.0.0",
"systemjs": "^0.21.6",
"systemjs-plugin-babel": "^0.0.25",
"terser": "^5.16.1",
"through2": "^4.0.2",
"ttest": "^4.0.0",
"typescript": "^4.9.4",
"typogr": "^0.6.8",
"vinyl": "^3.0.0",
"vinyl-fs": "^3.0.3",
"web-streams-polyfill": "^3.2.1",
"webpack": "^5.75.0",
"webpack-stream": "^7.0.0",
"wintersmith": "^2.5.0",
"yargs": "^17.6.2"
},
"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"
}