forked from aminmokhtari94/vue-persian-calendar
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 1.57 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "vue-persian-calendar",
"version": "0.4.0",
"private": false,
"main": "dist/persian-calendar.umd.js",
"browser": {
"./sfc": "src/PersianCalendar.vue"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aminmokhtari94/vue-persian-calendar.git"
},
"description": "A Persian Calendar with Events viewer for Vue.js",
"bugs": {
"url": "https://github.com/aminmokhtari94/vue-persian-calendar/issues"
},
"homepage": "https://github.com/aminmokhtari94/vue-persian-calendar#readme",
"keywords": [
"persian-calendar",
"vue-calendar",
"calendar",
"persan-date",
"vuejs",
"vue.js",
"vue calendar"
],
"author": "Amin Mokhtari",
"license": "ISC",
"files": [
"dist/*",
"src/*",
"README.md",
"attributes.json",
"tags.json"
],
"vetur": {
"tags": "tags.json",
"attributes": "attributes.json"
},
"scripts": {
"build": "vue-cli-service build --no-clean --target lib --name persian-calendar src/entry.js",
"serve": "vue-cli-service serve"
},
"dependencies": {
"vue-jalali-moment": "^1.0.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.12",
"@vue/cli-plugin-eslint": "~4.5.12",
"@vue/cli-service": "~4.5.12",
"babel-eslint": "^10.1.0",
"core-js": "^3.9.1",
"eslint": "^7.23.0",
"eslint-plugin-vue": "^7.8.0",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"vazir-font": "^27.2.2",
"vue": "^2.6.12",
"vue-template-compiler": "^2.6.12"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}