-
-
Notifications
You must be signed in to change notification settings - Fork 101
/
package.json
40 lines (40 loc) · 1.22 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
39
40
{
"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.2",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"@types/alpinejs": "^3.13.3",
"@types/alpinejs__mask": "^3.13.2",
"@types/alpinejs__persist": "^3.13.2",
"autoprefixer": "^10.4.16",
"axios": "^1.6.0",
"concurrently": "^8.2.2",
"laravel-vite-plugin": "^1.0.0",
"lodash": "^4.17.21",
"postcss": "^8.4.31",
"postcss-import": "^15.1.0",
"postcss-nested": "^6.0.1",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.6",
"tailwindcss": "3.3.5",
"vite": "^5.0.0"
},
"dependencies": {
"@alpinejs/mask": "3.13.2",
"@alpinejs/persist": "3.13.2",
"@popperjs/core": "^2.11.8",
"alpinejs": "3.13.2",
"choices.js": "^10.2.0",
"codeflask": "^1.4.1",
"sortablejs": "^1.15.0",
"tippy.js": "^6.3.7"
}
}