-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 1.1 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
{
"name": "google-maps",
"description": "Kruse-Net Google Maps Custom Component",
"private": true,
"author": "Jakob Kruse <kruse@kruse-net.dk>",
"version": "0.4.0",
"repository": "github:jkruse/googlemaps-dataflex",
"scripts": {
"watch": "webpack --watch --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"dist": "rimraf dist && copyfiles -f \"%ProgramFiles%/DataFlex 20.1/Lib/WebAppMaster/Data/[Ww]eb[Aa]pp[Ss]erver[Pp]rops.*\" Data && npm run build && 7z a dist/GoogleMapsDemo.zip * -r -x!.git -x!.vscode -x!CssThemes -x!DfEngine -x!*.dep -x!*.prn -x!IdeSrc/* -x!node_modules -x!*.dbg -x!*.exe -x!*.log && 7z a dist/GoogleMapsComponent.zip AppHtml/Custom/* AppSrc/cWebGoogleMaps.pkg LICENSE"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"copyfiles": "^2.4.1",
"rimraf": "^5.0.7",
"source-map-loader": "^5.0.0",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.10.0"
},
"engines": {
"node": ">=18.12.0"
}
}