@venkat91/ark-ui-components
Version:
React component library built on Ark UI with TypeScript and Panda CSS
95 lines (94 loc) • 2.54 kB
JSON
{
"name": "@venkat91/ark-ui-components",
"version": "1.0.9",
"description": "React component library built on Ark UI with TypeScript and Panda CSS",
"type": "module",
"main": "./dist/index.cjs.js",
"module": "./dist/index.es.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.es.js",
"require": "./dist/index.cjs.js"
},
"./styles.css": "./dist/styles.css"
},
"files": [
"dist",
"README.md"
],
"scripts": {
"dev": "vite",
"build": "panda codegen && tsc -b && vite build",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest --coverage",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepare-css": "panda codegen",
"clean": "rm -rf dist"
},
"keywords": [
"react",
"components",
"ui",
"ark-ui",
"typescript",
"panda-css",
"design-system"
],
"author": "My Ark UI Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/venkatkommina/my-ark-ui-app.git",
"directory": "packages/ui-components"
},
"homepage": "https://github.com/venkatkommina/my-ark-ui-app#readme",
"bugs": {
"url": "https://github.com/venkatkommina/my-ark-ui-app/issues"
},
"dependencies": {
"@ark-ui/react": "^5.11.0",
"react-icons": "^5.5.0"
},
"devDependencies": {
"@chromatic-com/storybook": "^4.0.0",
"@eslint/js": "^9.25.0",
"@pandacss/dev": "^0.53.7",
"@storybook/addon-a11y": "^9.0.4",
"@storybook/addon-docs": "^9.0.4",
"@storybook/addon-onboarding": "^9.0.4",
"@storybook/addon-vitest": "^9.0.4",
"@storybook/react-vite": "^9.0.4",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.1",
"@vitest/browser": "^3.2.1",
"@vitest/coverage-v8": "^3.2.1",
"eslint": "^9.25.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"eslint-plugin-storybook": "^9.0.4",
"globals": "^16.0.0",
"playwright": "^1.52.0",
"storybook": "^9.0.4",
"typescript": "~5.8.3",
"typescript-eslint": "^8.30.1",
"vite": "^6.3.5",
"vite-plugin-dts": "^4.5.4",
"vitest": "^3.2.1"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=8.0.0"
}
}