lona-react
Version:
A lightweight and customizable React component library designed to simplify UI development with reusable and accessible components.
61 lines (60 loc) • 1.42 kB
JSON
{
"name": "lona-react",
"version": "1.0.6",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "src/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/jonahgeek/lona-react.git"
},
"keywords": [
"react",
"tailwind",
"reusable-components"
],
"author": "jonahgeek",
"license": "ISC",
"description": "A lightweight and customizable React component library designed to simplify UI development with reusable and accessible components.",
"dependencies": {
"@tailwindcss/cli": "^4.0.16",
"@tailwindcss/postcss": "^4.0.16",
"prop-types": "^15.8.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-scripts": "^5.0.1",
"rollup-plugin-terser": "^7.0.2"
},
"devDependencies": {
"@babel/cli": "^7.27.0",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"autoprefixer": "^10.4.8",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-prettier": "^5.2.3",
"postcss": "^8.4.16",
"tailwindcss": "^3.3.3",
"typescript": "^5.8.2"
},
"resolutions": {
"babel-loader": "8.1.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}