-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
152 lines (152 loc) · 5.02 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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"name": "vineyards",
"version": "0.0.0",
"author": "Ionic Framework",
"homepage": "https://ionicframework.com/",
"scripts": {
"ng": "ng",
"config": "ts-node ./scripts/setenv.ts",
"start": "npm run config -- --environment=dev && ng serve",
"build": "npm run config -- --environment=prod && ng build --configuration production --outputPath=public",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"deploy": "npm run build && firebase deploy --only hosting",
"deploy:ci": "firebase --token $FIREBASE_TOKEN deploy --only hosting",
"deploy:ios": "ionic capacitor copy ios",
"prepare": "husky install",
"semantic-release": "semantic-release"
},
"lint-staged": {
"src/**/*.(ts|tsx)": [
"eslint --fix --ext .ts,.tsx",
"git add"
]
},
"private": true,
"dependencies": {
"@angular/common": "~13.3.11",
"@angular/core": "~13.3.11",
"@angular/fire": "^6.1.5",
"@angular/forms": "~13.3.11",
"@angular/platform-browser": "~13.3.11",
"@angular/platform-browser-dynamic": "~13.3.11",
"@angular/router": "~13.3.11",
"@capacitor/core": "1.5.0",
"@capacitor/ios": "^2.4.7",
"@ionic-native/core": "^5.0.0",
"@ionic-native/photo-viewer": "^5.22.0",
"@ionic-native/splash-screen": "^5.0.0",
"@ionic-native/status-bar": "^5.0.0",
"@ionic/angular": "^5.0.0",
"@ionic/core": "^6.1.15",
"@ionic/lab": "^3.1.1",
"@sentry/angular": "^7.20.0",
"@sentry/tracing": "^7.20.0",
"chart.js": "^2.9.3",
"color": "^3.2.1",
"com-sarriaroman-photoviewer": "^1.2.4",
"cordova-ios": "5.1.1",
"cordova-plugin-browsertab": "^0.2.0",
"cordova-plugin-buildinfo": "^4.0.0",
"cordova-plugin-compat": "^1.2.0",
"cordova-plugin-customurlscheme": "^5.0.2",
"cordova-plugin-inappbrowser": "^5.0.0",
"cordova-universal-links-plugin": "^1.2.1",
"core-js": "^2.5.4",
"firebase": ">= 5.5.7 <8",
"highcharts": "^8.0.3",
"marked": "^4.0.18",
"moment": "^2.29.4",
"ol": "^6.2.1",
"rxjs": "^6.5.4",
"stripe": "^12.16.0",
"uuid": "^7.0.2",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/architect": "0.1303.8",
"@angular-devkit/build-angular": "~13.3.8",
"@angular-eslint/eslint-plugin": "^14.0.2",
"@angular-eslint/eslint-plugin-template": "^14.0.2",
"@angular-eslint/template-parser": "^14.0.2",
"@angular/cli": "~13.3.8",
"@angular/compiler": "~13.3.11",
"@angular/compiler-cli": "~13.3.11",
"@angular/language-service": "~13.3.11",
"@capacitor/cli": "1.5.0",
"@commitlint/config-conventional": "^17.0.3",
"@ionic/angular-toolkit": "^6.1.0",
"@semantic-release/changelog": "~6.0.1",
"@semantic-release/git": "~10.0.1",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/eslint-plugin-tslint": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"codelyzer": "^5.1.2",
"commit-analyzer-fail-on-no-release": "^1.0.1",
"commitlint": "^17.0.3",
"cordova-plugin-device": "^2.0.2",
"cordova-plugin-ionic-keyboard": "^2.2.0",
"cordova-plugin-ionic-webview": "^4.2.1",
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-statusbar": "^2.4.2",
"cordova-plugin-whitelist": "^1.3.3",
"cypress": "^10.3.0",
"dotenv": "^16.0.1",
"eslint": "^8.19.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.3.3",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-unused-imports": "^2.0.0",
"firebase-tools": "^7.12.0",
"fuzzy": "^0.1.3",
"husky": "^8.0.1",
"inquirer": "^6.2.2",
"inquirer-autocomplete-prompt": "^1.0.1",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"protractor": "~7.0.0",
"semantic-release": "~19.0.3",
"ts-node": "~7.0.0",
"tslib": "^2.4.0",
"tslint": "~6.1.0",
"typescript": "~4.6.4",
"yargs": "^17.5.1"
},
"description": "An Ionic project",
"cordova": {
"plugins": {
"cordova-plugin-buildinfo": {},
"cordova-universal-links-plugin": {},
"cordova-plugin-browsertab": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-customurlscheme": {
"URL_SCHEME": "be.bram.winery"
},
"cordova-plugin-whitelist": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-ionic-keyboard": {}
}
},
"repository": {
"type": "git",
"url": "https://github.com/JanssenBrm/winery.git"
}
}