@praetorian-chariot/ui
Version:
The UI component library for Chariot, built with Tailwind CSS and React.
104 lines (103 loc) • 3.13 kB
JSON
{
"name": "@praetorian-chariot/ui",
"version": "1.0.8",
"description": "The UI component library for Chariot, built with Tailwind CSS and React.",
"main": "./dist/index.js",
"module": "./dist/index.esm.js",
"types": "./dist/index.d.ts",
"style": "./dist/index.css",
"files": [
"dist",
"theme.mjs",
"tailwind.config.js"
],
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.esm.js",
"require": "./dist/index.js"
},
"./index.css": "./dist/index.css",
"./theme": "./theme.mjs",
"./tailwind.config.js": "./tailwind.config.js"
},
"scripts": {
"build": "rollup -c",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"prepublishOnly": "node ./script/prepublish.js && npm run build",
"postpublish": "node ./script/postpublish.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/praetorian-inc/chariot-ui-components.git"
},
"keywords": [
"tailwind",
"react",
"components",
"chariot",
"praetorian"
],
"author": "Praetorian",
"license": "MIT",
"bugs": {
"url": "https://github.com/praetorian-inc/chariot-ui-components/issues"
},
"homepage": "https://github.com/praetorian-inc/chariot-ui-components#readme",
"dependencies": {
"@headlessui/react": "^2.2.4",
"@heroicons/react": "^2.1.5",
"@nivo/line": "^0.98.0",
"@praetorian-chariot/ui": "^0.0.58",
"@storybook/preview-api": "8.4.2",
"@tanstack/react-virtual": "^3.10.9",
"framer-motion": "^11.11.11",
"lucide-react": "^0.454.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"recharts": "^2.15.3",
"tailwind-merge": "^2.5.4",
"vite": "^5.4.0"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.9.0",
"@eslint/js": "^9.13.0",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@storybook/addon-designs": "^8.0.4",
"@storybook/addon-essentials": "8.4.2",
"@storybook/addon-interactions": "8.4.2",
"@storybook/addon-links": "8.4.2",
"@storybook/addon-onboarding": "8.4.2",
"@storybook/addon-themes": "8.4.2",
"@storybook/blocks": "8.4.2",
"@storybook/react": "8.4.2",
"@storybook/react-vite": "8.4.2",
"@storybook/test": "8.4.2",
"@types/eslint__js": "^8.42.3",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.13.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"globals": "^15.11.0",
"postcss": "^8.4.47",
"prop-types": "^15.8.1",
"rollup": "^4.24.2",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-svg": "^2.0.0",
"rollup-plugin-typescript2": "^0.36.0",
"storybook": "^8.6.14",
"storybook-addon-pseudo-states": "^4.0.2",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2",
"vite-plugin-svgr": "^4.2.0"
}
}