-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.3 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.3 KB
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
{
"name": "nutrient-web-example-gatsbyjs",
"private": true,
"description": "Basic integration of Nutrient Web SDK in GatsbyJS",
"version": "1.0.0",
"license": "SEE LICENSE IN https://www.nutrient.io/legal/Nutrient_SDK_User_Evaluation_Subscription_Agreement",
"engines": {
"npm": ">=8.3.0"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop --port 3000",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \"",
"start:e2e": "npm run start"
},
"dependencies": {
"@nutrient-sdk/viewer": "1.12.0",
"gatsby": "^5.16.1",
"gatsby-source-filesystem": "^5.16.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"baseline-browser-mapping": "^2.10.0",
"prettier": "^3.8.1"
},
"overrides": {
"react-server-dom-webpack@0.0.0-experimental-c8b778b7f-20220825": {
"react": "^18.3.1"
},
"ajv@^6.0.0": "^6.14.0",
"ajv@^8.0.0": "^8.18.0",
"cookie": "^1.1.1",
"qs": "^6.14.2",
"tmp": "^0.2.5",
"@parcel/cache": "^2.16.3",
"@parcel/core": "^2.16.3",
"@parcel/reporter-dev-server": "^2.16.3",
"webpack": "^5.105.4",
"serialize-javascript": "^7.0.4"
}
}