-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 1.08 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
{
"name": "dataflex-custom-component",
"description": "Custom Component for DataFlex",
"private": true,
"author": "Jakob Kruse <[email protected]>",
"version": "0.0.1",
"repository": "",
"scripts": {
"watch": "webpack --watch --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"dist": "rimraf dist && copyfiles -f \"%ProgramFiles%/DataFlex 20.0/Lib/WebAppMaster/Data/[Ww]eb[Aa]pp[Ss]erver[Pp]rops.*\" Data && npm run build && 7z a dist/AmChartsDemo.7z * -r -x!.git -x!.vscode -x!CssThemes -x!DfEngine -x!*.dep -x!*.prn -x!IdeSrc/* -x!node_modules -x!*.dbg -x!*.exe -x!*.log"
},
"devDependencies": {
"@amcharts/amcharts4": "^4.10.36",
"@babel/core": "^7.15.8",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/preset-env": "^7.15.8",
"babel-loader": "^9.1.0",
"clean-webpack-plugin": "^4.0.0",
"copyfiles": "^2.4.1",
"rimraf": "^3.0.2",
"source-map-loader": "^4.0.1",
"webpack": "^5.94.0",
"webpack-cli": "^4.9.1",
"webpack-merge": "^5.8.0"
},
"engines": {
"node": ">=14.15.0"
}
}