-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 862 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": "laravel-mix-tailwind-styleguide",
"version": "0.1.2",
"description": "Laravel Mix plugin for generating a styleguide for your Tailwind project",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/josh-taylor/tailwind-styleguide.git"
},
"keywords": [
"tailwind",
"tailwindcss",
"style",
"guide",
"styleguide",
"laravel",
"laravel-mix"
],
"author": "Josh Taylor <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/josh-taylor/tailwind-styleguide/issues"
},
"homepage": "https://github.com/josh-taylor/tailwind-styleguide#readme",
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"ejs": "^2.6.1",
"express": "^4.16.3",
"lodash": "^4.17.10"
},
"peerDependencies": {
"laravel-mix": "^2.1.0"
}
}