UNPKG

@devopness/ui-react

Version:

Devopness Design System React Components - Painless essential DevOps to everyone

124 lines (123 loc) 3.46 kB
{ "$schema": "https://json.schemastore.org/package.json", "type": "module", "name": "@devopness/ui-react", "version": "2.163.0", "publishConfig": { "access": "public" }, "description": "Devopness Design System React Components - Painless essential DevOps to everyone", "main": "dist/ui-react.cjs", "module": "dist/ui-react.js", "types": "dist/index.d.ts", "files": [ "dist" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/ui-react.js", "require": "./dist/ui-react.cjs" } }, "scripts": { "build": "rm -Rf dist && tsc -b && vite build", "build-storybook": "NODE_ENV=production storybook build -c .storybook -o ./storybook-static", "lint": "eslint --max-warnings=0 . && prettier --check .", "prepublishOnly": "npm run lint && npm test && npm run build", "storybook": "storybook dev -p 6006", "test": "vitest" }, "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.4.11", "@mui/styled-engine-sc": "^6.4.9", "ldrs": "^1.1.7", "lodash": "^4.17.21", "material-ui-popup-state": "^5.3.5", "path-browserify": "^1.0.1", "react-icons": "^5.5.0", "styled-components": "^6.1.18" }, "devDependencies": { "@emotion/styled": "^11.14.0", "@eslint/js": "^9.26.0", "@storybook/addon-essentials": "8.6.12", "@storybook/blocks": "8.6.12", "@storybook/manager-api": "8.6.12", "@storybook/react": "8.6.12", "@storybook/react-vite": "8.6.12", "@storybook/test": "8.6.12", "@storybook/theming": "8.6.12", "@testing-library/react": "^16.3.0", "@types/lodash": "^4.17.16", "@types/node": "^22.15.16", "@types/path-browserify": "^1.0.3", "@types/react": "^18.3.13", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react-swc": "^3.9.0", "eslint": "^9.26.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-import-helpers": "^2.0.1", "eslint-plugin-prefer-arrow": "^1.2.3", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.20", "eslint-plugin-storybook": "^0.12.0", "globals": "^16.1.0", "jsdom": "^26.1.0", "prettier": "^3.5.3", "prettier-plugin-multiline-arrays": "^4.0.3", "react": "^18.3.1", "react-dom": "^18.3.1", "storybook": "8.6.12", "typescript": "^5.8.3", "typescript-eslint": "~8.32.0", "vite": "^6.3.5", "vite-plugin-dts": "^4.5.3", "vite-tsconfig-paths": "^5.1.4", "vitest": "^3.1.3" }, "peerDependencies": { "react": "^18.3.1", "react-dom": "^18.3.1" }, "eslintConfig": { "extends": [ "plugin:storybook/recommended" ] }, "overrides": { "styled-components": "$styled-components", "vitest": { "vite": "$vite" } } }