UNPKG

@capitol.ai/ui-components

Version:

Library of React components from Capitol AI

91 lines (90 loc) 2.67 kB
{ "name": "@capitol.ai/ui-components", "license": "Proprietary", "description": "Library of React components from Capitol AI", "version": "0.0.1", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "build:website": "vite build --config vite.config.website.js", "lint": "eslint .", "preview": "vite preview", "release": "npm run build && npm version patch && npm publish", "test": "vitest", "test:watch": "vitest watch", "test:coverage": "vitest run --coverage", "test:ui": "vitest --ui", "vercel-build": "npm run build:website", "analyze": "vite build --mode analyze", "size": "npm run build && gzip-size dist/capitolai-ui-components.umd.js dist/capitolai-ui-components.js dist/ui-components.css", "format": "prettier --write src/**/*.{js,jsx,json,css}", "prepare": "husky install" }, "lint-staged": { "src/**/*.{js,jsx,json,css}": [ "prettier --write" ] }, "files": [ "dist" ], "main": "dist/capitolai-ui-components.umd.js", "module": "dist/capitolai-ui-components.js", "style": "dist/ui-components.css", "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@babel/core": "^7.24.0", "@babel/preset-env": "^7.24.0", "@babel/preset-react": "^7.23.3", "@eslint/js": "^9.21.0", "@tailwindcss/line-clamp": "^0.4.4", "@tailwindcss/typography": "^0.5.16", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^14.3.1", "@testing-library/user-event": "^14.5.2", "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "@vitejs/plugin-react": "^4.3.4", "@vitest/coverage-v8": "^3.1.1", "@vitest/ui": "^3.1.1", "autoprefixer": "^10.4.21", "babel-jest": "^29.7.0", "eslint": "^9.21.0", "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^15.15.0", "gzip-size-cli": "^5.1.0", "husky": "^9.1.7", "identity-obj-proxy": "^3.0.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "jsdom": "^26.1.0", "lint-staged": "^15.5.1", "postcss": "^8.4.35", "prettier": "^3.5.3", "prettier-plugin-tailwindcss": "^0.6.11", "rollup-plugin-visualizer": "^5.12.0", "tailwindcss": "^3.4.1", "vite": "^6.3.0", "vitest": "^3.1.1" }, "dependencies": { "@faker-js/faker": "^9.7.0", "lottie-web": "^5.12.2", "markdown-to-jsx": "^7.7.6", "react-router-dom": "^7.5.0" }, "keywords": [ "react", "components", "tailwind", "library", "capitolai", "deep search", "ai tools" ] }