-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
128 lines (128 loc) · 4.48 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "react-adobe-embed",
"version": "13.1.2",
"homepage": "https://ziping-liu-corporation.github.io/react-adobe-embed/#/home",
"repository": {
"type": "git",
"url": "https://github.com/ZIPING-LIU-CORPORATION/react-adobe-embed"
},
"description": "React Adobe Embed Custom Component for Adobe PDF Embed API allows you to embed a PDF viewer in your web applications with only a few lines of code. With options for controlling how a PDF appears and functions, your applications can deliver the rich and compelling digital document experiences to your customers expect and need.",
"keywords": [
"React library component",
"React 18",
"React 17",
"React Hooks",
"React State Management",
"Adobe powerful PDF rendering engine",
"React Component and Rendering Library",
"Adobe Acrobat DC Pro",
"React with Typescript",
"Adobe PDF Embed API Component",
"Adobe PDF Embed API",
"Adobe Embed PDF",
"React-Adobe-Embed",
"Adobe complex API",
"Adobe Embed API SDK",
"Adobe PDF viewer",
"Adobe Embed API's foundation",
"Integrated PDF in web content",
"JavaScript-based interfaces",
"Web-based JavaScript",
"In-page JS options",
"Displaying a PDF on the web",
"Adobe PDF standards",
"React",
"React Component",
"React Component Library",
"react-adobe-embed",
"pdf viewer",
"react pdf viewer",
"html pdf viewer",
"Ziping Liu",
"Adobe Acrobat DC Pro",
"Adobe PDF Embed API",
"Adobe Acrobat",
"Acrobat",
"DC Pro",
"Adobe Developer",
"Adobe PDF Embed API"
],
"module": "./lib/bundle.esm.mjs",
"main": "./lib/bundle.cjs.js",
"umd:main": "./lib/bundle.js",
"browser": "./lib/bundle.js",
"jsdelivr": "./lib/bundle.js",
"exports": {
".": {
"require": "./lib/bundle.cjs.js",
"import": "./lib/bundle.esm.mjs",
"umd": "./lib/bundle.js",
"types": "./lib/bundle.esm.d.ts",
"node": "./lib/bundle.cjs.js",
"default": "./lib/bundle.esm.mjs"
}
},
"types": "./lib/bundle.esm.d.ts",
"files": [
"LICENSE.md",
"lib",
"dist",
"types",
"tsconfig.json",
"README.md",
"package.json",
"package-lock.json"
],
"scripts": {
"clean": "rm -rf ./build && rm -rf ./lib && rm -rf ./dist && rm -rf ./types",
"test": "jest",
"build:canary": "npm run build:roll:canary && rsync -rhv --progress ./public/* ./build && cp ./README.md ./build && npm run build:roll && rsync -rhv --progress ./lib ./build/ && cp ./LICENSE.md ./build && npm run build:public",
"build:public": "node ./scripts/public.js",
"build:roll:canary": "rimraf build && rollup --bundleConfigAsCjs -c rollup.config.canary.js",
"predeploy": "npm run build:roll:canary",
"prepare": "husky install",
"lint": "eslint --ext .js,.jsx,.ts,.tsx ./src ./canary",
"build": "npm run build:roll",
"deploy": "gh-pages -d build",
"build:roll": "rimraf lib && tsc -p tsconfig.build.json && rollup --bundleConfigAsCjs -c rollup.config.js",
"build:roll:cdn": "rimraf dist && tsc -p tsconfig.build.json && rollup --bundleConfigAsCjs -c rollup.config.cdn.js"
},
"author": "Ziping Liu <ziping@linkedinliu.com>",
"license": "SEE LICENSE IN LICENSE.md",
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/plugin-transform-runtime": "^7.23.2",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.23.2",
"@haensl/rollup-plugin-local-resolve": "^1.1.11",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.11",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.7",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"eslint": "^8.52.0",
"gh-pages": "^6.0.0",
"html-minifier-terser": "^7.2.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.17.0",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-filesize": "^10.0.0",
"rollup-plugin-import-css": "^3.3.5",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-typescript2": "^0.34.1",
"ts-jest": "^29.1.1",
"typescript": "^4.9.5"
}
}