primeiro commit
This commit is contained in:
36
projeto01/package.json
Normal file
36
projeto01/package.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"name": "projeto01",
|
||||
"version": "0.0.1",
|
||||
"description": "An Ionic project",
|
||||
"devDependencies": {
|
||||
"@ionic/v1-toolkit": "^1.0.0",
|
||||
"gulp": "^3.5.6",
|
||||
"gulp-clean-css": "^3.7.0",
|
||||
"gulp-rename": "^1.2.0",
|
||||
"gulp-sass": "^3.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"cordova-android": "^7.1.4",
|
||||
"cordova-plugin-device": "^2.0.2",
|
||||
"cordova-plugin-ionic-keyboard": "^2.2.0",
|
||||
"cordova-plugin-ionic-webview": "^4.1.3",
|
||||
"cordova-plugin-splashscreen": "^5.0.2",
|
||||
"cordova-plugin-statusbar": "^2.4.2",
|
||||
"cordova-plugin-whitelist": "^1.3.3"
|
||||
},
|
||||
"cordova": {
|
||||
"plugins": {
|
||||
"cordova-plugin-whitelist": {},
|
||||
"cordova-plugin-statusbar": {},
|
||||
"cordova-plugin-device": {},
|
||||
"cordova-plugin-splashscreen": {},
|
||||
"cordova-plugin-ionic-webview": {
|
||||
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
|
||||
},
|
||||
"cordova-plugin-ionic-keyboard": {}
|
||||
},
|
||||
"platforms": [
|
||||
"android"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user