-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.44 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.44 KB
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
{
"name": "stackfusion",
"version": "0.0.2",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/cdk": "^22.1.5",
"@angular/common": "^22.1.5",
"@angular/compiler": "^22.1.5",
"@angular/core": "^22.1.5",
"@angular/forms": "^22.1.5",
"@angular/material": "^22.1.5",
"@angular/platform-browser": "^22.1.5",
"@angular/router": "^22.1.5",
"@ngx-translate/core": "^18.0.0",
"@ngx-translate/http-loader": "^18.0.0",
"@popperjs/core": "^2.11.8",
"@schematics/angular": "^22.1.7",
"@stripe/stripe-js": "^9.15.0",
"angular-svg-icon": "^19.1.1",
"angularx-flatpickr": "^8.1.0",
"apexcharts": "^7.1.0",
"date-fns": "^4.4.0",
"flatpickr": "^4.6.13",
"flowbite": "^4.0.2",
"jwt-decode": "^4.0.0",
"material-symbols": "^0.47.1",
"ng-apexcharts": "^3.1.0",
"ng-primitives": "^0.130.2",
"ngx-toastr-notifier": "^22.0.0",
"rxjs": "~7.8.2",
"tailwind-merge": "^3.6.0",
"tslib": "^2.8.1"
},
"devDependencies": {
"@angular/build": "^22.1.7",
"@angular/cli": "^22.1.7",
"@angular/compiler-cli": "^22.1.5",
"@tailwindcss/postcss": "^4.3.3",
"jsdom": "^30.0.1",
"postcss": "^8.5.28",
"prettier": "^3.9.6",
"tailwindcss": "^4.3.3",
"typescript": "~6.0.3",
"vitest": "^5.0.0"
}
}