-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.55 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
{
"name": "@flowfabric/mendix-hybrid-app-base",
"version": "4.1.10",
"description": "Mendix PhoneGap Build base package",
"scripts": {
"appbase": "node ./node_modules/webpack/bin/webpack --config ./webpack.config.appbase.js"
},
"main": "src/www/scripts/entry.js",
"directories": {
"lib": "src"
},
"files": [
"/scripts/*.js",
"/config",
"/src",
"/*.json",
"/*.js",
"/*.md",
"/*.gradle"
],
"dependencies": {
"android-versions": "^1.3.0",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-transform-regenerator": "^6.24.1",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.6.0",
"clean-webpack-plugin": "^0.1.16",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.26.4",
"html-webpack-include-assets-plugin": "^1.0.2",
"html-webpack-plugin": "^2.28.0",
"i18n-webpack-plugin": "^0.3.0",
"mustache": "^2.1.2",
"mustache-loader": "^1.4.0",
"sanitize-filename": "^1.6.1",
"style-loader": "^0.13.2",
"webpack": "^3.0.0",
"webpack-merge": "^4.1.0",
"zip-webpack-plugin": "^2.0.0"
},
"repository": {
"type": "git",
"url": "[email protected]:FlowFabric/hybrid-app-base.git"
},
"license": "Apache-2.0",
"author": {
"name": "Kevin Vlaanderen",
"email": "[email protected]",
"url": "https://developer.mendixcloud.com/link/profile/15218"
}
}