-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.76 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.76 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
54
55
56
57
58
59
60
61
62
63
64
{
"dependencies": {
"@angular/common": "2.0.0-rc.4",
"@angular/compiler": "2.0.0-rc.4",
"@angular/core": "2.0.0-rc.4",
"@angular/forms": "0.2.0",
"@angular/http": "2.0.0-rc.4",
"@angular/platform-browser": "2.0.0-rc.4",
"@angular/platform-browser-dynamic": "2.0.0-rc.4",
"core-js": "^2.4.1",
"es6-shim": "0.35.1",
"ionic-angular": "2.0.0-beta.11",
"ionic-native": "1.3.10",
"ionicons": "3.0.0",
"reflect-metadata": "0.1.8",
"rxjs": "5.0.0-beta.6",
"zone.js": "0.6.12"
},
"devDependencies": {
"@types/core-js": "^0.9.32",
"@types/node": "^6.0.38",
"@types/source-map": "^0.1.26",
"@types/uglify-js": "^2.0.27",
"@types/webpack": "^1.12.34",
"codelyzer": "0.0.28",
"css-loader": "^0.25.0",
"del": "2.2.0",
"file-loader": "^0.9.0",
"gulp": "3.9.1",
"gulp-watch": "4.3.5",
"html-loader": "^0.4.4",
"ie-shim": "^0.1.0",
"ionic-gulp-webpack": "^2.0.0",
"json-loader": "^0.5.4",
"raw-loader": "^0.5.1",
"run-sequence": "1.1.5",
"sass-loader": "^4.0.2",
"source-map-loader": "^0.1.5",
"style-loader": "^0.13.1",
"ts-helpers": "^1.1.1",
"ts-loader": "^0.8.2",
"tslint": "^3.15.1",
"tslint-ionic-rules": "0.0.4",
"typescript": "^2.0.2",
"url-loader": "^0.5.7",
"webpack": "^2.1.0-beta.22",
"webpack-dev-server": "^1.16.1"
},
"name": "testdeploymenttodevice",
"scripts": {
"build": "gulp build"
},
"version": "0.0.1",
"description": "testDeploymentToDevice: An Ionic project",
"cordovaPlugins": [
"cordova-plugin-device",
"cordova-plugin-console",
"cordova-plugin-whitelist",
"cordova-plugin-splashscreen",
"cordova-plugin-statusbar",
"ionic-plugin-keyboard"
],
"cordovaPlatforms": []
}