-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "vue3-persian-datepicker",
"version": "0.1.9",
"description": "Simple Vue 3 persian datepicker",
"main": "index.vue",
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mohammadoftadeh/vue3-persian-datepicker.git"
},
"keywords": [
"persian datepicker",
"jalali datepicker",
"vue datepicker",
"vue persian datepicker",
"vue jalali datepicker",
"datepicker",
"calendar"
],
"author": "Mohammad Oftadeh <[email protected]> (https://www.linkedin.com/in/mohammad-oftadeh/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mohammadoftadeh/vue3-persian-datepicker/issues"
},
"homepage": "https://github.com/mohammadoftadeh/vue3-persian-datepicker#readme",
"devDependencies": {
"vitepress": "^0.12.2",
"vue": "^3.0.6"
},
"peerDependencies": {
"persian-date": "^1.1.0",
"vue": "^3.0.6"
},
"dependencies": {
"persian-date": "^1.1.0"
}
}