UNPKG

@samyeak/nepali-date-picker-mantine

Version:

Nepali Calendars, date and time pickers based on Mantine components

105 lines (104 loc) 3.11 kB
{ "name": "@samyeak/nepali-date-picker-mantine", "description": "Nepali Calendars, date and time pickers based on Mantine components", "keywords": [ "mantine", "nepali-dates", "nepali-calendar", "bs-date-picker", "bs-calendar", "nepali-calendar-picker", "nepali date picker" ], "author": "Samyeak <mail@samyeak.com.np>", "homepage": "https://mantine.dev/dates/getting-started/", "repository": { "type": "git", "url": "git+https://github.com/samyeak/nepali-date-picker-mantine.git", "directory": "lib" }, "private": false, "version": "1.0.2", "type": "module", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "sideEffects": [ "**/*.css" ], "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "./styles.css": "./dist/index.css" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build", "dev": "vite", "build": "tsc && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview", "build:lib": "tsc --p ./tsconfig-build.json && vite build", "prepublishOnly": "npm run build:lib" }, "devDependencies": { "@mantine/core": "7.3.2", "@mantine/hooks": "7.3.2", "@storybook/addon-essentials": "7.5.1", "@storybook/addon-interactions": "7.5.1", "@storybook/addon-links": "7.5.1", "@storybook/addon-onboarding": "1.0.8", "@storybook/blocks": "7.5.1", "@storybook/react": "7.5.1", "@storybook/react-vite": "7.5.1", "@storybook/testing-library": "0.2.2", "@types/node": "20.8.7", "@types/react": "18.2.30", "@types/react-dom": "18.2.14", "@typescript-eslint/eslint-plugin": "6.0.0", "@typescript-eslint/parser": "6.0.0", "@vitejs/plugin-react-swc": "3.3.2", "clsx": "2.0.0", "dayjs": "1.11.10", "eslint": "8.45.0", "eslint-config-mantine": "^3.0.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.3", "eslint-plugin-storybook": "^0.6.15", "glob": "^10.3.10", "postcss": "^8.4.31", "postcss-preset-mantine": "^1.9.0", "postcss-simple-vars": "^7.0.1", "react": "^18.2.0", "react-dom": "^18.2.0", "storybook": "^7.5.1", "typescript": "^5.2.2", "vite": "^4.4.5", "vite-plugin-dts": "^3.6.0", "vite-plugin-lib-inject-css": "^1.3.0" }, "peerDependencies": { "@mantine/core": "7.3.2", "@mantine/hooks": "7.3.2", "react": "^18.0.0", "react-dom": "^18.0.0" }, "dependencies": { "@mantine/core": "7.3.2", "@mantine/dates": "7.3.2", "@mantine/hooks": "7.3.2", "@tabler/icons-react": "^2.39.0", "nepali-date-converter": "^3.4.0", "npm": "^10.2.1", "react": "^18.0.0", "react-dom": "^18.0.0" } }