@mankindui/core
Version:
- a react component library - you can see how @mankindui/core can be used via examples: [usage examples](https://github.com/clarklindev/mankindui-test)
116 lines (115 loc) • 3.4 kB
JSON
{
"name": "@mankindui/core",
"private": false,
"version": "0.0.87",
"type": "module",
"main": "./dist/main.js",
"module": "./dist/main.js",
"types": "./dist/types/main.d.ts",
"exports": {
".": {
"types": "./dist/types/main.d.ts",
"import": "./dist/main.js"
},
"./icons": {
"types": "./dist/types/icons/index.d.ts",
"import": "./dist/icons/index.js"
},
"./components": {
"types": "./dist/types/components/index.d.ts",
"import": "./dist/components/index.js"
},
"./context": {
"types": "./dist/types/context/index.d.ts",
"import": "./dist/context/index.js"
},
"./customhooks": {
"types": "./dist/types/customhooks/index.d.ts",
"import": "./dist/customhooks/index.js"
},
"./themes": {
"types": "./dist/types/themes/index.d.ts",
"import": "./dist/themes/index.js"
},
"./types": {
"types": "./dist/types/types/index.d.ts",
"import": "./dist/types/index.js"
},
"./utils": {
"types": "./dist/types/utils/index.d.ts",
"import": "./dist/utils/index.js"
},
"./styles.css": "./dist/assets/styles.css"
},
"files": [
"dist"
],
"sideEffects": [
"**/*.css",
"./dist/components/index.js"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/clarklindev/mankindui.git"
},
"keywords": [
"react",
"components",
"ui",
"tailwind",
"typescript"
],
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "tsc -b ./tsconfig.lib.json && vite build",
"lint": "eslint .",
"preview": "vite preview",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tailwindcss": "^4.1.1"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@types/node": "^22.13.14",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"glob": "^11.0.1",
"globals": "^15.15.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.24.1",
"vite": "^6.2.0",
"vite-plugin-dts": "^4.5.3",
"vite-plugin-lib-inject-css": "^2.2.1"
},
"dependencies": {
"@headlessui/react": "^2.2.2",
"@heroicons/react": "^2.2.0",
"@tailwindcss/vite": "^4.0.17",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"react-icons": "^5.5.0",
"react-router-dom": "^7.4.1",
"styled-components": "^6.1.17",
"tailwind-merge": "^3.0.2",
"tailwindcss": "^4.1.1"
},
"pnpm": {
"overrides": {},
"onlyBuiltDependencies": [
"esbuild"
]
}
}