UNPKG

app-datepicker-rtl

Version:

A custom datepicker element based on Google's Material Design built from scratch with lit-element. Fork of app-datepicker by motts.

115 lines (114 loc) 3.67 kB
{ "name": "app-datepicker-rtl", "version": "5.0.1", "description": "A custom datepicker element based on Google's Material Design built from scratch with lit-element. Fork of app-datepicker by motts.", "keywords": [ "cal", "calendar", "date", "date-picker", "datepicker", "lit-element", "lit-html", "picker", "web-component", "web-components" ], "homepage": "https://github.com/brownieboy/app-datepicker", "repository": { "type": "git", "url": "git@github.com/brownieboy/app-datepicker" }, "license": "MIT", "author": { "name": "Rong Sen Ng (motss)", "email": "wes.ngrongsen@gmail.com", "url": "https://github.com/motss" }, "exports": { ".": "./dist/app-datepicker.js", "./dist/*": "./dist/*", "./app-datepicker": "./dist/app-datepicker.js", "./app-datepicker-dialog": "./dist/app-datepicker-dialog.js", "./datepicker": "./dist/datepicker.js", "./datepicker-dialog": "./dist/datepicker-dialog.js", "./typings": "./dist/custom_typings.d.ts" }, "main": "./dist/app-datepicker.js", "module": "./dist/app-datepicker.js", "typings": "./dist/app-datepicker.d.ts", "files": [ "dist/*.*js.map", "dist/*.*js", "dist/*.d.ts.map", "dist/*.d.ts", "dist/helpers/.*js.map", "dist/helpers/*.*js", "dist/helpers/*.d.ts.map", "dist/helpers/*.d.ts" ], "scripts": { "build": "tsc -p tsconfig.json", "build:clean": "npm run lint && npm run clean && npm run build:test", "build:config": "tsc -p tsconfig.wdio.json", "build:prod": "tsc -p tsconfig.prod.json", "build:test": "tsc -p tsconfig.test.json", "check": "package-check", "clean": "shx rm -rf dist/ src/tests/snapshots/*.png logs/ .*cache *.log", "lint": "tslint --project tsconfig.json --config tslint.prod.json --format stylish", "lint:dev": "tslint --config tslint.json --project tsconfig.json --format stylish", "prepublishOnly": "npm run lint && npm run build:prod", "serve": "es-dev-server --watch --port 3000 --node-resolve --dedupe", "test": "npm run build:config && npm run test:dev", "test:clean": "npm run build:clean && npm t", "test:dev": "node ./run-tests.js --config-file ./dist/tests/wdio.config.js", "test:sl": "npm run build:config && env-cmd -f ./.env npm run test:sl:dev", "test:sl:clean": "npm run build:clean && npm run test:sl", "test:sl:dev": "node ./run-tests.js --config-file ./dist/tests/wdio.sl.config.js", "ts": "tsc", "watch": "tsc --watch" }, "husky": { "hooks": { "pre-commit": "npm run check && npm run lint && tsc --noEmit" } }, "dependencies": { "@material/mwc-button": "^0.25.3", "lit": "^2.0.2", "nodemod": "2.8.4", "tslib": "^2.3.0" }, "devDependencies": { "@reallyland/tsconfig": "^3.1.0", "@reallyland/tslint-config": "^1.1.1", "@skypack/package-check": "^0.2.2", "@types/mocha": "^7.0.2", "@types/pretty": "^2.0.0", "@types/request": "^2.48.5", "@wdio/cli": "^5.23.0", "@wdio/local-runner": "^5.23.0", "@wdio/mocha-framework": "^5.23.0", "@wdio/sauce-service": "^5.22.1", "@wdio/selenium-standalone-service": "^5.16.10", "@wdio/spec-reporter": "^5.23.0", "axe-core": "4.2.x", "env-cmd": "^10.1.0", "es-dev-server": "^2.1.0", "husky": "^4.3.0", "pretty": "^2.0.0", "pwa-helpers": "^0.9.1", "reify": "^0.20.12", "shx": "^0.3.2", "tslint": "^6.1.3", "typescript": "^4.4.4", "webdriverio": "^5.23.0" }, "engines": { "node": ">= 10.18.1", "npm": ">= 6.13.4" }, "publishConfig": { "access": "public" } }