-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.64 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
{
"name": "WireMayr.Modules.DzUpload",
"version": "01.00.00",
"description": "Document upload using Dropzone",
"dnnModule": {
"fullName": "WireMayr.Modules.DzUpload",
"friendlyName": "DzUpload Module",
"packageName": "WireMayr.Modules.DzUpload",
"owner": {
"name": "WireMayr",
"organization": "WireMayr",
"url": "https://www.wiremayr.com.org",
"email": "[email protected]"
},
"module": {
"packageName": "WireMayr.Modules.DzUpload",
"folderName": "WireMayr.Modules.DzUpload",
"azureCompatible": "true",
"iconFile": "DesktopModules\\MVC\\WireMayr.Modules.DzUpload\\Images\\logo.png"
},
"tempPath": "./package",
"packagesPath": "./_Packages",
"pathToAssemblies": "./bin",
"pathToScripts": "./Providers/DataProviders/SqlDataProvider",
"pathToPublish": "./bin/_PublishedWebsites/DzUpload",
"pathToSupplementaryFiles": "./",
"excludeFilter": [
"gulpfile.js",
"web.config",
"{bin, bin/**}",
"{Providers, Providers/**}"
]
},
"scripts": {
"test": "echo \"Error:no test specified\" && exit 1",
"clean": "dotnet clean",
"build": "dotnet build -f net462 -r win-x64&&yarn run build-client",
"build-client": "set NODE_ENV=production&&webpack -p --config _BuildScripts/webpack.config.js",
"package": "node _BuildScripts/dnn-package.js"
},
"devDependencies": {
"archiver": "^3.0.0",
"copy-webpack-plugin": "^4.6.0",
"html-webpack-plugin": "^3.2.0",
"marked": "^0.5.2",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10",
"webpack-node-externals": "^1.7.2"
}
}