-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 904 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
36
37
38
39
{
"name": "boilerplate-tailwind",
"version": "1.0.0",
"description": "Boilerplate - Craft CMS website",
"homepage": "https://codeknight.co.uk",
"type": "module",
"author": {
"email": "[email protected]",
"name": "Daryl Knight",
"url": "https://codeknight.co.uk"
},
"repository": {
"type": "git",
"url": "https://github.com/darylknight/boilerplate-tailwind"
},
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"@alpinejs/focus": "^3.13.10",
"alpinejs": "^3.9.6"
},
"devDependencies": {
"@prettier/plugin-php": "^0.22.2",
"@tailwindcss/forms": "^0.5.7",
"@zackad/prettier-plugin-twig": "^0.7.0",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.6",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"tailwindcss": "^3.2.3",
"vite": "^5.0.1",
"vite-plugin-restart": "^0.4.0"
},
"engines": {
"node": ">=18.0.0"
}
}