-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1009 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "@appsomesolutions/pdf-on-site",
"version": "1.0.11",
"private": false,
"description": "pdf-on-site is small library for rendering your pdf on site with a possibility to download it (supported mobile scaling)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepublish": "tsc",
"deploy": "npm publish --access public"
},
"repository": {
"type": "git",
"url": "https://github.com/appsome-solutions/pdf-to-site"
},
"keywords": [
"pdf",
"react",
"styled-components",
"marketing"
],
"author": "Appsome Solutions",
"license": "MIT",
"homepage": "http://appsome-solutions.com/",
"dependencies": {
"@appsomesolutions/rwd-utils": "^1.0.4",
"@types/node": "^13.9.5",
"@types/react": "^16.9.26",
"@types/styled-components": "^5.0.1",
"react-pdf": "^4.1.0",
"styled-components": "^5.0.1",
"typescript": "^3.8.3"
},
"peerDependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0"
}
}