-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1011 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
{
"name": "tailwindcss-text-fill-stroke",
"version": "2.0.0-beta.3",
"description": "This plugin adds utilities to use text-fill, text-stroke and paint-order with Tailwind CSS.",
"keywords": [
"plugin",
"tailwind",
"tailwind css",
"tailwindcss",
"tailwindcss-plugin"
],
"homepage": "https://github.com/hacknug/tailwindcss-text-fill-stroke#readme",
"bugs": {
"url": "https://github.com/hacknug/tailwindcss-text-fill-stroke/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hacknug/tailwindcss-text-fill-stroke.git"
},
"license": "MIT",
"author": {
"name": "Nestor Vera",
"email": "[email protected]",
"url": "https://nestor.rip/"
},
"main": "index.js",
"scripts": {
"dev": "vitest",
"test": "vitest run --coverage"
},
"dependencies": {
"flat": "^6.0.1",
"tailwindcss": "^3.4.17"
},
"devDependencies": {
"@vitest/coverage-v8": "3.0.5",
"postcss": "8.5.3",
"vitest": "3.0.5"
}
}