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.77 kB
JSON
{
"name": "windows-98-ui",
"version": "1.9.2",
"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",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
},
"devDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"@chromatic-com/storybook": "^4.0.1",
"@storybook/addon-links": "^9.0.18",
"@storybook/addon-onboarding": "^9.0.18",
"@storybook/react-vite": "^9.0.18",
"@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": "^9.0.18",
"gh-pages": "^6.1.1",
"storybook": "^9.0.18",
"@storybook/addon-docs": "^9.0.18"
},
"peerDependencies": {
"react": "^16.0 || ^17.0 || ^18.0 || ^19.0",
"react-dom": "^16.0 || ^17.0 || ^18.0 || ^19.0"
}
}