forked from talal424/vuetify-umalqura
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.07 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
{
"name": "vuetify-ethiopian-calendar",
"version": "1.0.3",
"description": "a vuetify date picker for Ethiopian calendar",
"main": "dist/v-ethiopian-date-picker.esm.js",
"module": "dist/v-ethiopian-date-picker.esm.js",
"scripts": {
"build": "rollup --config",
"lint": "eslint ./src --fix"
},
"license": "MIT",
"keywords": [
"vuetify",
"vue",
"component",
"calendar",
"ethiopia"
],
"homepage": "https://github.com/intrahealth/vuetify-ethiopian-calendar",
"bugs": {
"url": "https://github.com/intrahealth/vuetify-ethiopian-calendar/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/intrahealth/vuetify-ethiopian-calendar.git"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"devDependencies": {
"@rollup/plugin-commonjs": "^11.1.0",
"@rollup/plugin-node-resolve": "^8.4.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^6.2.2",
"rollup": "^1.17.0"
},
"peerDependencies": {
"vue": "^2.6.11",
"vuetify": "^2.3.6",
"ethiopic-calendar": "^2.0.0"
}
}