create-pylon
Version:
CLI for creating a Pylon
37 lines (36 loc) • 938 B
JSON
{
"name": "examples-pages",
"private": true,
"version": "0.0.1",
"type": "module",
"description": "Generated with `npm create pylon`",
"scripts": {
"dev": "pylon dev -c \"bun run .pylon/index.js\"",
"build": "pylon build"
},
"dependencies": {
"@getcronit/pylon": "canary",
"@gqty/react": "^3.1.0",
"@radix-ui/react-slot": "^1.1.2",
"bun-types": "^1.1.18",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"gqty": "^3.4.1",
"lucide-react": "^0.474.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^3.0.1",
"tailwindcss": "^4.0.4",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@getcronit/pylon-dev": "canary",
"@types/react": "^19.0.8",
"@tailwindcss/postcss": "^4.0.6"
},
"repository": {
"type": "git",
"url": "https://github.com/getcronit/pylon.git"
},
"homepage": "https://pylon.cronit.io"
}