-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 948 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
32
33
34
35
36
37
38
39
40
41
{
"name": "tailwindcss-text-indent",
"version": "1.0.2",
"description": "Text-indent utilities for Tailwind CSS.",
"keywords": [
"plugin",
"tailwind",
"tailwind css",
"tailwindcss",
"tailwindcss-plugin"
],
"homepage": "https://github.com/hacknug/tailwindcss-text-indent#readme",
"bugs": {
"url": "https://github.com/hacknug/tailwindcss-text-indent/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hacknug/tailwindcss-text-indent.git"
},
"license": "MIT",
"author": {
"name": "Nestor Vera",
"email": "[email protected]",
"url": "https://nestor.rip/"
},
"main": "index.js",
"scripts": {
"dev": "jest --watchAll",
"test": "jest"
},
"dependencies": {
"flat": "^5.0.0",
"lodash": "^4.17.11"
},
"devDependencies": {
"jest": "^29.4.1",
"jest-matcher-css": "^1.0.3",
"postcss": "^8.0.9",
"tailwindcss": "^2.2.4"
}
}