-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathpackage.json
executable file
·62 lines (62 loc) · 1.7 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
{
"name": "pspdfkit-web-example-react",
"version": "1.0.0",
"description": "Standalone and offline PDF viewer web application built with Nutrient Web SDK and React",
"keywords": [
"wasm",
"web",
"assembly",
"pdf",
"pdf",
"viewer",
"react",
"asm.js",
"offline",
"indexeddb"
],
"author": "PSPDFKit (https://www.nutrient.io)",
"homepage": "https://www.nutrient.io",
"license": "SEE LICENSE IN https://www.nutrient.io/legal/Nutrient_SDK_User_Evaluation_Subscription_Agreement",
"readme": "https://www.nutrient.io/guides/web",
"dependencies": {
"@nutrient-sdk/viewer": "1.0.0",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^14.0.4",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-scripts": "^5.0.1"
},
"scripts": {
"verify-installation": "node scripts/verify-install.js && node scripts/copy-nutrient-files.js",
"prestart": "npm run verify-installation",
"start": "react-scripts start",
"prebuild": "npm run verify-installation",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"devDependencies": {
"cross-env": "^7.0.2",
"ncp": "^2.0.0"
},
"browserslist": [
"Firefox ESR",
"last 2 Chrome versions",
"last 2 firefox versions",
"last 2 edge versions",
"last 2 safari versions",
"last 2 and_chr versions",
"last 2 ios_saf versions"
],
"overrides": {
"nth-check": "^2.0.1",
"minimatch": "^3.0.5",
"loader-utils": "^2.0.4",
"json5": "^2.2.2",
"postcss": "^8.4.31",
"rollup": "^3.29.5",
"cross-spawn": "^7.0.5",
"express": "^4.21.2"
}
}