forked from francoismassart/eslint-plugin-tailwindcss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.32 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "eslint-plugin-tailwindcss",
"version": "3.13.1-holodex",
"description": "Rules enforcing best practices while using Tailwind CSS",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"tailwind",
"tailwindcss"
],
"author": "François Massart",
"repository": {
"type": "git",
"url": "https://github.com/francoismassart/eslint-plugin-tailwindcss"
},
"homepage": "https://github.com/francoismassart/eslint-plugin-tailwindcss",
"bugs": "https://github.com/francoismassart/eslint-plugin-tailwindcss/issues",
"main": "lib/index.js",
"scripts": {
"test": "mocha tests --recursive"
},
"files": [
"lib"
],
"peerDependencies": {
"tailwindcss": "^3.3.5"
},
"dependencies": {
"fast-glob": "^3.3.2",
"postcss": "^8.4.31"
},
"devDependencies": {
"@angular-eslint/template-parser": "^15.2.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.10",
"@typescript-eslint/parser": "^6.12.0",
"autoprefixer": "^10.4.16",
"daisyui": "^2.6.4",
"eslint": "^8.54.0",
"mocha": "^10.2.0",
"tailwindcss": "^3.3.5",
"typescript": "5.3.2",
"vue-eslint-parser": "^9.3.2"
},
"engines": {
"node": ">=12.13.0"
},
"license": "MIT"
}