Files
2026-01-01 15:25:19 +05:30

87 lines
2.7 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "react-date-range",
"version": "2.0.1",
"description": "A React component for choosing dates and date ranges.",
"main": "dist/index.js",
"scripts": {
"start": "yarn build:css & styleguidist server",
"build": "yarn build:css & yarn build:js & styleguidist build",
"build:css": "postcss 'src/styles.scss' -d dist --ext css & postcss 'src/theme/*.scss' -d 'dist/theme' --ext css",
"build:js": "babel ./src --out-dir ./dist --ignore test.js",
"lint": "eslint 'src/**/*.js'",
"test": "jest",
"preversion": "yarn clear & yarn build"
},
"keywords": [
"react",
"date",
"range",
"datepicker",
"rangepicker"
],
"contributors": [
"Burak Can <neoberg@gmail.com> (https://github.com/burakcan)",
"Mehmet Kamil Morcay <mehmetmorcay@gmail.com> (https://github.com/mkg0)",
"Kamyar Ghasemlou <github@kamy.me> (https://github.com/kamyar)",
"Engin Semih Basmacı <semih.basmaci@gmail.com> (https://github.com/mortargrind)",
"Onur Kerimov <onurkerimov@gmail.com> (https://github.com/onurkerimov)"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/hypeserver/react-date-range"
},
"bugs": {
"url": "http://github.com/hypeserver/react-date-range/issues"
},
"browserslist": [
"defaults"
],
"dependencies": {
"classnames": "^2.2.6",
"prop-types": "^15.7.2",
"react-list": "^0.8.13",
"shallow-equal": "^1.2.1"
},
"peerDependencies": {
"date-fns": "3.0.6 || >=3.0.0",
"react": "^0.14 || ^15.0.0-rc || >=15.0"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-export-default-from": "^7.7.4",
"@babel/plugin-transform-class-properties": "^7.23.3",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.7.4",
"autoprefixer": "^9.7.3",
"babel-eslint": "^10.0.3",
"babel-loader": "^9.1.3",
"css-loader": "^3.6.0",
"date-fns": "^3.0.6",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.4.3",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.17.0",
"jest": "^24.9.0",
"normalize.css": "^8.0.1",
"postcss": "^8.2.13",
"postcss-cli": "^10.1.0",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"precss": "^4.0.0",
"prettier": "^1.19.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-styleguidist": "^12.0.1",
"style-loader": "^1.3.0",
"url-loader": "^3.0.0",
"webpack": "^5.89.0"
}
}