{ "name": "@discordjs/ui", "version": "0.1.0", "description": "", "scripts": { "test": "vitest run --config ../../vitest.config.ts", "build": "vite build", "lint": "prettier --check . && cross-env TIMING=1 eslint src --ext .mjs,.js,.ts,.tsx --format=pretty", "format": "prettier --write . && cross-env TIMING=1 eslint src --ext .mjs,.js,.ts,.tsx --fix --format=pretty", "prepack": "yarn build && yarn lint", "changelog": "git cliff --prepend ./CHANGELOG.md -u -c ./cliff.toml -r ../../ --include-path 'packages/ui/*'", "release": "cliff-jumper", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build", "chromatic": "chromatic" }, "type": "module", "module": "./dist/ui.js", "typings": "./dist/index.d.ts", "exports": { "import": "./dist/ui.js", "types": "./dist/index.d.ts" }, "sideEffects": false, "directories": { "lib": "src" }, "files": [ "dist" ], "contributors": [ "Crawl ", "SpaceEEC ", "Vlad Frangu ", "Aura Román " ], "license": "Apache-2.0", "keywords": [], "repository": { "type": "git", "url": "git+https://github.com/discordjs/discord.js.git" }, "bugs": { "url": "https://github.com/discordjs/discord.js/issues" }, "homepage": "https://discord.js.org", "dependencies": { "ariakit": "^2.0.0-next.44", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@favware/cliff-jumper": "^2.0.0", "@react-icons/all-files": "^4.1.0", "@storybook/addon-essentials": "^7.0.5", "@storybook/addon-interactions": "^7.0.5", "@storybook/addon-links": "^7.0.5", "@storybook/addon-styling": "^1.0.1", "@storybook/blocks": "^7.0.5", "@storybook/react": "^7.0.5", "@storybook/react-vite": "^7.0.5", "@storybook/testing-library": "^0.1.0", "@types/node": "16.18.23", "@types/react": "^18.0.35", "@types/react-dom": "^18.0.11", "@unocss/eslint-config": "^0.51.4", "@unocss/reset": "^0.51.4", "@vitejs/plugin-react": "^3.1.0", "@vitest/coverage-c8": "^0.30.1", "chromatic": "^6.17.3", "cross-env": "^7.0.3", "eslint": "^8.38.0", "eslint-config-neon": "^0.1.42", "eslint-formatter-pretty": "^5.0.0", "eslint-plugin-storybook": "^0.6.11", "prettier": "^2.8.7", "prop-types": "^15.8.1", "storybook": "^7.0.5", "typescript": "^5.0.4", "unocss": "^0.51.4", "vite": "^4.2.1", "vite-plugin-dts": "^2.3.0", "vitest": "^0.29.8" }, "engines": { "node": ">=16.9.0" }, "publishConfig": { "access": "public" } }