@preethamkrishna/twreact-ui
Version:
A comprehensive React + Tailwind components library for building modern web apps
111 lines (110 loc) • 3.99 kB
JSON
{
"name": "@preethamkrishna/twreact-ui",
"version": "1.0.11",
"description": "A comprehensive React + Tailwind components library for building modern web apps",
"author": {
"name": "Partha Preetham Krishna",
"email": "partha.preetham.krishna@gmail.com",
"url": "https://www.linkedin.com/in/partha-preetham-krishna-68ba00197/"
},
"main": "dist/index.js",
"module": "dist/index.esm.js",
"files": [
"dist",
"package.json",
"README.md"
],
"scripts": {
"build": "node scripts/version-bump.js && NODE_ENV=production rollup -c",
"dev": "rollup -c -w",
"test": "jest",
"lint": "eslint src --ext .js,.jsx",
"lint:fix": "eslint src --ext .js,.jsx --fix",
"preview": "npm run build && npx serve dist -p 3000",
"demo": "npx serve demo -p 3000",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"version:patch": "npm version patch && git push && git push --tags",
"version:minor": "npm version minor && git push && git push --tags",
"version:major": "npm version major && git push && git push --tags",
"version:prerelease": "npm version prerelease && git push && git push --tags",
"version:prepatch": "npm version prepatch && git push && git push --tags",
"version:preminor": "npm version preminor && git push && git push --tags",
"version:premajor": "npm version premajor && git push && git push --tags",
"release": "npm run build && npm run test && npm run lint",
"release:patch": "npm run release && npm run version:patch",
"release:minor": "npm run release && npm run version:minor",
"release:major": "npm run release && npm run version:major",
"release:prerelease": "npm run release && npm run version:prerelease",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"changelog:all": "conventional-changelog -p angular -i CHANGELOG.md -s",
"prepare": "husky"
},
"keywords": [
"react",
"tailwind",
"ui",
"components",
"javascript",
"design-system"
],
"repository": {
"type": "git",
"url": "git+https://github.com/preethamkrishnadev/dreamtree-ui.git"
},
"bugs": {
"url": "https://github.com/preethamkrishnadev/dreamtree-ui/issues"
},
"homepage": "https://github.com/preethamkrishnadev/dreamtree-ui#readme",
"license": "MIT",
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"@hookform/resolvers": "^3.1.1",
"clsx": "^1.2.1",
"date-fns": "^2.30.0",
"lucide-react": "^0.263.1",
"react-hook-form": "^7.45.4",
"tailwind-merge": "^1.14.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.28.3",
"@babel/preset-env": "^7.28.3",
"@babel/preset-react": "^7.27.1",
"@babel/runtime": "^7.28.4",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@storybook/addon-essentials": "^7.6.17",
"@storybook/addon-interactions": "^7.6.17",
"@storybook/addon-links": "^7.6.17",
"@storybook/blocks": "^7.6.17",
"@storybook/react": "^7.6.17",
"@storybook/react-vite": "^7.6.17",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.5.1",
"autoprefixer": "^10.4.16",
"babel-preset-react-app": "^10.0.1",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^8.53.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.31",
"rollup": "^4.6.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"serve": "^14.2.1",
"storybook": "^7.6.17",
"tailwindcss": "^3.3.5",
"vite": "^4.5.0"
}
}