-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (40 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (40 loc) · 1.05 KB
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
{
"name": "tailpress",
"version": "3.4.0",
"description": "Boilerplate WordPress theme with Tailwind CSS.",
"author": "Jeffrey van Rossum",
"repository": {
"type": "git",
"url": "https://github.com/jeffreyvr/tailpress"
},
"theme_uri": "https://github.com/jeffreyvr/tailpress",
"author_uri": "https://vanrossum.dev",
"text_domain": "tailpress",
"license": "MIT",
"scripts": {
"dev": "vite build --mode development",
"build": "vite build",
"watch": "vite build --watch",
"production": "vite build --mode production"
},
"devDependencies": {
"@jeffreyvr/tailwindcss-tailpress": "^2.0.0",
"@tailwindcss/forms": "^0.5.9",
"autoprefixer": "^10.4.0",
"postcss": "^8.2.10",
"postcss-import": "^14.0.0",
"postcss-nested": "^5.0.3",
"postcss-nested-ancestors": "^3.0.0",
"tailwindcss": "^3.4.0",
"terser": "^5.39.0",
"vite": "^5.0.12"
},
"dependencies": {
"@alpinejs/collapse": "^3.14.1",
"alpinejs": "^3.14.1",
"axios": "^1.8.4",
"embla-carousel": "^8.1.8",
"embla-carousel-autoplay": "^8.1.8",
"lodash": "^4.17.21"
}
}