UNPKG

@nativescript/tailwind

Version:
51 lines (50 loc) 1.07 kB
{ "name": "@nativescript/tailwind", "version": "4.0.3", "description": "TailwindCSS for NativeScript", "main": "src/index.js", "files": [ "src", "nativescript.webpack.js" ], "repository": "https://github.com/NativeScript/tailwind", "keywords": [ "nativescript", "nativescript-vue", "nativescript-theme", "theme", "tailwind", "tailwindcss", "styling", "css" ], "author": "Igor Randjelovic", "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", "@tailwindcss/postcss": "^4.0.0", "postcss-preset-env": "^10.1.3" }, "peerDependencies": { "postcss": "^8.0.0" } }