@preboot.io/preboot-ui-community
Version:
A community-driven React component library to accelerate building modern SaaS applications, designed to work with PreBoot.io backend.
96 lines (95 loc) • 2.58 kB
JSON
{
"name": "@preboot.io/preboot-ui-community",
"version": "0.1.3",
"private": false,
"description": "A community-driven React component library to accelerate building modern SaaS applications, designed to work with PreBoot.io backend.",
"author": "Kamil Toszek <kamil.toszek@gmail.com> (https://preboot.io)",
"license": "MPL-2.0",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/preboot-io/preboot-ui-community.git"
},
"homepage": "https://github.com/preboot-io/preboot-ui-community#readme",
"bugs": {
"url": "https://github.com/preboot-io/preboot-ui-community/issues"
},
"keywords": [
"react",
"ui",
"components",
"mantine",
"preboot",
"saas",
"java",
"spring boot",
"typescript"
],
"files": [
"dist/**/*"
],
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./*.css": {
"import": "./dist/*.css",
"require": "./dist/*.css"
}
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "vitest",
"test:ui": "vitest --ui",
"prepublishOnly": "npm run build",
"repomix": "repomix"
},
"peerDependencies": {
"@mantine/core": "^8.0.0",
"@mantine/dates": "^8.0.0",
"@mantine/form": "^8.0.0",
"@mantine/hooks": "^8.0.0",
"@mantine/modals": "^8.0.0",
"@mantine/notifications": "^8.0.0",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0"
},
"devDependencies": {
"@mantine/core": "^8.0.0",
"@mantine/dates": "^8.0.0",
"@mantine/form": "^8.0.0",
"@mantine/hooks": "^8.0.0",
"@mantine/modals": "^8.0.0",
"@mantine/notifications": "^8.0.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@types/file-saver": "^2.0.7",
"@types/node": "^22.10.5",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/ui": "^3.2.4",
"date-fns": "^4.1.0",
"jsdom": "^26.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"typescript": "^5.7.2",
"vite": "6.2.6",
"vite-plugin-dts": "^4.4.0",
"vitest": "^3.2.4"
},
"dependencies": {
"file-saver": "^2.0.5"
}
}