-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.31 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
{
"name": "pspdfkit-web-example-gatsbyjs",
"private": true,
"description": "Basic integration of PSPDFKit in GatsbyJS",
"version": "1.0.0",
"license": "SEE LICENSE IN https://pspdfkit.com/legal/License.pdf",
"engines": {
"npm": ">=8.3.0"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \"",
"postinstall": "node scripts/copy-pspdfkit-files"
},
"dependencies": {
"gatsby": "^5.13.7",
"gatsby-source-filesystem": "^5.13.1",
"pspdfkit": "2024.8.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"ncp": "^2.0.0",
"prettier": "^3.3.2"
},
"repository": {
"type": "git",
"url": "https://github.com/PSPDFKit/pspdfkit-web-example-gatsbyjs"
},
"bugs": {
"url": "https://github.com/PSPDFKit/pspdfkit-web-example-gatsbyjs/issues"
},
"overrides": {
"[email protected]": {
"react": "^18.2.0"
},
"webpack-dev-middleware": "^5.3.4",
"path-to-regexp": "^0.1.10",
"body-parser": "^1.20.3",
"send": "^0.19.0",
"axios": "^1.7.4",
"cookie": "^0.7.0"
}
}