-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 704 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 704 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
25
26
27
{
"name": "tailwindcss-base-plugins",
"version": "3.0.1",
"description": "Set of helpful tailwindcss plugins",
"keywords": [
"tailwind",
"tailwindcss",
"tailwindcss-plugin"
],
"homepage": "https://github.com/thegrinder/tailwindcss-base-plugins",
"repository": {
"type": "git",
"url": "https://github.com/thegrinder/tailwindcss-base-plugins.git"
},
"main": "index.js",
"scripts": {
"build:dev": "node_modules/tailwindcss/lib/cli.js build ./styles.css -c ./tailwind.js -o ./dist/styles.css"
},
"author": "Pawel Szczepkowski",
"license": "MIT",
"devDependencies": {
"tailwindcss": "^1.5.1"
},
"postcss": {
"tailwindcss": "./tailwind.js"
}
}