-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·51 lines (51 loc) · 1.51 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
{
"name": "ionic-app-base",
"author": "Ionic Framework",
"homepage": "http://ionicframework.com/",
"private": true,
"scripts": {
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build",
"ionic:build": "ionic-app-scripts build",
"ionic:serve": "ionic-app-scripts serve"
},
"dependencies": {
"@angular/animations": "^4.4.3",
"@angular/common": "^4.4.3",
"@angular/compiler": "^4.4.3",
"@angular/compiler-cli": "^4.4.3",
"@angular/core": "^4.4.3",
"@angular/forms": "^4.4.3",
"@angular/http": "^4.4.3",
"@angular/platform-browser": "^4.4.3",
"@angular/platform-browser-dynamic": "^4.4.3",
"@angular/platform-server": "^4.4.3",
"@angular/tsc-wrapped": "^4.4.3",
"@angular/typescript": "^2.0.0-5d0e199",
"@ionic-native/core": "^4.2.1",
"@ionic-native/local-notifications": "^4.2.1",
"@ionic-native/splash-screen": "^4.2.1",
"@ionic-native/status-bar": "^4.2.1",
"@ionic/storage": "^2.0.1",
"angularfire2": "^4.0.0-rc.2",
"firebase": "^4.4.0",
"firebase-admin": "^5.4.1",
"firebase-functions": "^0.7.0",
"grunt-sass": "^2.0.0",
"ionic": "^3.12.0",
"ionic-angular": "^3.6.1",
"ionicons": "^3.0.0",
"moment": "^2.18.1",
"node-sass": "^4.5.3",
"reflect-metadata": "^0.1.10",
"rxjs": "^5.4.3",
"sw-toolbox": "3.4.0",
"tsickle": "^0.24.1",
"web-push": "^3.2.4",
"zone.js": "^0.8.17"
},
"devDependencies": {
"@ionic/app-scripts": "^2.1.4",
"typescript": "^2.5.2"
}
}