-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 829 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-gradient-border",
"version": "1.0.1",
"author": "HoangDevNull",
"description": "A Tailwind CSS plugin for automatically styling gradient border",
"main": "src/index.js",
"scripts": {
"release": "np",
"dev": "vitest",
"test": "vitest run --coverage"
},
"license": "MIT",
"repository": "https://github.com/HoangDevNull/tailwindcss-gradient-border",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@vitest/coverage-v8": "^1.5.0",
"np": "^10.0.5",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"vitest": "^1.3.0"
},
"peerDependencies": {
"tailwindcss": ">=3.4.0"
},
"keywords": [
"tailwindcss",
"plugins",
"css",
"border gradient",
"border-gradient",
"gradient border",
"gradient-border"
]
}