-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.36 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
{
"name": "familyme",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"dev": "ng serve",
"start:pwa": "http-server -p 8080 -c-1 dist/familyme",
"start": "node server.js",
"build": "ng build",
"buildwithstats": "ng b --sourceMap --prod --stats-json",
"analyze": "webpack-bundle-analyzer --port 9901 dist/familyme/stats-es2015.json",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"prod-build": "ng build --configuration production",
"preinstall": "npx npm-force-resolutions"
},
"private": true,
"dependencies": {
"@angular/animations": "~12.2.17",
"@angular/cdk": "^12.0.0",
"@angular/common": "~12.2.17",
"@angular/compiler": "~12.2.17",
"@angular/compiler-cli": "~12.2.17",
"@angular/core": "~12.2.17",
"@angular/forms": "~12.2.17",
"@angular/platform-browser": "~12.2.17",
"@angular/platform-browser-dynamic": "~12.2.17",
"@angular/router": "~12.2.17",
"@angular/service-worker": "~12.2.17",
"@danielmoncada/angular-datetime-picker": "^12.0.0",
"@fullcalendar/angular": "^6.0.0",
"@fullcalendar/core": "^6.0.0",
"@fullcalendar/daygrid": "^6.0.0",
"@fullcalendar/interaction": "^6.0.0",
"@fullcalendar/list": "^6.0.0",
"@fullcalendar/timegrid": "^6.0.0",
"@types/googlemaps": "^3.39.3",
"express": "^4.17.1",
"mapbox-gl": "^1.10.1",
"ngx-spinner": "^12.0.0",
"ngx-webstorage-service": "^4.1.0",
"path": "^0.12.7",
"rxjs": "~6.5.4",
"socket.io-client": "^2.3.0",
"tslib": "^1.10.0",
"typescript": "~4.3.5",
"zone.js": "~0.11.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "^12.2.18",
"@angular/cli": "^12.2.18",
"@angular/language-service": "~12.2.17",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"@types/mapbox-gl": "^1.8.1",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.2",
"http-server": "^0.12.3",
"jasmine-core": "~3.8.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "^6.4.2",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~2.1.0",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.7.0",
"moment": "^2.24.0",
"prettier": "2.0.5",
"protractor": "^7.0.0",
"source-map-explorer": "^2.4.2",
"ts-node": "~8.3.0",
"tslint": "~6.1.3",
"webpack-bundle-analyzer": "^3.7.0"
}
}