-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 914 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
{
"name": "mix-tailwindcss",
"version": "1.3.0",
"description": "Tailwind CSS wrapper for Laravel Mix.",
"homepage": "https://laravel-mix.com/extensions/tailwindcss",
"author": {
"name": "Mark van den Broek",
"email": "mvdnbrk@gmail.com",
"url": "https://github.com/mvdnbrk"
},
"contributors": [
"Jeffrey Way"
],
"keywords": [
"laravel",
"laravel mix",
"mix",
"tailwind",
"tailwind css"
],
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/mvdnbrk/laravel-mix-tailwindcss.git"
},
"bugs": {
"url": "https://github.com/mvdnbrk/laravel-mix-tailwindcss/issues"
},
"license": "MIT",
"peerDependencies": {
"laravel-mix": "^2.1.7||^3.0||^4.0||^5.0||^6.0"
},
"engines": {
"node": ">=6.0.0"
}
}