UNPKG

@minima-global/create-minima-app

Version:

<p align="center"> A Cli for creating and building MiniDapps on the Minima Blockchain. </p>

42 lines (41 loc) 1.18 kB
{ "name": "name-placeholder", "category": "other", "private": true, "version": "0.1.0", "type": "module", "template": "react-ts", "scripts": { "dev": "vite", "generate:routes": "tsr generate", "build": "tsc && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, "dependencies": { "@tanstack/react-router": "^1.76.3", "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { "@types/node": "^22.7.6", "@eslint/js": "^9.13.0", "@tanstack/router-devtools": "^1.76.3", "@tanstack/router-plugin": "^1.76.0", "@tanstack/router-cli": "^1.97.23", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "@vitejs/plugin-legacy": "^5.4.2", "@vitejs/plugin-react": "^4.3.3", "@vitejs/plugin-react-swc": "^3.7.1", "autoprefixer": "^10.4.16", "eslint": "^9.13.0", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.13", "tailwindcss": "^3.3.5", "typescript": "~5.6.2", "typescript-eslint": "^8.10.0", "vite": "^5.4.9", "vite-plugin-html": "^3.2.0" } }