forked from studio1902/statamic-peak
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 927 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
32
33
34
35
{
"private": true,
"scripts": {
"dev": "vite",
"watch": "vite",
"sync": "VITE_BROWSERSYNC=true vite",
"build": "vite build",
"production": "vite build"
},
"author": "Studio 1902",
"license": "MIT",
"dependencies": {
"@alpinejs/collapse": "^3.12.3",
"@alpinejs/focus": "^3.12.3",
"@alpinejs/morph": "^3.12.3",
"@alpinejs/persist": "^3.12.3",
"alpinejs": "^3.12.3",
"focus-visible": "^5.2.0"
},
"devDependencies": {
"@csstools/postcss-oklab-function": "^3.0.1",
"@tailwindcss/forms": "^0.5.4",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "10.4.14",
"glob-all": "^3.3.1",
"laravel-vite-plugin": "^0.7.8",
"postcss": "^8.4.27",
"postcss-focus-visible": "^9.0.0",
"postcss-import": "^15.1.0",
"resolve-url-loader": "^5.0.0",
"tailwindcss": "^3.3.3",
"vite": "^4.4.8",
"vite-plugin-browser-sync": "^1.0.3"
}
}