forked from moonshine-software/doc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 796 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"alpinejs": "^3.12.0",
"lodash": "^4.17.21",
"vite": "^4.1.4",
"vite-plugin-handlebars": "^1.6.0"
},
"dependencies": {
"@alpinejs/mask": "^3.12.0",
"@alpinejs/persist": "^3.12.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@vitejs/plugin-legacy": "^4.0.1",
"autoprefixer": "^10.4.16",
"concurrently": "^8.2.1",
"laravel-vite-plugin": "^0.8.1",
"postcss": "^8.4.21",
"postcss-import": "^15.1.0",
"postcss-nested": "^6.0.0",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.5",
"swiper": "^10.3.1",
"tailwindcss": "^3.2.7"
}
}