@twstyled/theme
Version:
Runtime theming support for twstyled -- the full-featured Tailwind CSS + CSS in JS Compiler
43 lines (42 loc) • 816 B
JSON
{
"name": "@twstyled/theme",
"version": "3.2.4",
"description": "Runtime theming support 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",
"js.js"
],
"peerDependencies": {
"react": "^17.0.1"
},
"dependencies": {
"deepmerge": "^4.2.2"
},
"devDependencies": {},
"publishConfig": {
"access": "public"
},
"keywords": [
"twstyled",
"nextjs",
"tailwindcss",
"xwind",
"linaria",
"babel",
"novela",
"rollup",
"vite"
]
}