react-ultimate-calendar
Version:
A lightweight calendar for React application.
112 lines (111 loc) • 3.11 kB
JSON
{
"name": "react-ultimate-calendar",
"version": "2.0.1",
"description": "A lightweight calendar for React application.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist/"
],
"scripts": {
"build": "webpack",
"commit": "npx git-cz",
"lint": "eslint 'src/**/*.{ts,tsx}'",
"semantic-release": "semantic-release",
"test:ci": "jest --ci",
"test": "jest --watch",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andrii-maglovanyi/react-ultimate-calendar.git"
},
"keywords": [
"component",
"react",
"calendar",
"time",
"date",
"week",
"time selector",
"date selector",
"week selector",
"time range",
"date range",
"time picker",
"date picker",
"week picker"
],
"author": {
"name": "Andrii Maglovanyi",
"email": "andrii.maglovanyi@gmail.com",
"url": "https://andrii.codes"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/andrii-maglovanyi/react-ultimate-calendar/issues"
},
"homepage": "https://github.com/andrii-maglovanyi/react-ultimate-calendar#readme",
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.22.15",
"@babel/preset-env": "^7.22.20",
"@babel/preset-react": "^7.22.15",
"@storybook/addon-a11y": "^7.4.6",
"@storybook/addon-essentials": "^7.4.6",
"@storybook/addon-interactions": "^7.4.6",
"@storybook/addon-links": "^7.4.6",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/addon-styling-webpack": "^0.0.5",
"@storybook/blocks": "^7.4.6",
"@storybook/react": "^7.4.6",
"@storybook/react-webpack5": "^7.4.6",
"@storybook/testing-library": "^0.2.2",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.5",
"@types/react": "^18.2.27",
"class-names": "^1.0.0",
"css-loader": "^6.8.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.51.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.15",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.69.1",
"sass-loader": "^13.3.2",
"semantic-release": "^22.0.5",
"storybook": "^7.4.6",
"style-loader": "^3.3.3",
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.0",
"typescript": "^5.2.2",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}