UNPKG

storybook-mobile-addon

Version:

This addon offers suggestions on how you can improve the HTML, CSS and UX of your components to be more mobile-friendly.

93 lines (92 loc) 2.35 kB
{ "name": "storybook-mobile-addon", "version": "4.0.2", "description": "This addon offers suggestions on how you can improve the HTML, CSS and UX of your components to be more mobile-friendly.", "keywords": [ "storybook", "storybook-addons", "mobile", "ux", "responsive", "responsive design", "audit" ], "repository": { "type": "git", "url": "git+https://github.com/stevensacks/storybook-mobile-addon.git" }, "author": "Steven Sacks", "type": "module", "license": "MIT", "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/index.cjs", "import": "./dist/index.js" }, "./manager": "./dist/manager.js", "./package.json": "./package.json" }, "files": [ "dist/**/*", "README.md", "*.js", "*.d.ts" ], "scripts": { "clean": "rimraf ./dist", "prebuild": "npm run clean", "build": "tsup", "build:watch": "npm run build -- --watch", "test": "echo \"Error: no test specified\" && exit 1", "start": "run-p build:watch 'storybook --quiet'", "prerelease": "zx scripts/prepublish-checks.js", "release": "npm run build && auto shipit", "eject-ts": "zx scripts/eject-typescript.js", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build" }, "dependencies": { "lrt": "^3.1.1" }, "devDependencies": { "@storybook/react-vite": "^9.0.0", "@types/node": "22.15.24", "@types/react": "19.1.6", "@types/react-dom": "19.1.5", "@vitejs/plugin-react": "4.5.0", "auto": "11.3.0", "boxen": "8.0.1", "dedent": "^1.5.3", "evergreen-ui": "6.10.5", "npm-run-all2": "8.0.4", "prettier": "3.5.3", "prompts": "^2.4.2", "react": "18.3.1", "react-dom": "18.3.1", "rimraf": "6.0.1", "storybook": "^9.0.0", "tsup": "^8.2.4", "typescript": "^5.5.4", "vite": "6.3.5", "zx": "8.5.4" }, "peerDependencies": { "storybook": "^9.0.0" }, "publishConfig": { "access": "public" }, "bundler": { "exportEntries": [ "src/index.ts" ], "managerEntries": [ "src/manager.tsx" ] }, "storybook": { "displayName": "Storybook Mobile UX Hints", "icon": "https://user-images.githubusercontent.com/263385/101992264-ee369600-3c7f-11eb-8e9f-876d8b5ddff9.png" } }