@twstyled/core
Version:
twstyled -- the full-featured Tailwind CSS + CSS in JS solution with blazing fast build times and no runtime overhead
49 lines (48 loc) • 1.23 kB
JSON
{
"name": "@twstyled/core",
"version": "3.2.4",
"description": "twstyled -- the full-featured Tailwind CSS + CSS in JS solution with blazing fast build times and no runtime overhead",
"license": "MIT",
"repository": "twstyled/twstyled",
"author": "guy@tinia.org",
"homepage": "https://github.com/twstyled/twstyled",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "dist/cjs/index.d.ts",
"engines": {
"node": ">= 10.13.0"
},
"scripts": {
"generate": "tsc && node ./dist/cjs/scripts/generate-attributes && tsc",
"build": "npm run build:esm && npm run build:cjs",
"build:esm": "tsc --module es2020 --target es2020 --outDir dist/esm",
"build:cjs": "tsc --module commonjs --target es5 --outDir dist/cjs"
},
"files": [
"dist",
"js.js"
],
"peerDependencies": {},
"dependencies": {
"@xwind/class-utilities": "^0.8.0",
"clsx": "^1.1.1",
"@emotion/is-prop-valid": "^1.1.0"
},
"devDependencies": {},
"publishConfig": {
"access": "public"
},
"keywords": [
"twstyled",
"styled-components",
"emotion",
"nextjs",
"tailwindcss",
"xwind",
"linaria",
"babel",
"novela",
"rollup",
"vite"
]
}