-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.04 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.04 KB
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
43
44
45
{
"name": "tailwindcss-text-box-trim",
"version": "1.0.4",
"description": "Tailwind CSS v4 utilities for text-box-trim and text-box-edge",
"homepage": "https://github.com/michaelcummings12/tailwindcss-text-box-trim#readme",
"main": "index.css",
"scripts": {
"test": "vitest"
},
"keywords": [
"cap height trimming",
"css",
"css spacing",
"frontend development",
"leading trim",
"tailwindcss",
"text box edge",
"text box trim",
"text spacing",
"typography",
"ui",
"vertical spacing",
"vertical text spacing",
"web design"
],
"author": "Michael Cummings (https://www.michaelcummin.gs)",
"repository": {
"type": "git",
"url": "git+https://github.com/michaelcummings12/tailwindcss-text-box-trim.git"
},
"files": [
"index.css",
"README.md",
"LICENSE",
"package.json"
],
"license": "MIT",
"type": "module",
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"postcss": "^8.5.6",
"tailwindcss": "^4.0.0",
"vitest": "^4.0.18"
}
}