-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage - NEW.json
186 lines (186 loc) · 6.17 KB
/
package - NEW.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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
{
"name": "SandySearch",
"version": "0.0.7",
"description": "Waze for services after a disaster - use the power of crowdsourcing for good",
"author": "SandySearch Team",
"homepage": "https://devpost.com/software/sandy-search",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/mkobar/sandy-search.git"
},
"publishConfig": {
"access": "restricted"
},
"keywords": [
"angular2",
"karma",
"jasmine",
"istanbul",
"unit-testing",
"typescript"
],
"bugs": {
"url": "https://github.com/mkobar/sandy-search/issues"
},
"scripts": {
"clean2": "ionic-app-scripts clean",
"build": "firebase use sandy-search && ng build --env=dev",
"lint2": "ionic-app-scripts lint",
"ionic:build": "ionic-app-scripts build",
"ionic:serve": "ionic-app-scripts serve",
"ng": "ng",
"start": "ng serve",
"build-demo": "firebase use sandy-demo && ng build --env=dev",
"build-prod": "firebase use ssearch-prod && ng build --env=prod",
"clean": "rimraf dist/* && npm run clean2",
"test": "ng build && ng test",
"lintold": "ng lint",
"lint": "npm run lintjs && npm run lintmd",
"lintfix": "standard --fix --verbose \"src/**/*.ts\" | snazzy",
"lintjs": "standard --verbose \"src/**/*.ts\" | snazzy",
"lintmd": "standard --plugin markdown --verbose '**/*.md' | snazzy",
"e2e": "ng e2e",
"_format": "https://github.com/beautify-web/js-beautify/issues/1162",
"formatcss": "glob-run css-beautify -r src/app/**/*.css",
"formatcss2": "glob-run css-beautify -r src/*.css",
"formathtml": "glob-run html-beautify -r src/**/*.html",
"format": "npm run formathtml && npm run formatcss & npm run formatcss2",
"retire": "retire --package",
"security": "npm run retire && npm run snyk",
"snyk": "snyk test",
"commitlint-travis": "commitlint-travis",
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once",
"fbserve": "npm run lint && npm run build && firebase serve",
"fbserve-demo": "npm run lint && npm run build-demo && firebase serve",
"fbserve-prod": "npm run lint && npm run build-prod && firebase serve",
"fbdeploy": "npm run build && firebase use sandy-search && firebase deploy",
"fbdeploy-demo": "npm run build && firebase use sandy-demo && firebase deploy",
"fbdeploy-prod": "npm run build-prod && firebase use ssearch-prod && firebase deploy --only hosting",
"fbusedev": "firebase use sandy-search",
"fbusedemo": "firebase use sandy-demo",
"fbuseprod": "firebase use ssearch-prod"
},
"dependencies": {
"@agm/core": "^1.0.0-beta.3",
"@angular/animations": "5.2.10",
"@angular/cli": "^1.7.4",
"@angular/common": "5.2.10",
"@angular/compiler": "5.2.10",
"@angular/compiler-cli": "5.2.10",
"@angular/core": "5.2.10",
"@angular/forms": "5.2.10",
"@angular/http": "5.2.10",
"@angular/platform-browser": "5.2.10",
"@angular/platform-browser-dynamic": "5.2.10",
"@google/maps": "^0.5.5",
"@ionic-native/camera": "^4.7.0",
"@ionic-native/core": "4.7.0",
"@ionic-native/geolocation": "^4.7.0",
"@ionic-native/splash-screen": "4.7.0",
"@ionic-native/status-bar": "4.7.0",
"@ionic/storage": "^2.1.3",
"@types/googlemaps": "^3.30.12",
"angularfire2": "5.0.0-rc.6",
"cached-path-relative": "^1.0.2",
"cordova": "8.1.0",
"cordova-android": "7.1.1",
"cordova-plugin-camera": "^4.0.3",
"cordova-plugin-device": "^2.0.2",
"cordova-plugin-geolocation": "^4.0.1",
"cordova-plugin-ionic-keyboard": "^2.1.2",
"cordova-plugin-ionic-webview": "^2.2.0",
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-whitelist": "^1.3.3",
"cordova-sqlite-storage": "^2.4.0",
"extend": "^3.0.2",
"firebase": "4.12.1",
"fstream": "^1.0.12",
"geofire": "github:firebase/geofire-js",
"ionic": "3.20.0",
"ionic-angular": "3.9.2",
"ionicons": "3.0.0",
"js-yaml": "^3.13.1",
"lodash": "^4.17.12",
"lodash.mergewith": "^4.6.2",
"mixin-deep": "^1.3.2",
"node-sass": "^4.7.2",
"rxjs": "5.5.11",
"sw-toolbox": "3.6.0",
"zone.js": "0.8.26"
},
"devDependencies": {
"@ionic/app-scripts": "3.1.9",
"codelyzer": "^4.4.2",
"eslint-plugin-markdown": "^1.0.0-beta.6",
"eslint-plugin-typescript": "^0.3.0",
"ghooks": "^2.0.2",
"glob-run": "^0.1.6",
"jasmine-core": "~2.6.2",
"jasmine-spec-reporter": "~4.1.0",
"js-beautify": "^1.7.5",
"karma": "~1.7.0",
"karma-chrome-launcher": "~2.1.1",
"karma-cli": "~1.0.1",
"karma-coverage": "^1.1.1",
"karma-coverage-istanbul-reporter": "^1.2.1",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"protractor": "^5.4.0",
"remap-istanbul": "^0.10.1",
"retire": "^1.4.0",
"rimraf": "^2.6.2",
"semantic-release": "^12.4.1",
"semantic-release-cli": "^3.6.2",
"snazzy": "^7.0.0",
"standard": "^11.0.1",
"systemjs": "^0.20.19",
"ts-node": "~3.2.0",
"tslint": "~5.7.0",
"typescript": "~2.6.2",
"typescript-eslint-parser": "^12.0.0"
},
"standard": {
"parser": "typescript-eslint-parser",
"plugins": [
"typescript"
],
"ignore": [
"**/www/",
"**/*spec.ts",
"/src/assets/bootstrap/js/",
"karma.conf.js",
"protractor.conf.js",
"/src/typings.d.ts",
"/src/polyfills.ts"
]
},
"ghooks": {
"pre-commit": "npm run lint",
"_commit-msg": "npm run commitmsg",
"_pre-push": "npm test",
"post-merge": "npm update",
"post-rewrite": "npm update"
},
"cordova": {
"plugins": {
"cordova-plugin-camera": {
"CAMERA_USAGE_DESCRIPTION": "We are using the Camera for profile pictures",
"PHOTOLIBRARY_USAGE_DESCRIPTION": "We are using the Photo Library for profile pictures"
},
"cordova-plugin-whitelist": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-ionic-keyboard": {},
"cordova-plugin-geolocation": {
"GEOLOCATION_USAGE_DESCRIPTION": "To support search"
},
"cordova-sqlite-storage": {}
},
"platforms": [
"android"
]
}
}