UNPKG

@thlmenezes/ui-react

Version:

Devopness Design System React Components - Painless essential DevOps to everyone

143 lines (142 loc) 4.09 kB
{ "$schema": "https://json.schemastore.org/package.json", "name": "@thlmenezes/ui-react", "type": "module", "version": "2.150.0", "publishConfig": { "access": "public" }, "description": "Devopness Design System React Components - Painless essential DevOps to everyone", "main": "dist/components.cjs", "module": "dist/components.js", "types": "dist/components.d.ts", "files": [ "dist" ], "exports": { ".": { "types": "./dist/components.d.ts", "import": "./dist/components.js", "require": "./dist/components.cjs" }, "./colors": { "types": "./dist/colors.d.ts", "import": "./dist/colors.js", "require": "./dist/colors.cjs" }, "./fonts": { "types": "./dist/fonts.d.ts", "import": "./dist/fonts.js", "require": "./dist/fonts.cjs" }, "./hooks": { "types": "./dist/hooks.d.ts", "import": "./dist/hooks.js", "require": "./dist/hooks.cjs" }, "./icons": { "types": "./dist/icons.d.ts", "import": "./dist/icons.js", "require": "./dist/icons.cjs" } }, "scripts": { "build": "rm -Rf dist && tsc -b && vite build", "lint": "eslint --max-warnings=0 . && prettier --check .", "test": "vitest run", "storybook": "storybook dev -p 6006", "build-storybook": "NODE_ENV=production storybook build -c .storybook -o ./storybook-static", "prepublishOnly": "npm test", "prepare": "npm run build", "preversion": "npm run lint" }, "repository": { "type": "git", "url": "git+https://github.com/devopness/devopness.git" }, "keywords": [ "Cloud Engineering", "Cloud Infrastructure Management", "Cloud Platform Engineering", "Configuration Management", "DevOps", "Devopness", "Deploy", "Deployment", "Platform Engineering", "Zero Downtime Deploy", "Server Management" ], "author": "Devopness (https://www.devopness.com)", "license": "MIT", "release": { "branches": [ "main" ] }, "bugs": { "url": "https://github.com/devopness/devopness/issues" }, "homepage": "https://github.com/devopness/devopness#readme", "dependencies": { "@mui/material": "^6.1.2", "@mui/styled-engine-sc": "^6.1.2", "@react-icons/all-files": "https://github.com/react-icons/react-icons/releases/download/v5.2.1/react-icons-all-files-5.2.1.tgz", "framer-motion": "^11.9.0", "ldrs": "^1.0.2", "lodash": "^4.17.21", "path-browserify": "^1.0.1", "styled-components": "^6.1.13" }, "devDependencies": { "@emotion/styled": "^11.13.0", "@eslint/js": "^9.9.0", "@storybook/addon-essentials": "^8.3.4", "@storybook/blocks": "^8.3.4", "@storybook/manager-api": "^8.3.4", "@storybook/react": "^8.3.4", "@storybook/react-vite": "^8.3.4", "@storybook/test": "^8.3.4", "@storybook/theming": "^8.3.4", "@testing-library/react": "^16.0.1", "@types/lodash": "^4.17.9", "@types/node": "^22.7.4", "@types/path-browserify": "^1.0.3", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react-swc": "^3.7.1", "eslint": "^8.57.1", "eslint-plugin-import": "^2.30.0", "eslint-plugin-import-helpers": "^1.3.1", "eslint-plugin-prefer-arrow": "^1.2.3", "eslint-plugin-react": "^7.37.0", "eslint-plugin-react-hooks": "^5.1.0-rc.0", "eslint-plugin-react-refresh": "^0.4.9", "eslint-plugin-storybook": "^0.9.0", "globals": "^15.9.0", "jsdom": "^25.0.1", "prettier": "^3.3.3", "prettier-plugin-multiline-arrays": "^3.0.6", "react": "^18.3.1", "react-dom": "^18.3.1", "storybook": "^8.3.4", "typescript": "^5.5.3", "typescript-eslint": "^8.0.1", "vite": "^5.4.1", "vite-plugin-dts": "^4.2.3", "vite-tsconfig-paths": "^5.0.1", "vitest": "^2.1.2" }, "peerDependencies": { "react": "^18.3.1", "react-dom": "^18.3.1" }, "eslintConfig": { "extends": [ "plugin:storybook/recommended" ] }, "overrides": { "styled-components": "$styled-components" } }