-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.7 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.7 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
54
55
56
{
"name": "nestogy-erp",
"version": "1.0.0",
"description": "Nestogy ERP - Modern Laravel-based MSP Management System",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
"preview": "vite preview"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/postcss": "^4.1.12",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.16",
"axios": "^1.12.0",
"esbuild": "^0.25.0",
"laravel-vite-plugin": "^2.0.1",
"postcss": "^8.4.32",
"tailwindcss": "^4",
"vite": "^7.1.11"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^7.0.1",
"@fullcalendar/core": "^6.1.10",
"@fullcalendar/daygrid": "^6.1.10",
"@fullcalendar/interaction": "^6.1.10",
"@fullcalendar/timegrid": "^6.1.10",
"@headlessui/react": "^2.2.8",
"@joint/core": "^4.1.3",
"@ryangjchandler/alpine-clipboard": "^2.3.0",
"@stripe/stripe-js": "^8.5.3",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-search": "^0.15.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/xterm": "^5.5.0",
"alpinejs": "^3.14.9",
"chart.js": "^4.5.0",
"chartjs-adapter-date-fns": "^3.0.0",
"clipboard": "^2.0.11",
"date-fns": "^4.1.0",
"flatpickr": "^4.6.13",
"laravel-echo": "^2.2.4",
"pusher-js": "^8.4.0",
"sortablejs": "^1.15.0",
"sweetalert2": "^11.10.3",
"tippy.js": "^6.3.7",
"tom-select": "^2.3.1"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}