2022-08-04 14:42:22 +05:30
|
|
|
{
|
|
|
|
"name": "@joplin/pdf-viewer",
|
2024-10-30 23:43:11 +00:00
|
|
|
"version": "3.2.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": {
|
2024-10-01 02:19:50 +00:00
|
|
|
"@types/jest": "29.5.12",
|
2022-11-05 14:47:55 +00:00
|
|
|
"@types/pdfjs-dist": "2.10.378",
|
2024-08-31 18:04:01 +00:00
|
|
|
"@types/react": "18.3.3",
|
2024-08-31 15:28:44 +00:00
|
|
|
"@types/react-dom": "18.3.0",
|
2023-11-30 20:03:49 +01:00
|
|
|
"@types/styled-components": "5.1.32",
|
2023-11-01 10:48:09 +00:00
|
|
|
"babel-jest": "29.7.0",
|
2024-09-04 12:13:42 +01:00
|
|
|
"css-loader": "6.11.0",
|
2023-11-01 10:48:09 +00:00
|
|
|
"jest": "29.7.0",
|
|
|
|
"jest-environment-jsdom": "29.7.0",
|
2024-02-03 20:26:10 +01:00
|
|
|
"style-loader": "3.3.4",
|
2024-10-01 02:19:50 +00:00
|
|
|
"ts-jest": "29.1.5",
|
2023-12-05 06:27:24 +00:00
|
|
|
"ts-loader": "9.5.1",
|
2024-10-01 02:19:50 +00:00
|
|
|
"typescript": "5.4.5",
|
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",
|
2024-08-21 08:45:31 +00:00
|
|
|
"@fortawesome/react-fontawesome": "0.2.2",
|
2024-10-30 23:43:11 +00:00
|
|
|
"@joplin/lib": "~3.2",
|
2024-09-01 21:11:21 +01:00
|
|
|
"async-mutex": "0.5.0",
|
2022-11-17 11:25:11 +00:00
|
|
|
"pdfjs-dist": "2.16.105",
|
2024-08-31 15:28:44 +00:00
|
|
|
"react": "18.3.1",
|
|
|
|
"react-dom": "18.3.1",
|
2023-06-16 04:20:55 +00:00
|
|
|
"styled-components": "5.3.11"
|
2022-08-04 14:42:22 +05:30
|
|
|
}
|
|
|
|
}
|