react-basic-elements
Version:
A lightweight collection of basic React layout and UI primitives with built-in style support.
60 lines (59 loc) • 1.36 kB
JSON
{
"name": "react-basic-elements",
"version": "0.1.10",
"type": "module",
"private": false,
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.es.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"devDependencies": {
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"typescript": "^5.2.2",
"vite": "^5.1.6",
"vite-plugin-dts": "^4.5.3"
},
"description": "A lightweight collection of basic React layout and UI primitives with built-in style support.",
"keywords": [
"react",
"components",
"ui",
"layout",
"primitive",
"flex",
"box",
"stack",
"group",
"center",
"grid",
"divider",
"text",
"minimal-ui",
"lightweight"
],
"license": "MIT"
}