slanted-gamedev-toolz
Version:
A slanted mix of tools for your brilliant ideas in game design.
70 lines (69 loc) • 1.72 kB
JSON
{
"name": "slanted-gamedev-toolz",
"version": "1.0.50",
"packageManager": "yarn@4.0.1",
"license": "ISC",
"bugs": {
"url": "https://github.com/theslantedroom/SlantedGameDevToolz/issues"
},
"homepage": "https://github.com/theslantedroom/SlantedGameDevToolz#readme",
"author": "The Slanted Room",
"description": "A slanted mix of tools for your brilliant ideas in game design.",
"type": "module",
"main": "lib/lib.js",
"types": "lib/lib.d.ts",
"files": [
"lib",
"public"
],
"keywords": [
"dice",
"percentage",
"game utilities",
"chance",
"odds",
"outcome"
],
"scripts": {
"dev": "vite --host",
"start": "vite --host",
"watch": "tsc -w",
"build": "tsc && vite build",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"biome:check": "biome check",
"biome:fix": "biome format",
"check-versions": "npx npm-check-updates -p yarn",
"update-versions": "npx npm-check-updates -u -p yarn"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theslantedroom/SlantedGameDevToolz.git"
},
"dependencies": {
"@fontsource-variable/alegreya": "^5.2.8",
"@fontsource/nova-cut": "^5.2.8",
"lorem-ipsum": "^2.0.8",
"pako": "^2.1.0",
"react-toastify": "^11.0.5",
"zustand": "^5.0.12"
},
"peerDependencies": {
"react": "^19.2.6",
"react-dom": "^19.2.3"
},
"devDependencies": {
"@biomejs/biome": "2.4.10",
"@storybook/react-vite": "^10.3.4",
"@types/pako": "^2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"storybook": "^10.3.4",
"typescript": "^6.0.2",
"vite": "^8.0.3"
}
}