@vurilo/nepali-date-picker
Version:
Nepali Calendars, date and time pickers based on Mantine components
102 lines (101 loc) • 3.05 kB
JSON
{
"name": "@vurilo/nepali-date-picker",
"description": "Nepali Calendars, date and time pickers based on Mantine components",
"keywords": [
"mantine",
"nepali-dates",
"nepali date picker"
],
"author": "vurilo <support@vurilo.com>",
"homepage": "https://mantine.dev/dates/getting-started/",
"repository": {
"type": "git",
"url": "https://github.com/vurilo/nepali-date-picker.git",
"directory": "lib"
},
"private": false,
"version": "0.0.5",
"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.4.0",
"@mantine/hooks": "^7.4.0",
"@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.4.0",
"@mantine/hooks": "^7.4.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"dependencies": {
"@mantine/dates": "^7.4.0",
"@tabler/icons-react": "^2.39.0",
"@vurilo/nepali-date-picker": "^0.0.3",
"nepali-date-converter": "^3.3.1",
"npm": "^10.2.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"@mantine/core": "^7.4.0",
"@mantine/hooks": "^7.4.0"
}
}