2022-08-04 11:12:22 +02:00
|
|
|
{
|
|
|
|
"name": "@joplin/pdf-viewer",
|
|
|
|
"version": "2.9.0",
|
|
|
|
"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 20:10:39 +02:00
|
|
|
"watch": "webpack --watch --config webpack.config.js --mode=development",
|
|
|
|
"build": "webpack --config webpack.config.js --mode=production",
|
2022-08-04 11:12:22 +02:00
|
|
|
"test": "jest",
|
2022-08-19 20:10:39 +02:00
|
|
|
"test-ci": "yarn test",
|
|
|
|
"postinstall": "yarn build"
|
2022-08-04 11:12:22 +02:00
|
|
|
},
|
|
|
|
"author": "Joplin",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
2022-11-07 00:31:38 +02:00
|
|
|
"@types/jest": "28.1.8",
|
2022-11-05 16:47:55 +02:00
|
|
|
"@types/pdfjs-dist": "2.10.378",
|
2022-11-02 17:01:12 +02:00
|
|
|
"@types/react": "16.14.34",
|
2022-11-05 22:12:45 +02:00
|
|
|
"@types/react-dom": "16.9.17",
|
2022-11-05 16:47:55 +02:00
|
|
|
"@types/styled-components": "5.1.25",
|
|
|
|
"babel-jest": "28.1.3",
|
|
|
|
"css-loader": "6.7.1",
|
|
|
|
"jest": "28.1.3",
|
|
|
|
"jest-environment-jsdom": "28.1.3",
|
|
|
|
"style-loader": "3.3.1",
|
2022-11-06 19:11:09 +02:00
|
|
|
"ts-jest": "28.0.8",
|
2022-11-05 16:47:55 +02:00
|
|
|
"ts-loader": "9.3.1",
|
|
|
|
"typescript": "4.5.2",
|
|
|
|
"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",
|
2022-10-12 16:43:56 +02:00
|
|
|
"@joplin/lib": "~2.9",
|
2022-11-05 15:09:41 +02:00
|
|
|
"async-mutex": "0.4.0",
|
2022-11-08 16:26:42 +02:00
|
|
|
"pdfjs-dist": "2.16.105",
|
2022-11-05 11:56:05 +02:00
|
|
|
"react": "16.14.0",
|
|
|
|
"react-dom": "16.14.0",
|
2022-11-05 15:09:41 +02:00
|
|
|
"styled-components": "5.3.5"
|
2022-08-04 11:12:22 +02:00
|
|
|
}
|
|
|
|
}
|