-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·38 lines (38 loc) · 1.07 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
{
"name": "realtyone",
"version": "1.0.3",
"description": "Boilerplate WordPress theme with Tailwind CSS.",
"author": "P Guardiario",
"repository": {
"type": "git",
"url": "https://github.com/pguardiario/realtyone"
},
"theme_uri": "https://pguardiario/realtyone",
"author_uri": "https://github.com/pguardiario",
"text_domain": "realtyone",
"license": "MIT",
"scripts": {
"dev": "mix",
"watch": "mix watch",
"build": "zip -r realtyone *php config.json css img js safelist.txt theme.json template-parts theme.css screenshot.png",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production"
},
"devDependencies": {
"@jeffreyvr/tailwindcss-tailpress": "^2.0.0",
"autoprefixer": "^10.4.0",
"browser-sync": "^2.26.14",
"cross-env": "^6.0.3",
"laravel-mix": "^6.0.29",
"postcss": "^8.2.10",
"postcss-import": "^14.0.0",
"postcss-nested": "^5.0.3",
"postcss-nested-ancestors": "^2.0.0",
"resolve-url-loader": "^3.1.2",
"tailwindcss": "^3.4.0"
},
"dependencies": {
"daisyui": "^4.12.10"
}
}