2022-08-04 11:12:22 +02:00
|
|
|
{
|
|
|
|
"name": "@joplin/pdf-viewer",
|
2023-06-28 16:12:32 +02:00
|
|
|
"version": "2.12.0",
|
2022-08-04 11:12:22 +02:00
|
|
|
"description": "Provides embedded PDF viewers for Joplin",
|
|
|
|
"main": "dist/main.js",
|
|
|
|
"types": "src/main.ts",
|
|
|
|
"private": true,
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "restricted"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2023-04-26 22:43:56 +02:00
|
|
|
"tsc_DISABLED": "tsc --project tsconfig.json",
|
|
|
|
"watch_DISABLED": "webpack --watch --config webpack.config.js --mode=development",
|
|
|
|
"build_DISABLED": "webpack --config webpack.config.js --mode=production",
|
|
|
|
"test_DISABLED": "jest",
|
|
|
|
"test-ci_DISABLED": "yarn test",
|
|
|
|
"postinstall_DISABLED": "yarn build"
|
2022-08-04 11:12:22 +02:00
|
|
|
},
|
|
|
|
"author": "Joplin",
|
2022-12-21 12:00:31 +02:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2022-08-04 11:12:22 +02:00
|
|
|
"devDependencies": {
|
2023-06-04 19:34:32 +02:00
|
|
|
"@types/jest": "29.5.1",
|
2022-11-05 16:47:55 +02:00
|
|
|
"@types/pdfjs-dist": "2.10.378",
|
2023-06-04 19:34:32 +02:00
|
|
|
"@types/react": "16.14.41",
|
|
|
|
"@types/react-dom": "18.0.11",
|
|
|
|
"@types/styled-components": "5.1.26",
|
|
|
|
"babel-jest": "29.5.0",
|
2023-07-12 20:02:23 +02:00
|
|
|
"css-loader": "6.8.1",
|
2023-06-04 19:34:32 +02:00
|
|
|
"jest": "29.5.0",
|
|
|
|
"jest-environment-jsdom": "29.5.0",
|
2023-06-08 09:45:01 +02:00
|
|
|
"style-loader": "3.3.3",
|
2023-06-04 19:34:32 +02:00
|
|
|
"ts-jest": "29.1.0",
|
2023-06-12 22:47:12 +02:00
|
|
|
"ts-loader": "9.4.3",
|
2023-06-06 11:55:02 +02:00
|
|
|
"typescript": "5.0.2",
|
2022-11-05 16:47:55 +02:00
|
|
|
"webpack": "5.74.0",
|
|
|
|
"webpack-cli": "4.10.0"
|
2022-08-04 11:12:22 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-11-05 15:09:41 +02:00
|
|
|
"@fortawesome/fontawesome-svg-core": "6.1.2",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "6.1.2",
|
|
|
|
"@fortawesome/react-fontawesome": "0.2.0",
|
2023-06-28 16:12:32 +02:00
|
|
|
"@joplin/lib": "~2.12",
|
2022-11-05 15:09:41 +02:00
|
|
|
"async-mutex": "0.4.0",
|
2022-11-17 13:25:11 +02:00
|
|
|
"pdfjs-dist": "2.16.105",
|
2022-11-15 00:37:49 +02:00
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
2023-06-16 06:20:55 +02:00
|
|
|
"styled-components": "5.3.11"
|
2022-08-04 11:12:22 +02:00
|
|
|
}
|
|
|
|
}
|