-
Notifications
You must be signed in to change notification settings - Fork 218
/
package.json
66 lines (66 loc) · 1.9 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-hotel-datepicker",
"version": "4.6.0",
"description": "A responsive date range picker for Vue.js that displays the number of nights selected and allow several useful options like custom check-in/check-out rules, localization support and more",
"author": "krystalcampioni <[email protected]>",
"main": "dist/vueHotelDatepicker.common.js",
"repository": {
"url": "[email protected]:ZestfulNation/vue-hotel-datepicker.git",
"type": "git"
},
"keywords": [
"vue",
"vuejs",
"date",
"dates",
"input",
"date input",
"datepicker",
"date picker",
"range",
"date range picker",
"vue-datepicker",
"vue-hotel-datepicker",
"vue-date-range"
],
"license": "MIT",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --target lib --name vueHotelDatepicker ./src/index.js",
"build-package": "vue-cli-service build --target lib --name vueHotelDatepicker ./src/index.js",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint"
},
"files": [
"dist/*",
"src/*",
"*.json"
],
"dependencies": {
"deasync": "^0.1.28",
"fecha": "^4.2.1",
"lodash.throttle": "^4.1.1",
"vue": "^2.6.14"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/eslint-parser": "^7.14.7",
"@vue/cli-plugin-babel": "~4.5.13",
"@vue/cli-plugin-eslint": "~4.5.13",
"@vue/cli-plugin-unit-jest": "~4.5.13",
"@vue/cli-service": "~4.5.13",
"@vue/eslint-config-airbnb": "^5.3.0",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/test-utils": "^1.2.1",
"chai": "^4.3.4",
"copy-webpack-plugin": "^9.0.1",
"core-js": "^3.15.2",
"eslint": "^7.30.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-vue": "^7.13.0",
"prettier": "^2.3.2",
"sass": "^1.35.2",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.14"
}
}