-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.79 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
{
"name": "com.hug.accord",
"displayName": "ACCORD",
"version": "1.0.0",
"description": "ACCORD",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Hackathon HUG 2019",
"license": "Apache-2.0",
"dependencies": {
"cordova": "^9.0.0",
"cordova-android": "^8.1.0",
"cordova-browser": "^6.0.0",
"cordova-plugin-email-composer": "^0.9.2",
"cordova-plugin-whitelist": "^1.3.4"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"cordova-plugin-email-composer": {
"ANDROID_SUPPORT_V4_VERSION": "27.+"
}
},
"platforms": [
"android",
"browser"
]
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
"babel-plugin-dynamic-import-webpack": "^1.1.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^5.2.3",
"gulp": "^4.0.2",
"gulp-clean-dir": "^1.0.2",
"gulp-csv2json": "^0.2.5",
"gulp-data": "^1.3.1",
"gulp-format-html": "^1.2.3",
"gulp-json-format": "^2.0.0",
"gulp-load-plugins": "^1.6.0",
"gulp-nunjucks-render": "^2.2.3",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-stream": "^5.2.1"
}
}