-
-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.06 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.06 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"format": "prettier --write 'resources/**/*.{css,js,vue}'",
"package-update": "ncu -u -x pnotify,tinymce"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/vite": "^4.2.1",
"axios": "^1.13.6",
"lodash": "^4.17.23",
"npm-check-updates": "^19.6.3",
"prettier": "3.8.1",
"prettier-plugin-blade": "2.1.21",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^4.2.1",
"vite": "^7.3",
"vue": "^3.5.29"
},
"dependencies": {
"@alpinejs/csp": "^3.15.8",
"@fortawesome/fontawesome-free": "^7.2.0",
"@melloware/coloris": "^0.25.0",
"@simonwep/pickr": "^1.9.1",
"chart.js": "^4.5.1",
"date-fns": "^4.1.0",
"feather-icons": "^4.29.2",
"laravel-echo": "^2.3.0",
"laravel-vite-plugin": "^2.1",
"nested-sort": "^5.2.0",
"vuedraggable": "^4.1.0"
}
}