You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
575 B

{
"name": "tailwindcss-3d",
"displayName": "3D Plugin for Tailwind CSS",
"description": "Add 3D transforms to your TailwindCSS project",
"keywords": [
"TailwindCSS"
],
"version": "1.0.6",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/sambauers/tailwindcss-3d.git"
},
"homepage": "https://github.com/sambauers/tailwindcss-3d",
"peerDependencies": {
"tailwindcss": ">=3.2.0"
},
"dependencies": {
"@swc/helpers": "0.5.8",
"lodash": "4.17.21"
},
"main": "index.js",
"types": "types/index.d.ts"
}