-
Notifications
You must be signed in to change notification settings - Fork 258
/
package.json
38 lines (38 loc) · 1.1 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"prettier": "npx prettier --write .",
"generate-docs": "cd docs && npm run generate && cd ../"
},
"devDependencies": {
"@docsearch/js": "^3.5.2",
"@formkit/auto-animate": "^0.8.1",
"@rive-app/canvas": "^2.7.4",
"@ryangjchandler/alpine-tooltip": "^1.3.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"alpinejs": "^3.13.3",
"autoprefixer": "^10.4.16",
"gsap": "^3.12.2",
"laravel-vite-plugin": "^0.8.1",
"lodash": "^4.17.21",
"minisearch": "^6.3.0",
"postcss": "^8.4.31",
"prettier": "^2.8.8",
"prettier-plugin-blade": "^1.6.16",
"prettier-plugin-tailwindcss": "^0.3.0",
"swiper": "^11.0.5",
"tailwindcss": "^3.3.5",
"tippy.js": "^6.3.7",
"vite": "^4.5.0"
},
"postcss": {
"plugins": {
"tailwindcss": {},
"autoprefixer": {}
}
}
}