-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.14 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
{
"name": "@dp/tailwindcss-elevation",
"version": "0.0.3",
"description": "A tailwind plugin that provides beautiful shadows to elevate your components. It's heavily inspired by this blog post [Designing Beautiful Shadows in CSS](https://www.joshwcomeau.com/css/designing-shadows/) by Josh Comeau and based on his awesome [Shadow palette generator](https://www.joshwcomeau.com/shadow-palette/).",
"main": "src/index.js",
"types": "src/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"tailwindcss": ">=2.0.0 || >=3.0.0 || >=3.0.0-alpha.1"
},
"keywords": ["tailwindcss", "plugin"],
"author": "Daniel Pangerl",
"license": "MIT",
"devDependencies": {
"eslint": "^8.23.1",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"tailwind": "^4.0.0"
},
"dependencies": {
"tinycolor2": "^1.4.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DPangerl/tailwindcss-elevation.git"
},
"bugs": {
"url": "https://github.com/DPangerl/tailwindcss-elevation/issues"
},
"homepage": "https://github.com/DPangerl/tailwindcss-elevation#readme"
}