@twstyled/util
Version:
Utilities, config and class helpers for twstyled -- the full-featured Tailwind CSS + CSS in JS Compiler
44 lines (43 loc) • 896 B
JSON
{
"name": "@twstyled/util",
"version": "3.2.4",
"description": "Utilities, config and class helpers for twstyled -- the full-featured Tailwind CSS + CSS in JS Compiler",
"license": "MIT",
"repository": "twstyled/twstyled",
"author": "guy@tinia.org",
"homepage": "https://github.com/twstyled/twstyled",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">= 10.13.0"
},
"scripts": {
"build": "tsc"
},
"files": [
"dist"
],
"peerDependencies": {
"webpack": "^4.0.0 || ^5.0.0"
},
"dependencies": {
"@xwind/core": "0.8.0",
"@xwind/class-utilities": "^0.8.0",
"import-fresh": "^3.3.0"
},
"devDependencies": {},
"publishConfig": {
"access": "public"
},
"keywords": [
"twstyled",
"nextjs",
"tailwindcss",
"xwind",
"linaria",
"babel",
"novela",
"rollup",
"vite"
]
}