tanstack
Version:
A CLI tool to create TanStack applications
53 lines (52 loc) • 1.3 kB
JSON
{
"name": "tanstack",
"version": "1.0.3",
"description": "A CLI tool to create TanStack applications",
"main": "index.js",
"bin": {
"create-tanstack-app": "./bin/create-tanstack-app.js",
"tanstack": "./bin/create-tanstack-app.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"tanstack",
"cli",
"create-app",
"scaffolding"
],
"author": "sh20raj (x.com/sh20raj | github.com/sh20raj)",
"license": "MIT",
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/sh20raj/tanstack.git"
},
"homepage": "https://github.com/sh20raj/tanstack",
"bugs": {
"url": "https://github.com/sh20raj/tanstack/issues"
},
"dependencies": {
"create-gi": "^1.0.4",
"encriptorjs": "^1.0.2",
"glijs": "^1.0.1",
"htmled": "^1.0.1",
"markmind-editor": "^0.1.0",
"niva-ui": "^0.1.0",
"notion-design-system": "^1.0.0",
"parsemarkjs": "^1.0.1",
"queryxjs": "^1.0.0",
"safestore": "^1.0.0-beta.1",
"sanskrit-lang": "^0.1.1",
"showdown-extensions": "^1.0.1",
"sopplayer": "^1.0.0",
"steamlit": "^1.0.0",
"tanstack": "^1.0.1",
"terabox": "^1.0.0",
"vibly": "^0.1.2",
"webscrapperjs": "^1.0.0"
}
}