This repository has been archived by the owner on Aug 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.72 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
{
"name": "@badgeup/badgeup-ionic-client-demo",
"description": "BadgeUp Ionic achievement UI components",
"version": "1.0.0",
"author": "Mark Herhold <mark@badgeup.io>",
"homepage": "https://www.badgeup.io/",
"private": true,
"scripts": {
"start": "ionic-app-scripts serve",
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build",
"build:prod": "ionic-app-scripts build --prod",
"lint": "ionic-app-scripts lint",
"preversion": "echo 'the badgeup-client module should be versioned, not this one'; exit 1"
},
"config": {
"ionic_bundler": "webpack",
"ionic_source_map": "source-map",
"ionic_copy": "./copy.config.js"
},
"devDependencies": {
"@angular/animations": "^6.1.10",
"@angular/common": "^6.1.10",
"@angular/compiler": "^6.1.10",
"@angular/compiler-cli": "^6.1.10",
"@angular/core": "^6.1.10",
"@angular/forms": "^6.1.10",
"@angular/http": "^6.1.10",
"@angular/platform-browser": "^6.1.10",
"@angular/platform-browser-dynamic": "^6.1.10",
"@badgeup/badgeup-browser-client": "3.0.0",
"@ionic-native/core": "~4.15.0",
"@ionic-native/splash-screen": "~4.15.0",
"@ionic-native/status-bar": "~4.15.0",
"@ionic/app-scripts": "3.2.0",
"@ionic/lab": "1.0.13",
"@ionic/storage": "2.2.0",
"@sentry/browser": "4.5.3",
"@types/dot-prop": "4.2.0",
"@types/p-map": "1.1.0",
"@types/quick-lru": "1.1.0",
"date-fns": "2.0.0-alpha.25",
"dot-prop": "4.2.0",
"ionic-angular": "3.9.2",
"ionicons": "3.0.0",
"p-map": "2.0.0",
"quick-lru": "2.0.0",
"rxjs": "6.3.3",
"rxjs-compat": "6.3.3",
"shifty": "2.6.1",
"sw-toolbox": "3.6.0",
"typescript": "^2.7.2",
"zone.js": "0.8.26"
}
}