plop-helper-date
Version:
💧 plop helper date
41 lines (40 loc) • 1.05 kB
JSON
{
"name": "plop-helper-date",
"version": "1.0.0",
"description": "💧 plop helper date",
"keywords": [
"plop",
"plop-pack",
"plop-helper",
"helper",
"date"
],
"homepage": "https://npmjs.com/package/plop-helper-date",
"bugs": {
"url": "https://github.com/bradgarropy/plop-helper-date/issues"
},
"license": "MIT",
"author": {
"name": "Brad Garropy",
"email": "bradgarropy@gmail.com",
"url": "https://bradgarropy.com"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/bradgarropy/plop-helper-date"
},
"scripts": {},
"dependencies": {
"date-fns": "^2.15.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.5.0",
"eslint-config-bradgarropy": "^1.3.2",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.4",
"eslint-plugin-react-hooks": "^4.0.8"
},
"peerDependencies": {}
}