@thisismanta/react-playbook
Version:
**Playbook** is a UI library made for listing React components.
61 lines (60 loc) • 1.47 kB
JSON
{
"name": "@thisismanta/react-playbook",
"version": "9.0.3",
"description": "",
"files": [
"lib"
],
"exports": {
".": "./lib/index.js",
"./*": "./lib/*.js"
},
"scripts": {
"start": "vite ./web",
"build": "rm -rf lib/* && tsc --project tsconfig.build.json && cp src/*.css lib",
"test": "tsc --noEmit && vitest src --no-watch --dom",
"preversion": "npm run build",
"version": "npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThisIsManta/react-playbook.git"
},
"keywords": [
"react",
"storybook",
"catalog",
"ui",
"gallery"
],
"author": "Anantachai Saothong",
"license": "MIT",
"bugs": {
"url": "https://github.com/ThisIsManta/react-playbook/issues"
},
"homepage": "https://github.com/ThisIsManta/react-playbook#readme",
"devDependencies": {
"@testing-library/react": "^16.3.0",
"@thisismanta/semantic-version": "^9.1.1",
"@types/lodash": "^4.17.17",
"@types/react": "^18.3.21",
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react": "^4.5.1",
"happy-dom": "^17.6.3",
"lefthook": "^1.11.13",
"lodash": "^4.17.21",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.8.3",
"vite": "^6.3.5",
"vitest": "^3.2.1"
},
"peerDependencies": {
"classnames": "^2.5.1",
"lodash": "^4.17.21",
"react": ">=18.3.1"
},
"engines": {
"node": "22"
}
}