zaions-react-ui-kit
Version:
Zaions React ui Kit, this is react projects tool kit created by Zaions Dev Team (https://zaions.com). We hope you will love this and all other packages we have developed for you, please do react out if you face any issue in packages we deliver. Once again
171 lines (170 loc) • 4.62 kB
JSON
{
"name": "zaions-react-ui-kit",
"version": "0.0.39",
"description": "Zaions React ui Kit, this is react projects tool kit created by Zaions Dev Team (https://zaions.com). We hope you will love this and all other packages we have developed for you, please do react out if you face any issue in packages we deliver. Once again have fun while working with these packages and let us know your feedback, it keeps us motivated. Have a great day :)",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "npm run unlink-packages && tsup --watch",
"build": "npm run unlink-packages && tsup && npm run build:css",
"serve": "npm run update:linked-packages && tsup && npm run build:css",
"build:css": "tailwindcss -i ./src/style.css -o ./dist/index.css --minify",
"build:css:watch": "tailwindcss -i ./src/style.css -o ./dist/index.css --watch",
"test": "npm run unlink-packages && vitest",
"update:linked-packages": "yarn install --force && yarn link zaions-tool-kit && yarn link zaions-react-tool-kit",
"unlink-packages": "yarn unlink zaions-tool-kit && yarn unlink zaions-react-tool-kit && yarn install --force",
"push:code": "git add . && git commit -m 'logic updated, taking code backup' && git push -u o main",
"deploy": "npm run build && npm publish"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/zaions/react-ui-kit.git"
},
"keywords": [
"zaions",
"tools",
"kit",
"tool kit",
"util",
"helpers",
"constants",
"functions",
"server",
"client",
"nodejs",
"typescript",
"types",
"tests",
"aoneahsan",
"ahsan mahmood",
"zaions packages",
"react ui kit"
],
"author": {
"name": "Zaions",
"email": "admin@zaions.com",
"url": "https://zaions.com/bio"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/zaions/react-ui-kit/issues"
},
"homepage": "https://github.com/zaions/react-ui-kit#readme",
"engines": {
"npm": ">=10.7.0",
"yarn": ">=1.22.22"
},
"packageManager": "yarn@1.22.22",
"peerDependenciesMeta": {
"@radix-ui/react-accordion": {
"optional": true
},
"@radix-ui/react-icons": {
"optional": true
},
"@radix-ui/themes": {
"optional": true
},
"@capacitor/network": {
"optional": true
},
"dayjs": {
"optional": true
},
"react-countdown": {
"optional": true
},
"react-dropzone": {
"optional": true
},
"react-select": {
"optional": true
},
"zaions-react-tool-kit": {
"optional": false
},
"zaions-tool-kit": {
"optional": false
},
"zod": {
"optional": true
}
},
"peerDependencies": {
"@capacitor/browser": "^6.0.4",
"@capacitor/clipboard": "^6.0.2",
"@capacitor/dialog": "^6.0.2",
"@capacitor/preferences": "^6.0.3",
"@capacitor/toast": "^6.0.3",
"@capacitor/core": "^6.2.0",
"@capacitor/network": "^6.0.3",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/themes": "^3.1.6",
"dayjs": "^1.11.13",
"formik": "^2.4.6",
"react": "^18.3.1 | ^19.0.0",
"react-countdown": "^2.3.6",
"react-dropzone": "^14.3.5",
"react-select": "^5.9.0",
"recoil": "^0.7.7",
"zaions-react-tool-kit": "0.0.30",
"zaions-tool-kit": "0.0.98",
"zod": "^3.24.1"
},
"devDependencies": {
"@capacitor/browser": "^6.0.4",
"@capacitor/clipboard": "^6.0.2",
"@capacitor/dialog": "^6.0.2",
"@capacitor/preferences": "^6.0.3",
"@capacitor/toast": "^6.0.3",
"@capacitor/core": "^6.2.0",
"@capacitor/geolocation": "^6.1.0",
"@capacitor/network": "^6.0.3",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/themes": "^3.1.6",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"autoprefixer": "^10.4.20",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.13",
"formik": "^2.4.6",
"postcss": "^8.4.49",
"react": "^19.0.0",
"react-countdown": "^2.3.6",
"react-dropzone": "^14.3.5",
"react-icons": "^5.4.0",
"react-responsive": "^10.0.0",
"react-select": "^5.9.0",
"react-toastify": "^11.0.2",
"recoil": "^0.7.7",
"tailwindcss": "^3.4.17",
"ts-node": "^10.9.2",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vitest": "^2.1.8",
"zaions-react-tool-kit": "0.0.30",
"zaions-tool-kit": "0.0.98",
"zod": "^3.24.1"
},
"contributors": [
{
"name": "Ahsan Mahmood",
"email": "aoneahsan@gmail.com",
"url": "https://aoneahsan.com"
}
],
"displayName": "Zaions React ui Kit",
"engineStrict": true,
"funding": {
"type": "individual",
"url": "https://www.patreon.com/zaions"
},
"private": false,
"pricing": "Free"
}