-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 786 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 786 Bytes
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
{
"name": "tailwindcss-safe-area",
"version": "1.3.0",
"description": "Tailwind CSS safe area helpers",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mvllow/tailwindcss-safe-area.git"
},
"funding": "https://github.com/sponsors/mvllow",
"author": {
"name": "mvllow",
"email": "mvllow@icloud.com"
},
"main": "index.css",
"files": [
"index.css"
],
"scripts": {
"test": "node --test",
"release": "npx np@latest"
},
"engines": {
"node": ">=20"
},
"type": "module",
"keywords": [
"tailwindcss",
"tailwindcss-plugin",
"safe-area-inset",
"pwa",
"margin",
"padding",
"css"
],
"peerDependencies": {
"tailwindcss": "^4.0.0"
},
"devDependencies": {
"@tailwindcss/cli": "^4.1.11",
"prettier": "^3.6.2"
}
}