|
@@ -0,0 +1,38 @@
|
|
1
|
+{
|
|
2
|
+ "name": "blueCoin",
|
|
3
|
+ "version": "0.0.1",
|
|
4
|
+ "author": "Ionic Framework",
|
|
5
|
+ "homepage": "http://ionicframework.com/",
|
|
6
|
+ "private": true,
|
|
7
|
+ "scripts": {
|
|
8
|
+ "start": "ionic-app-scripts serve",
|
|
9
|
+ "clean": "ionic-app-scripts clean",
|
|
10
|
+ "build": "ionic-app-scripts build",
|
|
11
|
+ "lint": "ionic-app-scripts lint"
|
|
12
|
+ },
|
|
13
|
+ "dependencies": {
|
|
14
|
+ "@angular/animations": "5.2.11",
|
|
15
|
+ "@angular/common": "5.2.11",
|
|
16
|
+ "@angular/compiler": "5.2.11",
|
|
17
|
+ "@angular/compiler-cli": "5.2.11",
|
|
18
|
+ "@angular/core": "5.2.11",
|
|
19
|
+ "@angular/forms": "5.2.11",
|
|
20
|
+ "@angular/http": "5.2.11",
|
|
21
|
+ "@angular/platform-browser": "5.2.11",
|
|
22
|
+ "@angular/platform-browser-dynamic": "5.2.11",
|
|
23
|
+ "@ionic-native/core": "~4.9.2",
|
|
24
|
+ "@ionic-native/splash-screen": "~4.9.2",
|
|
25
|
+ "@ionic-native/status-bar": "~4.9.2",
|
|
26
|
+ "@ionic/storage": "2.1.3",
|
|
27
|
+ "ionic-angular": "3.9.2",
|
|
28
|
+ "ionicons": "3.0.0",
|
|
29
|
+ "rxjs": "5.5.11",
|
|
30
|
+ "sw-toolbox": "3.6.0",
|
|
31
|
+ "zone.js": "0.8.26"
|
|
32
|
+ },
|
|
33
|
+ "devDependencies": {
|
|
34
|
+ "@ionic/app-scripts": "3.1.11",
|
|
35
|
+ "typescript": "~2.6.2"
|
|
36
|
+ },
|
|
37
|
+ "description": "An Ionic project"
|
|
38
|
+}
|