-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
66 lines (66 loc) · 1.85 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "broketheme",
"version": "1.1.0",
"description": "A modern WordPress theme using Timber, ACF, Tailwind CSS and Alpine JS",
"main": "index.js",
"scripts": {
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production",
"format": "prettier --write \"**/*.{html,css,json, js}\"",
"broke": "node ./cli/brokeInit.mjs",
"broke:block": "node ./cli/createBlock.mjs",
"broke:layout": "node ./cli/createLayout.mjs"
},
"repository": {
"type": "git",
"url": ""
},
"author": "Daniel Snell",
"license": "MIT",
"bugs": {
"url": ""
},
"homepage": "",
"dependencies": {
"@alpinejs/anchor": "^3.13.5",
"@alpinejs/collapse": "^3.13.5",
"@alpinejs/focus": "^3.13.5",
"@alpinejs/intersect": "^3.13.5",
"@alpinejs/mask": "^3.13.5",
"@alpinejs/morph": "^3.13.5",
"@alpinejs/persist": "^3.13.5",
"@tailwindcss/typography": "^0.5.9",
"alpinejs": "^3.12.2",
"autoprefixer": "^10.4.14",
"htmx.org": "^1.9.10",
"install": "^0.13.0",
"npm": "^10.4.0",
"postcss": "^8.4.24",
"postcss-import": "^15.1.0",
"postcss-import-ext-glob": "^2.1.1",
"tailwindcss": "^3.3.2"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.9",
"axios": "^1.6.7",
"browser-sync": "^2.29.3",
"browser-sync-webpack-plugin": "^2.3.0",
"chalk": "^5.3.0",
"cross-env": "^7.0.3",
"flowbite": "^2.3.0",
"flowbite-typography": "^1.0.3",
"fs-extra": "^11.2.0",
"inquirer": "^9.2.15",
"js-yaml": "^4.1.0",
"laravel-mix": "^6.0.49",
"prettier": "^3.2.5",
"readline": "^1.3.0",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwind-scrollbar-utilities": "^0.2.0",
"vue-template-compiler": "^2.7.14"
}
}