slanted-gamedev-toolz
Version:
A slanted mix of tools for your brilliant ideas in game design.
66 lines (65 loc) • 1.78 kB
JSON
{
"name": "slanted-gamedev-toolz",
"version": "1.0.31",
"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",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"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.6",
"@fontsource/nova-cut": "^5.2.6",
"lorem-ipsum": "^2.0.8",
"pako": "^2.1.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-toastify": "^11.0.5",
"slanted-gamedev-toolz": "^1.0.23",
"zustand": "^5.0.5"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@storybook/react-vite": "^9.0.6",
"@types/pako": "^2",
"@types/react": "^19.1.6",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.5.1",
"eslint": "^9.28.0",
"storybook": "^9.0.6",
"typescript": "^5.8.3",
"vite": "^6.3.5"
}
}