forked from davidhellmann/tailwindcss-fluid-type
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 831 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
{
"name": "tailwindcss-fluid-type",
"version": "2.0.5",
"description": "Bring fluid type to tailwindcss",
"main": "src/index.js",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"tailwindcss": ">=2.0.0 || >=3.0.0 || >=3.0.0-alpha.1"
},
"keywords": [
"modular-scale",
"fluid-type",
"tailwindcss"
],
"repository": {
"type": "git",
"url": "git+https://github.com/davidhellmann/tailwindcss-fluid-type.git"
},
"author": "David Hellmann",
"bugs": {
"url": "https://github.com/davidhellmann/tailwindcss-fluid-type/issues"
},
"homepage": "https://github.com/davidhellmann/tailwindcss-fluid-type#readme",
"devDependencies": {
"tailwindcss": "^3.0.24",
"tailwindcss-v2": "npm:tailwindcss@^2.2.16"
}
}