UNPKG

windows-98-ui

Version:

React component library inspired by and using the css from [98.css](https://github.com/jdan/98.css) library for vanilla html

65 lines (64 loc) 1.79 kB
{ "name": "windows-98-ui", "version": "1.8.0", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "private": false, "publishConfig": { "access": "public" }, "scripts": { "build": "tsup", "dev": "tsup -d", "changeset": "changesets version", "release": "npm run build && changeset publish", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build", "deploy-storybook": "storybook-to-ghpages", "clean": "rm -rf dist && rm -rf node_modules" }, "keywords": [ "windows", "98", "ui", "react", "component", "library", "web", "typescript" ], "author": "Benjamin Simmers", "license": "ISC", "description": "", "dependencies": { "@changesets/cli": "^2.27.10", "98.css": "^0.1.20", "prettier": "^3.4.1", "react": "^18.3.1", "tsup": "^8.3.5", "typescript": "^5.7.2" }, "devDependencies": { "@chromatic-com/storybook": "^2.0.2", "@storybook/addon-essentials": "^8.4.5", "@storybook/addon-interactions": "^8.4.5", "@storybook/addon-links": "^8.4.5", "@storybook/addon-onboarding": "^8.4.5", "@storybook/blocks": "^8.4.5", "@storybook/react": "^8.4.5", "@storybook/react-vite": "^8.4.5", "@storybook/test": "^8.4.5", "@storybook/theming": "^8.4.5", "@types/react": "^18.2.37", "@types/react-dom": "^18.2.15", "@typescript-eslint/eslint-plugin": "^6.10.0", "@typescript-eslint/parser": "^6.10.0", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-refresh": "^0.4.9", "eslint-plugin-storybook": "^0.9.0", "gh-pages": "^6.1.1", "storybook": "^8.4.5" } }