2022-08-04 14:42:22 +05:30
|
|
|
{
|
|
|
|
"name": "@joplin/pdf-viewer",
|
2023-09-13 09:44:04 +01:00
|
|
|
"version": "2.13.0",
|
2022-08-04 14:42:22 +05:30
|
|
|
"description": "Provides embedded PDF viewers for Joplin",
|
|
|
|
"main": "dist/main.js",
|
|
|
|
"types": "src/main.ts",
|
|
|
|
"private": true,
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "restricted"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2023-04-26 21:43:56 +01: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 14:42:22 +05:30
|
|
|
},
|
|
|
|
"author": "Joplin",
|
2022-12-21 10:00:31 +00:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2022-08-04 14:42:22 +05:30
|
|
|
"devDependencies": {
|
2023-09-14 06:52:06 +00:00
|
|
|
"@types/jest": "29.5.4",
|
2022-11-05 14:47:55 +00:00
|
|
|
"@types/pdfjs-dist": "2.10.378",
|
2023-09-12 10:05:42 +00:00
|
|
|
"@types/react": "18.2.21",
|
2023-09-10 11:17:01 +01:00
|
|
|
"@types/react-dom": "18.2.7",
|
2023-06-04 18:34:32 +01:00
|
|
|
"@types/styled-components": "5.1.26",
|
2023-09-14 06:52:06 +00:00
|
|
|
"babel-jest": "29.6.4",
|
2023-07-12 19:02:23 +01:00
|
|
|
"css-loader": "6.8.1",
|
2023-09-14 06:52:06 +00:00
|
|
|
"jest": "29.6.4",
|
|
|
|
"jest-environment-jsdom": "29.6.4",
|
2023-06-08 07:45:01 +00:00
|
|
|
"style-loader": "3.3.3",
|
2023-08-01 15:38:59 +01:00
|
|
|
"ts-jest": "29.1.1",
|
2023-07-18 13:26:04 +00:00
|
|
|
"ts-loader": "9.4.4",
|
2023-09-03 13:04:22 +00:00
|
|
|
"typescript": "5.1.6",
|
2022-11-05 14:47:55 +00:00
|
|
|
"webpack": "5.74.0",
|
|
|
|
"webpack-cli": "4.10.0"
|
2022-08-04 14:42:22 +05:30
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-11-05 13:09:41 +00:00
|
|
|
"@fortawesome/fontawesome-svg-core": "6.1.2",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "6.1.2",
|
|
|
|
"@fortawesome/react-fontawesome": "0.2.0",
|
2023-09-13 09:44:04 +01:00
|
|
|
"@joplin/lib": "~2.13",
|
2022-11-05 13:09:41 +00:00
|
|
|
"async-mutex": "0.4.0",
|
2022-11-17 11:25:11 +00:00
|
|
|
"pdfjs-dist": "2.16.105",
|
2022-11-14 22:37:49 +00:00
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
2023-06-16 04:20:55 +00:00
|
|
|
"styled-components": "5.3.11"
|
2022-08-04 14:42:22 +05:30
|
|
|
}
|
|
|
|
}
|