@fefade/react
Version:
Reusable React UI components powered by the FEFADE core system.
53 lines (52 loc) • 1.11 kB
JSON
{
"name": "@fefade/react",
"version": "0.0.3",
"description": "Reusable React UI components powered by the FEFADE core system.",
"private": false,
"author": "Diógenes Rodrigues <https://github.com/dxdns>",
"publishConfig": {
"access": "public"
},
"license": "MIT",
"homepage": "https://fefade.dev",
"repository": {
"type": "git",
"url": "git+https://github.com/dxdns/fefade.git"
},
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "vite dev",
"build": "tsc && vite build",
"preview": "vite preview",
"build:watch": "tsc --watch & vite build --watch"
},
"peerDependencies": {
"@fefade/core": "^0.0.3"
},
"devDependencies": {
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"vite-plugin-dts": "^4.5.4",
"vite-plugin-lib-inject-css": "^2.2.2",
"@fefade/core": "*"
},
"keywords": [
"react",
"react-ui",
"ui",
"fefade",
"components",
"ui-components",
"react-pkg",
"dxdns",
"kit"
]
}