-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 2.04 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
{
"name": "angular-tailwind-boilerplate",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --host 0.0.0.0 --port 3000",
"build": "ng build --configuration development",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"build:prod": "ng build --watch --configuration production",
"prerender": "ng run angular-tailwind-boilerplate:prerender"
},
"private": true,
"dependencies": {
"@angular/animations": "^16.1.7",
"@angular/cdk": "^16.1.6",
"@angular/common": "^16.1.7",
"@angular/compiler": "^16.1.7",
"@angular/core": "^16.1.7",
"@angular/forms": "^16.1.7",
"@angular/material": "^16.1.6",
"@angular/platform-browser": "^16.1.7",
"@angular/platform-browser-dynamic": "^16.1.7",
"@angular/platform-server": "^16.1.7",
"@angular/router": "^16.1.7",
"@maplibre/ngx-maplibre-gl": "^16.0.0",
"@maptiler/client": "^1.6.0",
"@maptiler/geocoding-control": "^0.0.99",
"@ngrx/effects": "^16.1.0",
"@ngrx/store": "^16.1.0",
"@ngrx/store-devtools": "^16.1.0",
"@nguniversal/express-engine": "^16.1.1",
"aos": "^2.3.4",
"dom-to-image": "^2.6.0",
"express": "^4.17.3",
"hover.css": "^2.3.2",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1",
"mapbox-gl": "^2.15.0",
"maplibre-gl": "^3.3.1",
"rxjs": "~7.5.4",
"tslib": "^2.3.1",
"zone.js": "~0.13.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.1.6",
"@angular/cli": "^16.1.6",
"@angular/compiler-cli": "^16.1.7",
"@nguniversal/builders": "^16.1.1",
"@types/aos": "^3.0.4",
"@types/express": "^4.17.13",
"@types/jasmine": "~3.10.3",
"@types/jspdf": "^2.0.0",
"@types/node": "^20.4.5",
"autoprefixer": "^10.4.13",
"jasmine-core": "~4.0.1",
"karma": "~6.3.17",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "~1.7.0",
"postcss": "^8.4.20",
"tailwindcss": "^3.2.4",
"typescript": "5.1.6"
}
}