-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 758 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 758 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
{
"name": "tailwindcss-rfs",
"version": "5.0.0",
"description": "A Tailwind CSS plugin to generate utility classes for RFS",
"main": "dist/index.js",
"scripts": {
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production"
},
"repository": "https://github.com/aerni/tailwindcss-rfs",
"bugs": "https://github.com/aerni/tailwindcss-rfs/issues",
"keywords": [
"tailwind",
"tailwindcss",
"tailwindcss-plugin",
"tailwindcss-rfs",
"plugin",
"rfs",
"responsive-font",
"responsive-font-size"
],
"author": "aerni",
"license": "MIT",
"dependencies": {
"laravel-mix": "^6.0.43",
"rfs": "^10.0",
"tailwindcss": "^3.0.23"
}
}