-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1018 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
38
39
40
41
42
{
"name": "tailwindcss-shadow-fill",
"version": "0.1.0",
"private": false,
"license": "MIT",
"description": "🎨 TailwindCSS utility to override background fill color using shadow.",
"keywords": [
"tailwindcss",
"tailwindcss-plugin",
"tailwindcss-extension",
"tailwindcss-utility"
],
"repository": "https://github.com/phuctm97/tailwindcss-shadow-fill",
"author": {
"name": "Minh-Phuc Tran",
"email": "me@phuctm97.com",
"url": "https://phuctm97.com"
},
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"prepare": "husky install"
},
"dependencies": {
"flatten-tailwindcss-theme": "^1.0.0"
},
"peerDependencies": {
"tailwindcss": ">=2.0.0"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-angular": "^17.0.0",
"@commitlint/prompt-cli": "^17.0.0",
"cspell": "^6.1.1",
"husky": "^8.0.1",
"lint-staged": "^13.0.1",
"prettier": "^2.6.2",
"semantic-release": "^19.0.2"
}
}