vite-plugin-twstyled
Version:
Vite plugin for twstyled -- the full-featured Tailwind CSS + CSS in JS Compiler
46 lines • 1 kB
JSON
{
"name": "vite-plugin-twstyled",
"version": "3.2.4",
"description": "Vite 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": {
"vite": "^2.0.4",
"rollup": "^2.40.0"
},
"dependencies": {
"@twstyled/babel-preset": "^3.2.4",
"@babel/core": "^7.13.8",
"@rollup/pluginutils": "4.1.0",
"@babel/plugin-transform-react-jsx": "^7.12.17",
"@babel/plugin-transform-typescript": "^7.13.0"
},
"devDependencies": {},
"publishConfig": {
"access": "public"
},
"keywords": [
"twstyled",
"nextjs",
"tailwindcss",
"xwind",
"linaria",
"babel",
"novela",
"rollup",
"vite"
]
}