@fchh/fcos-suite-ui
Version:
Reusable UI components based on React and TailwindCSS for the Fab City OS Suite (initially funded by the Interfacer EU project).
92 lines (91 loc) • 2.74 kB
JSON
{
"name": "@fchh/fcos-suite-ui",
"version": "1.3.12",
"description": "Reusable UI components based on React and TailwindCSS for the Fab City OS Suite (initially funded by the Interfacer EU project).",
"module": "./dist/fcos-suite-ui.js",
"types": "./dist/fcos-suite-ui.d.ts",
"type": "module",
"exports": {
".": "./dist/fcos-suite-ui.js",
"./style.css": "./dist/fcos-suite-ui.css"
},
"scripts": {
"ladle": "ladle serve",
"build:ladle": "ladle build",
"build": "vite build",
"prepublishOnly": "npm install && npm run build",
"lint": "npx eslint --fix .",
"format": "npx prettier --write .",
"prepare": "husky"
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx}": [
"npx prettier --write",
"npx eslint --fix"
]
},
"repository": {
"type": "git",
"url": "git@gitlab.fabcity.hamburg:fcos-suite/fcos-suite-ui.git"
},
"keywords": [
"React",
"Tailwind",
"UI",
"FCHH",
"Fab City",
"Interfacer",
"FCOS",
"FCOS Suite"
],
"files": [
"dist/**/*",
"README.md"
],
"author": "Moritz Stückler <moritz@bitbetter.de> (https://github.com/preya)",
"contributors": [
"Truong Le <lesontruong9a10@gmail.com> (https://github.com/truongleit)",
"Agustina Carrion Cresta <agus.carrion@gmail.com> (https://github.com/Agustina-Carrion)",
"Raphael Haus (https://www.linkedin.com/in/raphael-haus-61b68013a)",
"Oliver Schartz (https://www.linkedin.com/in/schwartzoliver/)"
],
"license": "ISC",
"devDependencies": {
"@carbon/icons-react": "^11.56.0",
"@fontsource/ibm-plex-sans": "^5.2.5",
"@fontsource/inter": "^5.2.5",
"@fontsource/karla": "^5.2.5",
"@ladle/react": "^5.0.1",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^22.13.5",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.8.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"postcss": "^8.5.3",
"prettier": "^3.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.1",
"tailwindcss-scoped-groups": "^2.0.0",
"typescript": "^5.7.3",
"vite": "^6.2.0",
"vite-plugin-dts": "^4.5.0"
},
"dependencies": {
"clsx": "^2.1.1",
"embla-carousel": "^8.5.2",
"embla-carousel-react": "^8.5.2",
"react-lite-youtube-embed": "^2.5.1"
}
}