forked from SamGoody/tailwind-children
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 970 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
{
"name": "tailwind-children",
"version": "0.2.2",
"description": "Tailwind plugin which enables setting CSS rules for all children in parent",
"main": "src/index.cjs",
"module": "src/index.mjs",
"source": "src/index.mjs",
"type": "module",
"scripts": {
"test": "node --experimental-vm-modules ./node_modules/.bin/jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SamGoody/tailwind-children.git"
},
"keywords": [
"tailwind",
"tailwindcss",
"children",
"plugin",
"descendant"
],
"author": "Sam Goody",
"license": "AGPL-1.0-or-later",
"bugs": {
"url": "https://github.com/SamGoody/tailwind-children/issues"
},
"homepage": "https://github.com/SamGoody/tailwind-children#readme",
"devDependencies": {
"jest": "^27.5.1",
"jest-matcher-css": "^1.1.0",
"postcss": "^8.4.6"
},
"dependencies": {
"tailwindcss": "^3.0.22",
"require-esm-in-cjs": "^0.0.1"
}
}