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.
52 lines
1.3 KiB
52 lines
1.3 KiB
{
|
|
"name": "@xpd/tailwind-3dtransforms",
|
|
"version": "1.0.3",
|
|
"description": "Tailwind plugin to enable css 3d transforms for tailwind.",
|
|
"main": "dist/index.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "rollup -c rollup.config.js",
|
|
"dev": "rollup -c --watch",
|
|
"test": "jest"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/XPD-Kasun/tailwind-3dtransform-plugin.git"
|
|
},
|
|
"keywords": [
|
|
"tailwind",
|
|
"perspective",
|
|
"transform",
|
|
"3d",
|
|
"rotate",
|
|
"translate",
|
|
"scale",
|
|
"flip",
|
|
"perspective origin"
|
|
],
|
|
"author": "XPD",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/XPD-Kasun/tailwind-3dtransform-plugin/issues"
|
|
},
|
|
"homepage": "https://github.com/XPD-Kasun/tailwind-3dtransform-plugin#readme",
|
|
"devDependencies": {
|
|
"@jest/globals": "^29.5.0",
|
|
"@rollup/plugin-node-resolve": "^15.0.2",
|
|
"@rollup/plugin-typescript": "^11.1.0",
|
|
"@types/node": "^18.16.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.59.0",
|
|
"@typescript-eslint/parser": "^5.59.0",
|
|
"eslint": "^8.39.0",
|
|
"jest": "^29.5.0",
|
|
"jest-matcher-css": "^1.1.0",
|
|
"lightningcss": "^1.20.0",
|
|
"postcss": "^8.4.23",
|
|
"rollup": "^3.20.7",
|
|
"tailwindcss": "^3.3.1",
|
|
"ts-jest": "^29.1.0",
|
|
"typescript": "^5.0.4"
|
|
}
|
|
} |