-
Notifications
You must be signed in to change notification settings - Fork 348
/
package.json
136 lines (136 loc) · 4.31 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "wordpress-hybrid-client",
"version": "3.0.0-alpha03",
"description": "Build amazing iOS and Android applications for your WordPress website for free!",
"repository": {
"type": "git",
"url": "git+https://github.com/shprink/wordpress-hybrid-client.git"
},
"keywords": [
"wp-api",
"angular",
"angularjs",
"rest",
"restfull",
"hybrid",
"material design",
"client"
],
"author": "Julien Renaux <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/shprink/wordpress-hybrid-client/issues"
},
"homepage": "https://github.com/shprink/wordpress-hybrid-client#readme",
"scripts": {
"test": "karma start ./test-config/karma.conf.js",
"test-ci": "karma start ./test-config/karma-ci.conf.js --single-run",
"start": "npm run ionic:start",
"ionic:prepare": "ionic cordova prepare",
"ionic:run": "ionic cordova run",
"ionic:start": "ionic serve",
"ionic:resources": "ionic cordova resources",
"ionic:build": "ionic build",
"ionic:requirements": "ionic cordova requirements",
"clean": "ionic-app-scripts clean",
"run:android": "ionic build && npm run ionic:run android --livereload",
"run:ios": "ionic build && npm run ionic:run ios --livereload",
"build:dev": "./scripts/buildPWA.sh",
"build:pwa": "./scripts/buildPWA.sh",
"buildAndRun:pwa": "./scripts/buildPWAAndRun.sh",
"ionic:serve": "ionic-app-scripts serve",
"postinstall": "npm run installWPHC",
"installWPHC": "node ./scripts/install.js",
"report:dependencies": "./scripts/dependencyReport.sh",
"server": "node ./scripts/server"
},
"dependencies": {
"@angular/animations": "4.4.4",
"@angular/common": "4.4.4",
"@angular/compiler": "4.4.4",
"@angular/compiler-cli": "4.4.4",
"@angular/core": "4.4.4",
"@angular/forms": "4.4.4",
"@angular/http": "4.4.4",
"@angular/platform-browser": "4.4.4",
"@angular/platform-browser-dynamic": "4.4.4",
"@angular/platform-server": "4.4.4",
"@angular/service-worker": "^1.0.0-beta.15",
"@ionic-native/admob-free": "^4.5.2",
"@ionic-native/core": "^3.4.2",
"@ionic-native/push": "^3.4.2",
"@ionic-native/social-sharing": "^4.4.2",
"@ionic-native/splash-screen": "^3.4.2",
"@ionic-native/status-bar": "^3.4.2",
"@ionic-native/toast": "^3.4.2",
"@ionic/storage": "2.0.1",
"@ngrx/core": "^1.2.0",
"@ngrx/effects": "2.0.5",
"@ngrx/store": "^2.2.1",
"@ngrx/store-devtools": "^3.2.2",
"@ngx-translate/core": "^6.0.1",
"@ngx-translate/http-loader": "^0.0.3",
"android-versions": "^1.2.1",
"angular2-moment": "^1.1.0",
"clipboard": "^1.7.1",
"debug": "^2.6.8",
"deep-extend": "^0.4.1",
"express": "^4.16.2",
"ionic-angular": "3.8.0",
"ionicons": "3.0.0",
"lodash": "^4.17.3",
"ng-lazyload-image": "^3.3.5",
"prismjs": "^1.6.0",
"rxjs": "^5.2.0",
"sw-toolbox": "^3.4.0",
"wp-api-angular": "^3.0.0-beta8",
"zone.js": "0.8.18"
},
"devDependencies": {
"@angular/router": "^4.1.3",
"@ionic/app-scripts": "^3.1.2",
"@types/jasmine": "2.5.41",
"@types/node": "^7.0.22",
"@types/prismjs": "^1.6.2",
"@types/webpack-env": "^1.13.0",
"angular2-template-loader": "^0.6.2",
"cordova": "^6.5.0",
"cson": "^4.1.0",
"cson-loader": "^0.1.0",
"css-loader": "^0.28.4",
"deep-freeze": "^0.0.1",
"file-loader": "^0.11.1",
"fs-extra": "^4.0.3",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.30.1",
"http-server": "^0.10.0",
"ionic": "3.19.0",
"jasmine": "^2.6.0",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.1.1",
"karma-jasmine": "^1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.3",
"ng-pwa-tools": "^0.0.15",
"node-sass": "^4.5.3",
"null-loader": "^0.1.1",
"source-map-explorer": "^1.3.3",
"string-replace-loader": "^1.0.5",
"strip-module-export-loader": "^0.1.0",
"style-loader": "^0.18.1",
"ts-loader": "^3.1.1",
"ts-node": "^3.0.6",
"typescript": "2.4",
"typescript-compiler": "^1.4.1-2"
},
"engines": {
"node": ">= 6",
"npm": ">= 3"
},
"config": {
"ionic_webpack": "./build/webpack.js",
"ionic_copy": "./build/copy.js",
"ionic_watch": "./build/watch.js"
}
}