-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.07 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
{
"name": "wandermundo",
"private": true,
"scripts": {
"ng": "ng",
"start": "ng serve --port 4300 --host 0.0.0.0",
"build": "ng build",
"build:prod": "ng build --configuration production",
"deploy": "sh deploy.sh"
},
"dependencies": {
"@angular/animations": "^18.1.0",
"@angular/common": "^18.1.0",
"@angular/compiler": "^18.1.0",
"@angular/core": "^18.1.0",
"@angular/forms": "^18.1.0",
"@angular/platform-browser": "^18.1.0",
"@angular/router": "^18.1.0",
"@supabase/supabase-js": "^2.39.3",
"bootstrap": "^5.3.2",
"libphonenumber-js": "^1.11.14",
"ngx-image-cropper": "^8.0.0",
"ngx-quill": "^26.0.9",
"ngx-toastr": "^19.0.0",
"primeicons": "^7.0.0",
"primeng": "^17.18.11",
"quill": "^2.0.2",
"rxjs": "^7.8.1",
"sweetalert2": "^11.14.5",
"tslib": "^2.5.0",
"uuid": "^11.0.3",
"zone.js": "~0.14.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.1.0",
"@angular/cli": "^18.1.0",
"@angular/compiler-cli": "^18.1.0",
"typescript": "~5.5.0"
}
}