-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 891 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
{
"name": "tailwindcss-alt",
"version": "3.0.0",
"description": "Tailwind CSS plugin to add variants that can be used to change an element’s styles when one of its ancestors has a given class",
"author": "Benoît Rouleau <[email protected]>",
"license": "ISC",
"repository": "https://github.com/benface/tailwindcss-alt.git",
"bugs": "https://github.com/benface/tailwindcss-alt/issues",
"homepage": "https://github.com/benface/tailwindcss-alt",
"scripts": {
"test": "jest",
"release": "f(){ release-it $1 && github-release-from-changelog ;};f"
},
"dependencies": {
"lodash": "^4.17.19",
"postcss-selector-parser": "^6.0.2"
},
"devDependencies": {
"github-release-from-changelog": "^2.1.1",
"jest": "^26.1.0",
"jest-matcher-css": "^1.1.0",
"postcss": "^7.0.32",
"release-it": "^13.6.5",
"tailwindcss": "^1.5.1"
}
}