UNPKG

@babylimon/react-calendar-timeline

Version:
145 lines (144 loc) 4.42 kB
{ "name": "@babylimon/react-calendar-timeline", "version": "0.28.1", "description": "react calendar timeline", "main": "lib/index.js", "scripts": { "build": "npm run build:lib", "build:demo": "echo '!!! Building Demo' && cross-env NODE_ENV=production webpack --progress", "build:lib": "echo '!!! Building Library' && rimraf lib && cross-env NODE_ENV=production babel src --out-dir lib && node-sass src/lib/Timeline.scss lib/Timeline.css && sed -i'.bak' 's/Timeline\\.scss/Timeline\\.css/g' lib/lib/Timeline.js && rm lib/lib/Timeline.js.bak", "lint": "eslint --ext .js --ext .jsx ./src", "lint:fix": "prettier-eslint --parser babylon --write \"src/**/*.js\"", "prepublish": "npm run build:lib", "start": "webpack-dev-server --hot --host 0.0.0.0 --display-modules", "test": "jest", "test:watch": "jest --watch" }, "files": [ "lib", "src" ], "types": "src/index.d.ts", "homepage": "https://github.com/r-zane-spalding/react-calendar-timeline", "repository": { "type": "git", "url": "git+https://github.com/r-zane-spalding/react-calendar-timeline.git" }, "author": "Marius Andra <marius.andra@gmail.com>", "contributors": [ "Stanisław Chmiela <sjchmiela@gmail.com>", "Mike Joyce (https://github.com/mcMickJuice)", "Samuel Rossetti", "amakhrov (https://github.com/amakhrov)", "Ahmad Ilaiwi (https://github.com/Ilaiwi)", "dkarnutsch (https://github.com/dkarnutsch)", "Alex Maclean (https://github.com/acemac)", "Kevin Mann (https://github.com/kevinmanncito)" ], "license": "MIT", "keywords": [ "react", "reactjs", "react-component", "timeline" ], "standard": { "parser": "babel-eslint" }, "jest": { "verbose": true, "testMatch": [ "**/__tests__/**/*.js" ], "setupFilesAfterEnv": [ "<rootDir>/config/jest-setup.js" ], "collectCoverageFrom": [ "src/**/*.{js,jsx}" ], "modulePaths": [ "<rootDir>/src/", "<rootDir>/__tests__" ], "testPathIgnorePatterns": [ "<rootDir>/node_modules", "<rootDir>/__tests__/test-utility" ], "watchPlugins": [ "jest-watch-typeahead/filename", "jest-watch-typeahead/testname" ] }, "dependencies": { "classnames": "^2.2.6", "create-react-context": "^0.3.0", "element-resize-detector": "^1.1.12", "lodash.isequal": "^4.5.0", "memoize-one": "^5.1.1" }, "peerDependencies": { "interactjs": "^1.3.4", "moment": "*", "prop-types": "^15.6.2", "react": "^17.0.2", "react-dom": "^17.0.2" }, "devDependencies": { "@babel/cli": "^7.5.0", "@babel/core": "^7.5.0", "@babel/plugin-proposal-class-properties": "^7.5.0", "@babel/plugin-proposal-object-rest-spread": "^7.5.2", "@babel/preset-env": "^7.5.2", "@babel/preset-react": "^7.0.0", "@testing-library/jest-dom": "^4.2.0", "@types/jest": "24", "babel-eslint": "^7.1.1", "babel-jest": "^24.8.0", "babel-loader": "^8.0.6", "babel-plugin-react-remove-properties": "^0.3.0", "cross-env": "^5.1.4", "css-loader": "~0.26.0", "d3": "^5.12.0", "enzyme": "^3.10.0", "@wojtekmaj/enzyme-adapter-react-17": "^0.6.6", "eslint": "^4.16.0", "eslint-config-prettier": "^2.9.0", "eslint-config-standard": "^6.2.1", "eslint-plugin-jest": "^21.6.1", "eslint-plugin-prettier": "^2.5.0", "eslint-plugin-promise": "^3.4.0", "eslint-plugin-react": "^7.5.1", "eslint-plugin-standard": "^2.0.1", "faker": "^4.1.0", "interactjs": "^1.3.4", "jest": "^24.8.0", "jest-watch-typeahead": "^0.3.1", "jsdom": "^11.5.1", "moment": "^2.11.1", "node-sass": "^6.0.1", "prettier": "^1.10.2", "prettier-eslint-cli": "^4.7.0", "prop-types": "^15.6.2", "randomcolor": "^0.5.3", "react": "^17.0.2", "react-dnd": "^15.1.1", "react-dnd-html5-backend": "^9.3.4", "react-dom": "17.0.2", "react-router-dom": "^4.1.1", "@testing-library/react": "^12.1.4", "regenerator-runtime": "^0.13.2", "rimraf": "^2.6.2", "sass-loader": "^7.0.3", "style-loader": "~0.13.0", "webpack": "^4.16.3", "webpack-cli": "^3.1.0", "webpack-dev-server": "^3.1.5" }, "bugs": { "url": "https://github.com/r-zane-spalding/react-calendar-timeline/issues" }, "directories": { "doc": "doc", "example": "examples" } }