UNPKG

tsx-stack

Version:

⚡ Scaffold a modern React + TypeScript app with your choice of router, state, query, and styling stack

59 lines (58 loc) 1.21 kB
{ "name": "tsx-stack", "version": "1.1.0", "description": "⚡ Scaffold a modern React + TypeScript app with your choice of router, state, query, and styling stack", "license": "MIT", "author": "Vijaya Suriyan v", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "bin": { "create-my-stack": "./dist/index.js" }, "scripts": { "dev": "tsx index.ts", "build": "tsc", "clean": "rm -rf dist" }, "keywords": [ "react", "typescript", "vite", "cli", "scaffold", "starter", "tanstack-router", "react-router", "redux", "zustand", "jotai", "tanstack-query", "react-query", "tailwind", "mui", "frontend" ], "repository": { "type": "git", "url": "https://github.com/VijayasuriyanV/TSX-stack.git" }, "dependencies": { "chalk": "^5.4.1", "execa": "^9.6.0", "fs-extra": "^11.3.0", "minimist": "^1.2.8", "ora": "^8.2.0", "prompts": "^2.4.2" }, "devDependencies": { "@types/fs-extra": "^11.0.4", "@types/minimist": "^1.2.5", "@types/node": "^20.11.30", "@types/prompts": "^2.4.5", "typescript": "^5.8.3" } }