2022-08-04 09:12:22 +00:00
|
|
|
{
|
|
|
|
"name": "@joplin/pdf-viewer",
|
2023-03-30 16:12:27 +00:00
|
|
|
"version": "2.11.0",
|
2022-08-04 09:12:22 +00:00
|
|
|
"description": "Provides embedded PDF viewers for Joplin",
|
|
|
|
"main": "dist/main.js",
|
|
|
|
"types": "src/main.ts",
|
|
|
|
"private": true,
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "restricted"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"tsc": "tsc --project tsconfig.json",
|
2022-08-19 18:10:39 +00:00
|
|
|
"watch": "webpack --watch --config webpack.config.js --mode=development",
|
|
|
|
"build": "webpack --config webpack.config.js --mode=production",
|
2022-08-04 09:12:22 +00:00
|
|
|
"test": "jest",
|
2022-08-19 18:10:39 +00:00
|
|
|
"test-ci": "yarn test",
|
|
|
|
"postinstall": "yarn build"
|
2022-08-04 09:12:22 +00:00
|
|
|
},
|
|
|
|
"author": "Joplin",
|
2022-12-21 10:00:31 +00:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2022-08-04 09:12:22 +00:00
|
|
|
"devDependencies": {
|
2023-01-28 22:41:15 +00:00
|
|
|
"@types/jest": "29.2.6",
|
2022-11-05 14:47:55 +00:00
|
|
|
"@types/pdfjs-dist": "2.10.378",
|
2023-01-29 02:18:29 +00:00
|
|
|
"@types/react": "16.14.35",
|
2022-12-23 19:18:31 +00:00
|
|
|
"@types/react-dom": "18.0.10",
|
2022-11-05 14:47:55 +00:00
|
|
|
"@types/styled-components": "5.1.25",
|
2023-02-25 20:42:10 +00:00
|
|
|
"babel-jest": "29.4.3",
|
2022-12-14 19:38:31 +00:00
|
|
|
"css-loader": "6.7.3",
|
2023-02-25 20:42:10 +00:00
|
|
|
"jest": "29.4.3",
|
|
|
|
"jest-environment-jsdom": "29.4.3",
|
2023-03-24 10:04:32 +00:00
|
|
|
"style-loader": "3.3.2",
|
2023-01-23 15:52:54 +00:00
|
|
|
"ts-jest": "29.0.5",
|
2022-12-01 07:31:57 +00:00
|
|
|
"ts-loader": "9.4.2",
|
2022-12-08 17:42:26 +00:00
|
|
|
"typescript": "4.9.4",
|
2022-11-05 14:47:55 +00:00
|
|
|
"webpack": "5.74.0",
|
|
|
|
"webpack-cli": "4.10.0"
|
2022-08-04 09:12:22 +00:00
|
|
|
},
|
|
|
|
"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-03-30 16:12:27 +00:00
|
|
|
"@joplin/lib": "~2.11",
|
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-03-24 14:17:40 +00:00
|
|
|
"styled-components": "5.3.9"
|
2022-08-04 09:12:22 +00:00
|
|
|
}
|
|
|
|
}
|