-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
24 lines (24 loc) · 810 Bytes
/
composer.json
File metadata and controls
24 lines (24 loc) · 810 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
{
"name": "godismyjudge95/statamic-tailwind-dev-mode",
"license": "MIT",
"description": "A simple tag for embedding the Tailwind CDN, Tailwind config, and site css when the site is in a dev environment for Statamic 4+",
"require": {
"statamic/cms": "^4.0"
},
"autoload": {
"psr-4": {
"Godismyjudge95\\StatamicTailwindDevMode\\": "src"
}
},
"extra": {
"statamic": {
"name": "Tailwind Dev Mode Tag",
"description": "A simple tag for embedding the Tailwind CDN, Tailwind config, and site css when the site is in a dev environment for Statamic 4+"
},
"laravel": {
"providers": [
"Godismyjudge95\\StatamicTailwindDevMode\\ServiceProvider"
]
}
}
}