date-fns-reactified
Version:
date-fns but for vue composition-api
85 lines (84 loc) • 2.08 kB
JSON
{
"name": "date-fns-reactified",
"version": "0.1.2",
"description": "date-fns but for vue composition-api",
"keywords": [
"date-fns",
"reactify",
"vue",
"vueuse",
"composition api"
],
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}
},
"files": [
"CHANGELOG.md",
"LICENSE",
"README.md",
"src/**",
"lib/**",
"dist/**",
"pnpm-lock.yaml"
],
"scripts": {
"build": "shx rm -rf dist/ && tsup src/index.ts --format cjs,esm --dts --minify",
"version": "nr build",
"release": "np --no-cleanup",
"mocha": "cross-env NODE_ENV=test TS_NODE_PROJECT='tsconfig.test.json' mocha --timeout 5000",
"test": "nr mocha",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fratzinger/date-fns-reactified.git"
},
"author": "fratzinger",
"license": "MIT",
"bugs": {
"url": "https://github.com/fratzinger/date-fns-reactified/issues"
},
"homepage": "https://github.com/fratzinger/date-fns-reactified#readme",
"dependencies": {
"@vueuse/shared": "^7.5.1",
"date-fns": "^2.25.0",
"vue-demi": "^0.12.1"
},
"peerDependencies": {
"@vue/composition-api": "^1.1.0",
"vue": "^2.6.0 || ^3.2.0"
},
"peerDependenciesMeta": {
"vue": {
"optional": true
},
"@vue/composition-api": {
"optional": true
}
},
"devDependencies": {
"@antfu/ni": "^0.12.0",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"@vue/composition-api": "^1.3.3",
"cross-env": "^7.0.3",
"eslint": "^8.2.0",
"mocha": "^9.1.3",
"np": "^7.5.0",
"shx": "^0.3.3",
"ts-node": "^10.4.0",
"tsup": "^5.11.10",
"typescript": "^4.4.4",
"vue": "^3.2.26",
"vue2": "npm:vue@^2.6.14"
}
}