@twstyled/babel-preset
Version:
Babel plugin for twstyled -- the full-featured Tailwind CSS + CSS in JS Compiler
67 lines • 1.6 kB
JSON
{
"name": "@twstyled/babel-preset",
"version": "3.2.4",
"description": "Babel plugin 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": {
"@twstyled/util": "^3.2.4",
"stylis": "^4.0.7",
"mkdirp": "^0.5.1",
"normalize-path": "^3.0.0",
"source-map": "^0.7.3",
"clsx": "^1.1.1",
"json5": "^2.2.0",
"chalk": "^4.1.0",
"@babel/code-frame": "^7.12.13",
"@babel/core": "^7.13.8",
"@linaria/babel-preset": "^3.0.0-beta.1",
"@linaria/shaker": "^3.0.0-beta.1",
"@xwind/core": "0.8.0",
"@xwind/class-utilities": "^0.8.0"
},
"devDependencies": {
"@types/stylis": "^4.0.0",
"@types/babel__core": "^7.1.12",
"@types/babel__code-frame": "^7.0.2",
"@types/mkdirp": "^0.5.2",
"@types/normalize-path": "^3.0.0",
"@babel/cli": "^7.13.0",
"@babel/preset-env": "^7.13.8",
"@babel/preset-react": "^7.12.13",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"typescript": "^4.2.2"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"twstyled",
"nextjs",
"tailwindcss",
"xwind",
"linaria",
"babel",
"novela",
"rollup",
"vite"
]
}