UNPKG

react-booking

Version:

React booking is set of widgets used for booking, appointment, calendar reservation apps written using ReactJs. You can use it for Angular, VueJs, and other web application using it's embedded version.

90 lines (89 loc) 3.02 kB
{ "homepage": "https://pixelplux.github.io/react-booking", "name": "react-booking", "keywords": [ "Booking", "Reservation", "Calendar", "Widget", "React", "React Calendar" ], "version": "1.1.8", "devDependencies": { "@babel/core": "7.4.5", "@babel/plugin-proposal-class-properties": "7.4.4", "@babel/plugin-proposal-decorators": "7.4.4", "@babel/plugin-proposal-export-namespace-from": "7.2.0", "@babel/plugin-proposal-function-sent": "7.2.0", "@babel/plugin-proposal-json-strings": "7.2.0", "@babel/plugin-proposal-numeric-separator": "7.2.0", "@babel/plugin-proposal-throw-expressions": "7.2.0", "@babel/plugin-syntax-dynamic-import": "7.2.0", "@babel/plugin-syntax-import-meta": "7.2.0", "babel-core": "7.0.0-bridge.0", "babel-eslint": "10.0.1", "babel-jest": "24.8.0", "babel-loader": "8.0.5", "babel-preset-airbnb": "4.0.1", "clean-webpack-plugin": "3.0.0", "copy-webpack-plugin": "5.0.3", "cssimportant-loader": "^0.4.0" }, "dependencies": { "@babel/cli": "^7.5.5", "@zeit/next-css": "^1.0.1", "@zeit/next-sass": "^1.0.1", "gh-pages": "^2.0.1", "moment": "^2.24.0", "next": "^8.1.0", "node-sass": "^4.12.0", "postcss-increase-specificity": "^0.6.0", "prism-react-renderer": "^0.1.7", "react": "^16.8.6", "react-datepicker": "^2.8.0", "react-dom": "^16.8.6", "react-router-dom": "^5.0.1", "react-router-scroll-memory": "^2.0.3", "react-scripts": "3.0.1", "react-transition-group": "^4.2.1", "rxjs": "^6.5.2", "rxprop": "^1.0.2", "webpack": "4.35.0", "webpack-cli": "3.3.5", "webpack-dev-server": "3.7.2", "webpack-obfuscator": "0.18.0", "webpack-serve": "3.1.0" }, "scripts": { "w:build": "NODE_ENV=production webpack-cli --mode production", "w:start": "cp public/index_widget.html public/index.html && webpack-dev-server", "start": "cp public/index_normal.html public/index.html && react-scripts start", "build:docs": "REACT_APP_BASENAME=\"/documentation/\" PUBLIC_URL=\"/documentation/\" react-scripts build && rm -rf build-docs && mv build build-docs", "build:next": "./node_modules/.bin/next build", "build:github": "cp public/index_normal.html public/index.html && REACT_APP_BASENAME=\"/react-booking/\" PUBLIC_URL=\"/react-booking/\" react-scripts build", "build:npm": "sh build_npm.sh", "css": " node-sass src/assets/css/styles.scss -o public/css", "test": "react-scripts test", "gh-pages": "gh-pages -d build", "eject": "react-scripts eject", "next": " rm -rf .next/ && git checkout .next", "predeploy": "npm run build:github", "deploy": "gh-pages -d build" }, "eslintConfig": { "extends": "react-app" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }