UNPKG

eventx-design-system

Version:
80 lines 2.26 kB
{ "name": "eventx-design-system", "version": "0.3.0", "description": "Design System do EventX", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "dev": "storybook dev -p 6006", "build": "tsc && npm run build-storybook", "build-storybook": "storybook build", "lint": "eslint src --ext .ts,.tsx", "lint:fix": "eslint src --ext .ts,.tsx --fix", "type-check": "tsc --noEmit", "test": "jest", "test:watch": "jest --watch", "clean": "rm -rf dist node_modules/.cache", "prepublishOnly": "npm run build" }, "keywords": [ "design-system", "react", "styled-components", "eventx", "ui", "components", "typescript", "figma", "design-tokens" ], "author": "EventX Team", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/EventXDev/eventx-design-system.git" }, "homepage": "https://github.com/EventXDev/eventx-design-system#readme", "bugs": { "url": "https://github.com/EventXDev/eventx-design-system/issues" }, "peerDependencies": { "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0", "styled-components": "^5.3.0" }, "devDependencies": { "@storybook/addon-actions": "^7.6.7", "@storybook/addon-essentials": "^7.6.7", "@storybook/addon-interactions": "^7.6.7", "@storybook/addon-links": "^7.6.7", "@storybook/blocks": "^7.6.7", "@storybook/react": "^7.6.7", "@storybook/react-vite": "^7.6.7", "@storybook/testing-library": "^0.2.2", "@types/react": "^18.2.45", "@types/react-dom": "^18.2.18", "@types/styled-components": "^5.1.34", "@typescript-eslint/eslint-plugin": "^6.14.0", "@typescript-eslint/parser": "^6.14.0", "eslint": "^8.55.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^29.7.0", "prettier": "^3.1.1", "react": "^18.2.0", "react-dom": "^18.2.0", "storybook": "^7.6.7", "styled-components": "^6.1.6", "typescript": "^5.3.3", "vite": "^5.0.10" }, "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0", "styled-components": "^6.1.6" } }