mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-15 09:04:04 +02:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
|
{
|
||
|
"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",
|
||
|
"watch": "tsc --watch --preserveWatchOutput --project tsconfig.json",
|
||
|
"build": "webpack --config webpack.config.js",
|
||
|
"test": "jest",
|
||
|
"test-ci": "yarn test"
|
||
|
},
|
||
|
"author": "Joplin",
|
||
|
"license": "MIT",
|
||
|
"devDependencies": {
|
||
|
"@types/jest": "^28.1.6",
|
||
|
"@types/pdfjs-dist": "^2.10.378",
|
||
|
"@types/react": "^18.0.14",
|
||
|
"@types/react-dom": "^16.9.0",
|
||
|
"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",
|
||
|
"ts-jest": "^28.0.7",
|
||
|
"ts-loader": "^9.3.0",
|
||
|
"typescript": "^4.0.5",
|
||
|
"webpack": "^5.73.0",
|
||
|
"webpack-cli": "^4.10.0"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@joplin/lib": "workspace:^",
|
||
|
"pdfjs-dist": "^2.14.305",
|
||
|
"react": "16.13.1",
|
||
|
"react-dom": "16.9.0"
|
||
|
}
|
||
|
}
|