pdf.js/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

80 lines
2.2 KiB
JSON
Raw Normal View History

2013-02-02 01:36:58 +09:00
{
"name": "pdf.js",
"type": "module",
"devDependencies": {
2024-01-06 18:09:12 +09:00
"@babel/core": "^7.23.7",
2024-01-20 17:40:33 +09:00
"@babel/preset-env": "^7.23.8",
"@babel/runtime": "^7.23.8",
"@fluent/bundle": "^0.18.0",
"@fluent/dom": "^0.9.0",
"@javascript-obfuscator/escodegen": "2.3.0",
"@jazzer.js/core": "^2.1.0",
2024-01-06 18:09:12 +09:00
"acorn": "^8.11.3",
2024-01-20 17:40:33 +09:00
"autoprefixer": "^10.4.17",
"babel-loader": "^9.1.3",
2024-01-20 17:40:33 +09:00
"caniuse-lite": "^1.0.30001579",
2023-04-16 05:08:58 +09:00
"canvas": "^2.11.2",
2024-01-06 18:09:12 +09:00
"core-js": "^3.35.0",
2020-12-13 19:38:37 +09:00
"cross-env": "^7.0.3",
2023-12-23 20:29:51 +09:00
"eslint": "^8.56.0",
2023-08-06 16:22:20 +09:00
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-fetch-options": "^0.0.5",
2022-08-07 17:20:21 +09:00
"eslint-plugin-html": "^7.1.0",
2023-12-23 20:29:51 +09:00
"eslint-plugin-import": "^2.29.1",
2021-08-08 17:45:36 +09:00
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-mozilla": "^3.3.2",
2022-11-27 18:18:30 +09:00
"eslint-plugin-no-unsanitized": "^4.0.2",
2024-01-20 17:40:33 +09:00
"eslint-plugin-prettier": "^5.1.3",
2022-11-14 05:28:21 +09:00
"eslint-plugin-sort-exports": "^0.8.0",
2023-12-23 20:29:51 +09:00
"eslint-plugin-unicorn": "^50.0.1",
"globals": "^13.24.0",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
2024-01-20 17:40:33 +09:00
"gulp-postcss": "^9.1.0",
"gulp-rename": "^2.0.0",
2022-12-25 20:26:23 +09:00
"gulp-replace": "^1.1.4",
"gulp-zip": "^6.0.0",
2023-07-23 16:49:53 +09:00
"jasmine": "^5.1.0",
2023-03-12 18:27:52 +09:00
"jsdoc": "^4.0.2",
"jstransformer-markdown-it": "^3.0.0",
"merge-stream": "^2.0.0",
2023-05-14 17:12:06 +09:00
"mkdirp": "^3.0.1",
2023-12-23 20:29:51 +09:00
"needle": "^3.3.1",
"path2d-polyfill": "^2.0.1",
"pngjs": "^7.0.0",
2024-01-06 18:09:12 +09:00
"postcss": "^8.4.33",
2023-12-23 20:29:51 +09:00
"postcss-dark-theme-class": "^1.1.0",
"postcss-dir-pseudo-class": "^8.0.1",
"postcss-discard-comments": "^6.0.1",
"postcss-nesting": "^12.0.2",
2024-01-20 17:40:33 +09:00
"prettier": "^3.2.4",
2024-01-05 00:10:31 +09:00
"puppeteer": "^21.7.0",
"rimraf": "^3.0.2",
"streamqueue": "^1.1.2",
2024-01-20 17:40:33 +09:00
"stylelint": "^16.2.0",
2023-12-23 20:29:51 +09:00
"stylelint-prettier": "^5.0.0",
2024-01-20 17:40:33 +09:00
"terser": "^5.27.0",
"through2": "^4.0.2",
2023-09-24 18:03:19 +09:00
"tsc-alias": "^1.8.8",
"ttest": "^4.0.0",
2023-12-23 20:29:51 +09:00
"typescript": "^5.3.3",
2018-07-01 03:39:31 +09:00
"typogr": "^0.6.8",
"vinyl": "^3.0.0",
"webpack": "^5.89.0",
"webpack-stream": "^7.0.0",
2018-11-25 05:00:22 +09:00
"wintersmith": "^2.5.0",
2023-05-14 17:12:06 +09:00
"yargs": "^17.7.2"
},
2013-02-02 01:36:58 +09:00
"scripts": {
"postinstall": "cross-env PUPPETEER_PRODUCT=firefox node node_modules/puppeteer/install.mjs"
2013-02-02 01:36:58 +09:00
},
"repository": {
"type": "git",
"url": "git://github.com/mozilla/pdf.js.git"
2013-03-27 17:16:40 +09:00
},
"engines": {
"node": ">=18"
},
"license": "Apache-2.0"
2013-02-02 01:36:58 +09:00
}