forked from brfreek/DocumentViewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.05 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.05 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
{
"name": "documentviewer",
"widgetName": "DocumentViewer",
"version": "1.1.0",
"description": "Document Viewer for offline purposes",
"copyright": "2020",
"author": "Freek",
"config": {
"widgetPath": "./dist/MxTestProject/widgets",
"projectPath": "./dist/MxTestProject/",
"mendixHost": "http://localhost:8080",
"developmentPort": "3000"
},
"packagePath": "timeseries",
"scripts": {
"start": "concurrently \"pluggable-widgets-tools start:server --open\" \"npm:dev\"",
"dev": "pluggable-widgets-tools start:js",
"build": "pluggable-widgets-tools build:js",
"lint": "pluggable-widgets-tools lint",
"lint:fix": "pluggable-widgets-tools lint:fix",
"prerelease": "npm run lint",
"release": "pluggable-widgets-tools release:js"
},
"license": "Apache-2.0",
"devDependencies": {
"@babel/eslint-parser": "^7.21.8",
"@mendix/pluggable-widgets-tools": "^9.0.1"
},
"dependencies": {
"big.js": "^5.2.2",
"classnames": "^2.2.6",
"react-pdf": "^4.1.0",
"react-zoom-pan-pinch": "^1.6.1"
}
}