dojo-fe-shared
Version:
Shared React component library for Dojo FE (SuperAdmin, Admin, Student/Contact)
88 lines (87 loc) • 2.42 kB
JSON
{
"name": "dojo-fe-shared",
"version": "2.1.0",
"description": "Shared React component library for Dojo FE (SuperAdmin, Admin, Student/Contact)",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsup src/index.ts --dts --format esm,cjs",
"lint": "eslint src --ext .ts,.tsx",
"test": "jest",
"pack": "npm run build && npm pack",
"publish:patch": "./scripts/publish.sh patch",
"publish:minor": "./scripts/publish.sh minor",
"publish:major": "./scripts/publish.sh major",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"@hookform/error-message": ">=2.0.0",
"lodash": ">=4.0.0",
"notistack": ">=3.0.0",
"react": ">=18.0.0",
"react-dom": ">=18.0.0",
"react-hook-form": ">=7.0.0",
"react-i18next": ">=15.0.0",
"react-multi-date-picker": ">=4.0.0",
"react-places-autocomplete": ">=7.0.0",
"react-quill": ">=2.0.0",
"react-table": ">=7.0.0",
"tailwindcss": ">=3.0.0"
},
"devDependencies": {
"@types/lodash": "^4.17.20",
"@types/react": "^18.0.0",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18.0.0",
"@types/react-places-autocomplete": "^7.2.14",
"@types/react-table": "^7.7.20",
"autoprefixer": "^10.0.0",
"eslint": "^8.0.0",
"jest": "^29.0.0",
"postcss": "^8.0.0",
"tailwindcss": "^3.0.0",
"tailwindcss-rtl": "^0.9.0",
"tsup": "^7.0.0",
"typescript": "^5.0.0"
},
"dependencies": {
"@chakra-ui/react": "^2.7.0",
"@hookform/error-message": ">=2.0.0",
"lodash": ">=4.0.0",
"moment": "^2.30.1",
"notistack": ">=3.0.0",
"react-beautiful-dnd": "^13.1.1",
"react-hook-form": ">=7.0.0",
"react-i18next": ">=15.0.0",
"react-multi-date-picker": ">=4.0.0",
"react-places-autocomplete": ">=7.0.0",
"react-quill": ">=2.0.0",
"react-router-dom": "^7.7.1",
"react-table": ">=7.0.0"
},
"keywords": [
"react",
"components",
"ui",
"dojo",
"shared",
"typescript"
],
"author": "Dojo Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://sulemanahsandev@bitbucket.org/boolmind-team/dojo-fe-shared.git"
}
}