-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.02 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.02 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
{
"name": "nutrient-web-example-elm",
"description": "PDF viewer web application built with Nutrient Web SDK and Elm",
"version": "1.0.0",
"main": "index.js",
"keywords": ["elm", "pdf", "viewer", "webpack"],
"author": "Nutrient (https://www.nutrient.io)",
"homepage": "https://www.nutrient.io/web",
"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.11.0"
},
"devDependencies": {
"copy-webpack-plugin": "^12.0.2",
"elm": "^0.19.1-6",
"elm-webpack-loader": "^8.0.0",
"html-webpack-plugin": "^5.6.3",
"webpack": "^5.99.8",
"webpack-cli": "6.0.1",
"webpack-dev-server": "^5.2.2"
},
"scripts": {
"start": "webpack serve --config config/webpack.js",
"start:e2e": "npm run start"
},
"overrides": {
"loader-utils": "^2.0.4",
"cross-spawn": "^7.0.5",
"http-proxy-middleware": "^2.0.9",
"qs": "^6.14.1"
}
}