Skip to content

Commit

Permalink
Added basic info to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
icehaunter committed Sep 24, 2020
1 parent 60b1035 commit 08f3b92
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"author": {
"email": "[email protected]",
"name": "Ilya Borovitinov"
},
"license": "MIT",
"engines": {
"node": ">=10.16.0"
},
"repository": {
"type": "git",
"url": "https://github.com/icehaunter/vue3-datepicker.git"
},
"name": "vue3-datepicker",
"version": "0.0.0",
"version": "0.1.0",
"scripts": {
"dev": "vite",
"build": "vite build"
Expand All @@ -13,7 +25,8 @@
"vite": "^1.0.0-rc.4"
},
"peerDependencies": {
"vue": "^3.0.0"
"vue": "^3.0.0",
"date-fns": "^2.16.1"
},
"dependencies": {
"date-fns": "^2.16.1"
Expand Down

0 comments on commit 08f3b92

Please sign in to comment.