-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
197 lines (197 loc) · 7.03 KB
/
package.json
File metadata and controls
197 lines (197 loc) · 7.03 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
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
187
188
189
190
191
192
193
194
195
196
197
{
"name": "SandySearch",
"version": "0.0.9",
"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/sandysearch/sandy-search.git"
},
"publishConfig": {
"access": "restricted"
},
"keywords": [
"angular2",
"karma",
"jasmine",
"istanbul",
"unit-testing",
"typescript"
],
"bugs": {
"url": "https://github.com/sandysearch/sandy-search/issues"
},
"scripts": {
"buildenv": "npm run _bdev0 && npm run _bdev1 && npm run _bdev2 && npm run _bdev4",
"_bdev0": "npm install --dev-only && npm install",
"_bdev1": "ionic cordova platform rm android",
"_bdev2": "npm run _bdev30 && npm run _bdev31 && npm run _bdev32 && npm run _bdev33",
"_bdev30": "cpr resources/sandys-splash2732.png resources/splash.png -o",
"_bdev31": "cpr resources/icon1024.png resources/icon.png -o",
"_bdev32": "cpr resources/icon1024.png resources/android/icon-foreground.png -o",
"_bdev33": "cpr resources/icon1024.png resources/android/icon-background.png -o",
"_bdev4": "ionic cordova platform add android@8.1.0 && ionic cordova resources",
"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:build2": "ionic-app-scripts build -- --prod",
"ionic:buildand": "ionic-app-scripts build -- --platform android --target cordova",
"ionic:buildand2": "ionic-app-scripts build -- --prod android cordova",
"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",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"dependencies": {
"@agm/core": "1.0.0-beta.3",
"@angular/animations": "5.2.10",
"@angular/common": "5.2.10",
"@angular/compiler": "5.2.10",
"@angular/compiler-cli": "16.1.3",
"@angular/core": "11.0.5",
"@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",
"cordova": "12.0.0",
"cordova-android": "^12.0.0",
"cordova-plugin-camera": "^5.0.0",
"cordova-plugin-device": "^2.0.2",
"cordova-plugin-geolocation": "^4.0.1",
"cordova-plugin-ionic-keyboard": "2.2.0",
"cordova-plugin-ionic-webview": "2.2.0",
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-whitelist": "^1.3.3",
"cordova-res": "0.15.4",
"cordova-sqlite-storage": "^2.4.0",
"firebase": "8.10.1",
"geofire": "5.0.1",
"ionic": "^5.4.16",
"ionic-angular": "3.9.2",
"ionicons": "3.0.0",
"native-run": "^0.3.0",
"rxjs": "5.5.11",
"sw-toolbox": "3.6.0",
"zone.js": "0.8.26",
"snyk": "^1.1297.3"
},
"devDependencies": {
"@angular-devkit/build-optimizer": "0.5.2",
"@ionic/app-scripts": "3.2.4",
"codelyzer": "^4.4.2",
"cpr": "^3.0.1",
"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": "~6.3.16",
"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": "^21.0.1",
"semantic-release-cli": "^5.4.6",
"snazzy": "^7.0.0",
"standard": "^17.1.2",
"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"
]
},
"snyk": true
}