UNPKG

fui-fancyui

Version:
157 lines (156 loc) 4.25 kB
{ "name": "fui-fancyui", "description": "FancyUI Libary", "author": { "name": "TobiTRy" }, "private": false, "version": "0.6.11", "type": "module", "scripts": { "dev": "vite", "dev-network": "vite --host", "build": "tsc && vite build", "preview": "vite preview", "storybook": "storybook dev -p 6006", "build:storybook": "storybook build", "lint": "npx eslint src --ext ts,tsx --report-unused-disable-directives --fix --max-warnings=-1", "checkFormat": "npx prettier --check .", "format": "npx prettier --write .", "test": "vitest", "predeploy": "npm run lint && npm run build && npm run build:storybook && npm run checkFormat", "prepare": "husky install" }, "lint-staged": { "*.ts": [ "npx eslint --ext ts --report-unused-disable-directives --max-warnings=-1", "npx prettier --write" ], "*.tsx": [ "npx eslint --ext tsx --report-unused-disable-directives --max-warnings=-1", "npx prettier --write" ], "*.mdx": [ "npx prettier --write" ], "*.yml": [ "npx prettier --write" ], "*.json": [ "npx prettier --write" ] }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "dependencies": { "react": "18.3.1", "react-dom": "18.3.1", "react-router-dom": "^6.23.0", "rollup-preserve-directives": "^1.1.3", "vite-plugin-dts": "^4.5.4", "zustand": "^5.0.6" }, "devDependencies": { "@react-spring/web": "^10.0.1", "@storybook/addon-essentials": "^8.6.14", "@storybook/addon-interactions": "^8.6.14", "@storybook/addon-links": "^8.6.14", "@storybook/addon-mdx-gfm": "^8.6.14", "@storybook/addon-themes": "^8.6.14", "@storybook/blocks": "^8.6.14", "@storybook/react": "^8.6.14", "@storybook/react-vite": "^8.6.14", "@storybook/testing-library": "^0.2.2", "@storybook/theming": "^8.6.14", "@swc/cli": "^0.7.7", "@swc/core": "^1.12.9", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "@types/color": "^4.2.0", "@types/jest": "^30.0.0", "@types/mocha": "^10.0.10", "@types/react": "18.3.1", "@types/react-dom": "18.3.1", "@types/react-test-renderer": "^19.1.0", "@types/styled-components": "^5.1.34", "@types/uuid": "^10.0.0", "@typescript-eslint/eslint-plugin": "^8.35.1", "@typescript-eslint/parser": "^8.35.1", "@vitejs/plugin-react-swc": "^3.10.2", "color": "^5.0.0", "eslint": "8.57.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.20", "eslint-plugin-storybook": "0.8.0", "husky": "^9.1.7", "jest-styled-components": "^7.2.0", "jsdom": "^26.1.0", "json": "^11.0.0", "lint-staged": "^16.1.2", "prettier": "^3.6.2", "react-test-renderer": "^18.3.1", "rollup-plugin-visualizer": "^6.0.3", "storybook": "^8.6.14", "storybook-dark-mode": "^4.0.2", "styled-components": "^6.1.19", "typescript": "^5.8.3", "uuid": "^11.1.0", "vite": "^6.0.0", "vitest": "^3.2.4" }, "peerDependencies": { "@react-spring/web": "^10.0.1", "@types/color": "^4.2.0", "@types/uuid": "^10.0.0", "color": "^5.0.0", "react": "18.3.1", "react-dom": "18.3.1", "styled-components": "^6.1.19", "uuid": "^11.1.0", "zustand": "^5.0.6" }, "files": [ "dist" ], "sideEffects": false, "main": "dist/lib/index.js", "types": "dist/lib/index.d.ts", "keywords": [ "react", "react-ui", "javascript", "ui-design", "typescript", "ui", "reactjs", "react-components", "atomic-design", "ui-components", "design-system", "ui-library", "reactui", "react-ui-components", "uilibrary" ], "exports": { ".": { "types": "./dist/lib/index.d.ts", "import": "./dist/lib/index.js", "require": "./dist/lib/index.js", "default": "./dist/lib/index.js" }, "./package.json": "./package.json" }, "license": "MIT", "homepage": "https://fui.cool/", "repository": { "type": "git", "url": "git+https://github.com/TobiTRy/fui-fancyui.git" }, "publishConfig": { "registry": "https://registry.npmjs.org/" } }