@preamp/datepicker
Version:
VideoAmp's Component library
42 lines (41 loc) • 1.25 kB
JSON
{
"name": "@preamp/datepicker",
"version": "1.5.8",
"description": "VideoAmp's Component library",
"repository": "git@github.com:videoamp/preamp",
"author": "VideoAmp <geeks@videoamp.com>",
"license": "MIT",
"files": [
"lib"
],
"main": "lib/index",
"sideEffects": false,
"scripts": {
"start": "yarn compile --watch --preserveWatchOutput",
"build": "yarn clean && yarn lint && yarn compile",
"compile": "tsc --skipLibCheck",
"lint": "eslint ./ --ignore-path '../../.eslintignore' --ext ts,tsx",
"lint:fix": "yarn lint --fix",
"prepublishOnly": "yarn build",
"clean": "rm -rf lib",
"nuke": "rm -rf node_modules",
"clean:all": "yarn clean & yarn nuke"
},
"dependencies": {
"@preamp/core": "^1.5.8",
"@preamp/signal": "^1.5.8",
"classnames": "^2.2.6",
"date-fns": "^1.29.0",
"date-fns-timezone": "^0.1.4",
"react-day-picker": "^7.3.0",
"typescript": "~3.6.2"
},
"peerDependencies": {
"react": "^16.8.6"
},
"engines": {
"node": ">=14.16.0",
"yarn": ">=1.9.4"
},
"gitHead": "d5db4a7e764842d3ac73b0d903c46fdac6c0e739"
}