-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 995 Bytes
/
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
{
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"devDependencies": {
"@types/bootstrap": "^5.2.10",
"@types/jasmine": "^5.1.5",
"@types/jest": "^29.5.14",
"autoprefixer": "^10.4.20",
"axios": "^1.7.4",
"concurrently": "^9.0.1",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"vite": "^5.0"
},
"dependencies": {
"@angular/animations": "^19.0.5",
"@angular/router": "^19.0.5",
"@stripe/stripe-js": "^5.3.0",
"angular-calendar": "^0.31.1",
"apexcharts": "^4.1.0",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"chart.js": "^4.4.6",
"date-fns": "^4.1.0",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.2",
"jwt-decode": "^4.0.0",
"ng-apexcharts": "^1.15.0",
"typescript": "^5.7.2"
}
}