-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 871 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 871 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
{
"name": "tailwindcss-email-variants",
"version": "3.0.5",
"description": "Tailwind CSS variants for email client CSS targeting hacks",
"main": "src/index.js",
"files": [
"src/index.js"
],
"scripts": {
"release": "npx np",
"dev": "vitest",
"test": "vitest run --coverage"
},
"license": "MIT",
"repository": "https://github.com/maizzle/tailwindcss-email-variants",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@vitest/coverage-v8": "^3.0.5",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.0",
"vitest": "^3.0.5"
},
"peerDependencies": {
"tailwindcss": ">=3.4.0 < 4"
},
"keywords": [
"tailwindcss",
"maizzle",
"html-email",
"outlook-css",
"email-clients",
"email-hacks",
"email-targeting",
"postcss-plugin"
],
"engines": {
"node": ">=18"
}
}