UNPKG

@trackpilots/week-picker

Version:

A customizable week picker component for React, built with Tailwind CSS.

56 lines (55 loc) 1.47 kB
{ "name": "@trackpilots/week-picker", "version": "1.0.5", "description": "A customizable week picker component for React, built with Tailwind CSS.", "main": "src/index.js", "module": "src/index.js", "types": "src/index.d.ts", "repository": { "type": "git", "url": "https://github.com/trackpilots/week-picker.git" }, "bugs": { "url": "https://github.com/trackpilots/week-picker/issues" }, "homepage": "https://quickappstudio.com/our-team", "author": "Sakthivel Govinthan", "license": "MIT", "keywords": [ "react", "week-picker", "calendar", "trackpilots", "monthpicker", "ui-component" ], "scripts": { "build": "webpack --mode=production", "dev": "webpack --mode=development --watch", "start": "webpack serve --mode=development", "test": "jest", "lint": "eslint src --fix", "patch": "npm version patch", "publish": "npm publish --access public" }, "dependencies": { "autoprefixer": "^10.4.20", "css-loader": "^7.1.2", "postcss-loader": "^8.1.1", "react": "^18.0.0", "dayjs": "^1.11.13", "react-dom": "^18.0.0", "react-icons": "^5.5.0", "style-loader": "^4.0.0", "tailwindcss": "^3.0.0" }, "devDependencies": { "@babel/core": "^7.26.9", "@babel/preset-env": "^7.26.9", "@babel/preset-react": "^7.26.3", "babel-loader": "^8.4.1", "jest": "^29.0.0", "webpack": "^5.98.0", "webpack-cli": "^6.0.1" } }