UNPKG

rc-year-calendar

Version:

Official react wrapper for the year-calendar widget

60 lines (59 loc) 1.77 kB
{ "name": "rc-year-calendar", "version": "1.0.2", "description": "Official react wrapper for the year-calendar widget", "main": "./dist/rc-year-calendar.js", "scripts": { "watch": "rollup -c --watch", "clean": "rimraf dist && rimraf locales", "build": "npm run clean && rollup -c && npm run build:locales", "build:locales": "cpy node_modules/js-year-calendar/locales/* locales && renamer --find js-year-calendar --replace rc-year-calendar locales/*", "prepare": "npm run build", "test": "echo 'No tests implemented'" }, "pre-commit": [ "build", "test" ], "repository": { "type": "git", "url": "git+https://github.com/year-calendar/rc-year-calendar.git" }, "keywords": [ "calendar", "year", "javascript", "widget", "react" ], "author": "Paul-DS", "license": "Apache-2.0", "bugs": { "url": "https://github.com/year-calendar/rc-year-calendar/issues" }, "homepage": "https://year-calendar.github.io/", "dependencies": { "js-year-calendar": "^1.0.2" }, "peerDependencies": { "prop-types": "^15.7.2", "react": "^16.8.4" }, "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.9.0", "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-transform-modules-umd": "^7.9.0", "@babel/plugin-transform-react-jsx": "^7.9.4", "@babel/preset-env": "^7.9.0", "@rollup/plugin-commonjs": "^11.0.2", "@rollup/plugin-node-resolve": "^7.1.1", "cpy-cli": "^3.1.0", "renamer": "^1.1.4", "rimraf": "^3.0.2", "rollup": "^1.32.0", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-postcss": "^2.5.0", "rollup-plugin-uglify": "^6.0.4" } }