aliaset
Version:
twind monorepo
33 lines (32 loc) • 752 B
JSON
{
"name": "@example/using-tailwind-forms",
"description": "tailwind-forms example",
"version": "1.0.1",
"private": true,
"main": "index.js",
"license": "MIT",
"bugs": "https://github.com/tw-in-js/twind/issues",
"repository": {
"type": "git",
"url": "https://github.com/tw-in-js/twind.git",
"directory": "examples/using-tailwind-forms"
},
"engines": {
"node": ">=14"
},
"type": "module",
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@twind/core": "1.0.1",
"@twind/preset-autoprefix": "1.0.1",
"@twind/preset-tailwind": "1.0.1",
"@twind/preset-tailwind-forms": "1.0.1"
},
"devDependencies": {
"vite": "^3.2.3"
}
}