-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
60 lines (60 loc) · 1.59 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
52
53
54
55
56
57
58
59
60
{
"name": "@mendix/mendix-hybrid-app-base",
"version": "9.0.2",
"description": "Mendix PhoneGap Build base package",
"scripts": {
"appbase": "node ./node_modules/webpack/bin/webpack --config ./webpack.config.appbase.js",
"prettier": "prettier --write \"**/*.{js,jsx,ts,tsx}\""
},
"main": "src/www/scripts/entry.js",
"directories": {
"lib": "src"
},
"files": [
"/scripts/*.js",
"/config",
"/src",
"/*.json",
"/*.js",
"/*.md",
"/*.gradle"
],
"dependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.13.15",
"@zainulbr/i18n-webpack-plugin": "^2.0.3",
"android-versions": "^1.8.1",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^0.1.16",
"copy-webpack-plugin": "^8.1.1",
"core-js": "^3.10.1",
"css-loader": "^5.2.1",
"filemanager-webpack-plugin": "^8.0.0",
"html-webpack-include-assets-plugin": "^2.0.0",
"html-webpack-plugin": "^5.3.1",
"html-webpack-tags-plugin": "^3.0.1",
"mustache": "^2.1.2",
"mustache-loader": "^1.4.0",
"regenerator-runtime": "^0.13.9",
"sanitize-filename": "^1.6.1",
"style-loader": "^0.13.2",
"terser-webpack-plugin": "^5.1.1",
"webpack": "^5.80.0",
"webpack-cli": "^4.6.0",
"webpack-merge": "^5.7.3",
"zip-webpack-plugin": "^4.0.1"
},
"repository": {
"type": "git",
"url": "[email protected]:mendix/hybrid-app-base.git"
},
"license": "Apache-2.0",
"author": {
"name": "Mendix",
"email": "[email protected]",
"url": "https://support.mendix.com"
},
"devDependencies": {
"prettier": "^2.5.1"
}
}