forked from phuctm97/tailwindcss-text-fill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 836 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": "tailwindcss-text-fill",
"version": "0.1.2",
"description": "🎨 TailwindCSS utility to override foreground fill color of text content.",
"keywords": [
"tailwindcss",
"tailwindcss-plugin",
"tailwindcss-extension",
"tailwindcss-utility"
],
"repository": "https://github.com/phuctm97/tailwindcss-text-fill",
"main": "index.js",
"files": [
"index.js"
],
"author": {
"name": "Minh-Phuc Tran",
"email": "[email protected]",
"url": "https://phuctm97.com"
},
"license": "MIT",
"private": false,
"scripts": {
"style:check": "prettier --check .",
"style:format": "prettier --write ."
},
"dependencies": {
"flatten-tailwindcss-theme": "^0.1.1"
},
"peerDependencies": {
"tailwindcss": "^3.0.23"
},
"devDependencies": {
"prettier": "^2.4.1"
}
}