-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 947 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 947 Bytes
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
{
"name": "clientkit",
"version": "1.0.0",
"description": "Client Studio WordPress theme kit with Tailwind CSS.",
"author": "Client Studio",
"repository": {
"type": "git",
"url": "https://github.com/client-studio/wpkit"
},
"theme_uri": "https://github.com/client-studio/wpkit",
"author_uri": "https://client.studio",
"text_domain": "clientkit",
"license": "MIT",
"scripts": {
"dev": "vite build --watch",
"watch": "vite build --watch",
"build": "vite build",
"production": "vite build --mode production"
},
"dependencies": {
"alpinejs": "^3.14.1",
"@alpinejs/collapse": "^3.14.1",
"embla-carousel": "^8.3.0",
"embla-carousel-autoplay": "^8.3.0"
},
"devDependencies": {
"tailwindcss": "^4.0.0",
"vite": "^6.3.2",
"@tailwindcss/vite": "^4.0.0",
"postcss": "^8.4.31",
"postcss-import": "^15.1.0",
"postcss-nested": "^6.0.1",
"postcss-nested-ancestors": "^3.0.0",
"@tailwindcss/forms": "^0.5.7"
}
}