-
Notifications
You must be signed in to change notification settings - Fork 137
/
package.json
62 lines (62 loc) · 1.42 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
{
"name": "vue2-baremetrics-calendar",
"version": "1.6.1",
"main": "./dist/vue2-baremetrics-calendar.common.js",
"files": [
"dist/*",
"src/*",
"public/*",
"*.json",
"*.js"
],
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build-bundle": "vue-cli-service build --target lib --name vue2-baremetrics-calendar ./src/components/Calendar/index.js"
},
"dependencies": {
"baremetrics-calendar": "^1.0.14",
"core-js": "^2.6.5",
"jquery": "^3.5.0",
"moment": "^2.24.0",
"node-sass": "^4.13.1",
"sass-loader": "^8.0.0",
"vue": "^2.6.10",
"vue-router": "^3.0.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"vue-template-compiler": "^2.6.10"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"repository": {
"type": "git",
"url": "git+https://github.com/silent-lad/Vue2BaremetricsCalendar.git"
},
"keywords": [
"daterange",
"date picker",
"vue",
"vue date",
"vue calendar",
"calendar",
"vue daterange picker",
"daterange picker",
"silentlad"
],
"author": "silentlad",
"license": "MIT",
"bugs": {
"url": "https://github.com/silent-lad/Vue2BaremetricsCalendar/issues"
},
"homepage": "https://github.com/silent-lad/Vue2BaremetricsCalendar#readme"
}