-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.35 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
{
"name": "dataflex-webapis",
"version": "0.8.1",
"description": "DataFlex Custom Components for Web APIs",
"keywords": [
"dataflex",
"custom component",
"web api"
],
"homepage": "https://www.kruse-net.dk/WebAPIs/",
"license": "MIT",
"author": "Jakob Kruse <[email protected]>",
"funding": "https://paypal.me/mrkruse",
"repository": "github:jkruse/dataflex-webapis",
"scripts": {
"watch": "webpack --watch --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"dist": "rimraf dist && copyfiles -f \"%ProgramFiles%/DataFlex 24.0/Lib/WebAppMaster/Data/[Ww]eb[Aa]pp[Ss]erver[Pp]rops.*\" Data && npm run build && 7z a dist/WebAPIsDemo.zip * -r -x!.git -x!.github -x!.vscode -x!CssThemes -x!DfEngine -x!*.dep -x!*.prn -x!IdeSrc/* -x!node_modules -x!*.dbg -x!*.exe -x!*.log && 7z a dist/WebAPIsComponents.zip AppHtml/Custom/* AppSrc/*API.pkg LICENSE.txt"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"copyfiles": "^2.4.1",
"css-loader": "^7.1.2",
"mini-css-extract-plugin": "^2.9.1",
"rimraf": "^6.0.1",
"source-map-loader": "^5.0.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-merge": "^6.0.1"
},
"engines": {
"node": ">=20"
},
"private": true
}