UNPKG

@nativescript/tailwind

Version:
59 lines (58 loc) 1.26 kB
{ "name": "@nativescript/tailwind", "version": "4.0.9", "description": "TailwindCSS for NativeScript", "main": "src/index.js", "files": [ "src", "nativescript.vite.mjs", "nativescript.webpack.js" ], "repository": "https://github.com/NativeScript/tailwind", "keywords": [ "nativescript", "nativescript-vue", "nativescript-theme", "theme", "tailwind", "tailwindcss", "styling", "css" ], "author": "Igor Randjelovic", "contributors": [ { "name": "NativeScript Team", "email": "oss@nativescript.org" } ], "nativescript": { "platforms": { "android": "*", "ios": "*" }, "plugin": { "nan": "true", "pan": "true", "core3": "true", "vue": "true", "category": "Developer" } }, "license": "MIT", "devDependencies": { "@nativescript/webpack": "^5.0.8", "postcss": "^8.4.16", "tailwindcss": "^4.0.0" }, "dependencies": { "@hookun/parse-animation-shorthand": "^0.1.4", "@csstools/postcss-is-pseudo-class": "~5.0.1", "@csstools/postcss-oklab-function": "^4.0.0", "@tailwindcss/postcss": "^4.0.0", "postcss-preset-env": "^10.1.3" }, "peerDependencies": { "postcss": "^8.0.0" } }