-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.13 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
{
"type": "module",
"private": true,
"name": "moonshine",
"scripts": {
"dev": "vite",
"build": "vite build",
"prettier": "npx prettier --write 'resources/**/*.{css,js,yml}' '!**/views' '!**/dist' '!**/vendor'"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4",
"@tailwindcss/forms": "^0.5",
"@tailwindcss/typography": "^0.5",
"@types/alpinejs": "^3.13",
"@types/alpinejs__mask": "^3.13",
"@types/alpinejs__persist": "^3.13",
"autoprefixer": "^10.4",
"concurrently": "^8.2",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4",
"postcss-import": "^15.1",
"postcss-nested": "^7.0",
"prettier": "^3.4",
"prettier-plugin-tailwindcss": "^0.5",
"tailwindcss": "^3.4",
"vite": ">=5.4.12"
},
"dependencies": {
"axios": "^1.7",
"@alpinejs/mask": "^3.13",
"@alpinejs/persist": "^3.13",
"@popperjs/core": "^2.11",
"alpinejs": "^3.13",
"choices.js": "^10.2",
"sortablejs": "^1.15",
"tippy.js": "^6.3"
}
}