-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
96 lines (96 loc) · 3.3 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
{
"name": "expert-fit",
"version": "0.0.1",
"author": "Doug White",
"homepage": "https://douglaswhite.app/",
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config ./proxy.json --live-reload false",
"server": "ts-node -P ./server/server.tsconfig.json ./server/server.ts",
"build": "ng build",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start:prod": "ng build --prod && cd public && http-server",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"doc": "npm run docs",
"docs": "npx compodoc -s -w --theme stripe --customFavicon src/favicon.ico --customLogo src/assets/lazy/images/logo.png --port 4444 -p tsconfig.doc.json",
"postinstall": "ngcc"
},
"private": true,
"dependencies": {
"@angular/animations": "^12.0.5",
"@angular/cdk": "^12.0.5",
"@angular/cli": "^12.0.5",
"@angular/common": "^12.0.5",
"@angular/core": "^12.0.5",
"@angular/fire": "^6.1.5",
"@angular/forms": "^12.0.5",
"@angular/google-maps": "^12.0.5",
"@angular/localize": "^12.0.5",
"@angular/platform-browser": "^12.0.5",
"@angular/platform-browser-dynamic": "^12.0.5",
"@angular/router": "^12.0.5",
"@angular/service-worker": "^12.0.5",
"@angular/youtube-player": "^11.1.2",
"@capacitor-community/fcm": "^1.1.2",
"@capacitor/core": "^2.4.7",
"@ionic-native/core": "^5.31.1",
"@ionic-native/splash-screen": "^5.31.1",
"@ionic-native/status-bar": "^5.31.1",
"@ionic/angular": "^5.6.10",
"@ionic/core": "^5.6.10",
"@ionic/pwa-elements": "^3.0.2",
"@ionic/storage": "^2.3.1",
"@stripe/stripe-js": "^1.15.1",
"angular-archwizard": "^7.0.0",
"angular-calendar": "^0.28.26",
"echarts": "^5.1.2",
"firebase": "^8.6.8",
"ng-animate": "^0.3.4",
"ngx-bar-rating": "^2.0.0",
"ngx-echarts": "^7.0.1",
"ngx-image-cropper": "^3.3.5",
"ngx-scrollbar": "^7.5.6",
"ngx-webcam": "^0.3.2",
"rxjs": "^6.6.3",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/architect": "0.1200.5",
"@angular-devkit/build-angular": "^12.0.5",
"@angular-devkit/schematics": "^12.0.5",
"@angular-eslint/builder": "^12.0.0",
"@angular-eslint/eslint-plugin": "^12.0.0",
"@angular-eslint/eslint-plugin-template": "^12.0.0",
"@angular-eslint/schematics": "12.1.0",
"@angular-eslint/template-parser": "^12.0.0",
"@angular/compiler": "^12.0.5",
"@angular/compiler-cli": "^12.0.5",
"@ionic/angular-toolkit": "^4.0.0",
"@juggle/resize-observer": "^3.3.1",
"@types/echarts": "^4.9.8",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.19.16",
"@typescript-eslint/eslint-plugin": "4.23.0",
"@typescript-eslint/parser": "4.23.0",
"codelyzer": "^6.0.0",
"eslint": "^7.29.0",
"eslint-plugin-jsdoc": "30.7.6",
"eslint-plugin-prefer-arrow": "1.2.2",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.4",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~3.3.0",
"karma-jasmine-html-reporter": "^1.5.0",
"prettier": "^2.3.2",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"typescript": "^4.2.4"
},
"description": "A pocket sized fitness guru"
}