-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
39 lines (39 loc) · 975 Bytes
/
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
{
"name": "vue-month-picker",
"version": "1.7.1",
"main": "src/index.js",
"description": "A simple and elegant month picker for Vue",
"scripts": {
"build": "poi --prod",
"dev": "poi --serve"
},
"homepage": "https://github.com/kleinrein/vue-month-picker",
"keywords": [
"vue",
"month",
"year",
"picker"
],
"author": {
"name": "Andreas Rein",
"email": "[email protected]",
"url": "https://www.andreasrein.net/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kleinrein/vue-month-picker.git"
},
"license": "MIT",
"devDependencies": {
"@vue/eslint-config-prettier": "^6.0.0",
"eslint": "^7.7.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^7.0.0-beta.2",
"poi": "^12.10.3",
"vue": "^2.6.10",
"vue-template-compiler": "^2.6.10",
"@poi/plugin-eslint": "^12.1.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0"
}
}