mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-12 08:54:00 +02:00
50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"name": "@joplin/pdf-viewer",
|
|
"version": "2.11.0",
|
|
"description": "Provides embedded PDF viewers for Joplin",
|
|
"main": "dist/main.js",
|
|
"types": "src/main.ts",
|
|
"private": true,
|
|
"publishConfig": {
|
|
"access": "restricted"
|
|
},
|
|
"scripts": {
|
|
"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"
|
|
},
|
|
"author": "Joplin",
|
|
"license": "AGPL-3.0-or-later",
|
|
"devDependencies": {
|
|
"@types/jest": "29.2.6",
|
|
"@types/pdfjs-dist": "2.10.378",
|
|
"@types/react": "16.14.35",
|
|
"@types/react-dom": "18.0.10",
|
|
"@types/styled-components": "5.1.25",
|
|
"babel-jest": "29.4.3",
|
|
"css-loader": "6.7.3",
|
|
"jest": "29.4.3",
|
|
"jest-environment-jsdom": "29.4.3",
|
|
"style-loader": "3.3.2",
|
|
"ts-jest": "29.0.5",
|
|
"ts-loader": "9.4.2",
|
|
"typescript": "4.9.4",
|
|
"webpack": "5.74.0",
|
|
"webpack-cli": "4.10.0"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "6.1.2",
|
|
"@fortawesome/free-solid-svg-icons": "6.1.2",
|
|
"@fortawesome/react-fontawesome": "0.2.0",
|
|
"@joplin/lib": "~2.11",
|
|
"async-mutex": "0.4.0",
|
|
"pdfjs-dist": "2.16.105",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"styled-components": "5.3.9"
|
|
}
|
|
}
|