-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.3 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
{
"name": "@markusantonwolf/tailwind-css-plugin-filters",
"version": "1.2.1",
"description": "A Tailwind CSS plugin for usefull css filter utilities.",
"main": "src/index.js",
"scripts": {
"test": "NODE_ENV=test node ./src/index.js",
"prebuild": "node ./src/export.js",
"build": "node ./scripts/build.js",
"upload": "npm publish --access public",
"patch": "npm version patch",
"minor": "npm version minor",
"major": "npm version major"
},
"author": {
"name": "Markus A. Wolf",
"email": "hello@markusantonwolf.com",
"url": "https://www.markusantonwolf.com/en/"
},
"homepage": "https://github.com/markusantonwolf/tailwind-css-plugin-filters#readme",
"bugs": {
"url": "https://github.com/markusantonwolf/tailwind-css-plugin-filters/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/markusantonwolf/tailwind-css-plugin-filters.git"
},
"license": "MIT",
"dependencies": {
"change-case": "^4.1.2",
"clean-css": "^4.2.1",
"lodash": "^4.17.20"
},
"devDependencies": {
"autoprefixer": "^9.6.1",
"tailwindcss": "^1.8.3"
},
"peerDependencies": {
"tailwindcss": "^1.8.3 || ^2.0.0"
}
}