-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.61 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.61 KB
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
{
"name": "Pace",
"version": "0.0.0",
"description": "Team Management App",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/aglo35/Pace.git"
},
"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.0.2",
"@angular/common": "4.0.2",
"@angular/compiler": "4.0.2",
"@angular/compiler-cli": "4.0.2",
"@angular/core": "4.0.2",
"@angular/forms": "4.0.2",
"@angular/http": "4.0.2",
"@angular/platform-browser": "4.0.2",
"@angular/platform-browser-dynamic": "4.0.2",
"@angular/platform-server": "4.0.2",
"@angular/router": "4.0.2",
"@ionic-native/core": "3.6.1",
"@ionic-native/in-app-browser": "3.6.1",
"@ionic-native/splash-screen": "3.6.1",
"@ionic-native/status-bar": "3.6.1",
"@ionic/storage": "2.0.1",
"chart.js": "^2.5.0",
"es6-shim": "0.35.3",
"ionic-angular": "nightly",
"ionicons": "3.0.0",
"ng2-charts-base": "git+https://github.com/ExplodingCabbage/ng2-charts.git#1a73556615f145203b6efc723ee62cdbb80580a0",
"reflect-metadata": "0.1.2",
"rxjs": "5.1.1",
"sw-toolbox": "3.4.0",
"zone.js": "^0.8.9"
},
"devDependencies": {
"@angular/language-service": "^4.0.2",
"@ionic/cli-plugin-cordova": "0.0.12-alpha.2c85eb7d",
"@ionic/cli-plugin-ionic-angular": "0.0.6-alpha.2c85eb7d",
"@ionic/app-scripts": "1.3.6",
"typescript": "~2.2.1"
},
"config": {
"ionic_source_map_type": "source-map"
}
}