-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 911 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
{
"name": "preact-cli-tailwind-purgecss",
"description": "Get started with Tailwind and PurgeCSS in your Preact project",
"version": "1.0.0",
"main": "src/index.js",
"author": "https://github.com/jpbow",
"repository": {
"type": "git",
"url": "git+https://github.com/jpbow/preact-cli-tailwind-purgecss.git"
},
"license": "MIT",
"scripts": {
"publish-please": "publish-please",
"prepublishOnly": "publish-please guard"
},
"devDependencies": {
"eslint": "7.10.0",
"prettier": "2.1.2"
},
"dependencies": {
"@fullhuman/postcss-purgecss": "3.0.0"
},
"bugs": {
"url": "https://github.com/jpbow/preact-cli-tailwind-purgecss/issues"
},
"homepage": "https://github.com/jpbow/preact-cli-tailwind-purgecss#readme",
"keywords": [
"purgecss",
"tailwind",
"css",
"preact",
"cli"
],
"peerDependencies": {
"tailwindcss": "~1"
}
}