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.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": "webpack --watch --config webpack.config.js --mode=development",
|
|
"build": "webpack --config webpack.config.js --mode=production",
|
|
"test": "jest",
|
|
"test-ci": "yarn test",
|
|
"postinstall": "yarn build"
|
|
},
|
|
"author": "Joplin",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/jest": "28.1.8",
|
|
"@types/pdfjs-dist": "2.10.378",
|
|
"@types/react": "16.14.34",
|
|
"@types/react-dom": "16.9.17",
|
|
"@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",
|
|
"ts-jest": "28.0.8",
|
|
"ts-loader": "9.3.1",
|
|
"typescript": "4.5.2",
|
|
"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.9",
|
|
"async-mutex": "0.4.0",
|
|
"pdfjs-dist": "2.14.305",
|
|
"react": "16.14.0",
|
|
"react-dom": "16.14.0",
|
|
"styled-components": "5.3.5"
|
|
}
|
|
}
|