forked from ManukMinasyan/vue-functional-calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 1.67 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 1.67 KB
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
67
68
69
70
71
72
73
74
75
76
77
{
"author": {
"name": "Felix Bernhard",
"email": "mail@felix-bernhard.com",
"url": "https://github.com/FeBe95"
},
"name": "@febe95/vue-functional-calendar",
"description": "Lightweight, high-performance calendar component based on Vue.js",
"version": "4.0.4",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/FeBe95/vue-functional-calendar.git"
},
"main": "./dist/vue-functional-calendar.js",
"keywords": [
"vue",
"calendar",
"component",
"vue-component",
"functional",
"date picker",
"date range",
"range",
"multiple calendars",
"multiple",
"modal calendar",
"modal",
"inline",
"date",
"change month",
"change year",
"picker",
"day",
"month",
"year",
"time",
"add",
"cli",
"command",
"keys",
"keyword",
"keywords",
"line",
"package",
"pkg"
],
"private": false,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:lib": "vite build --mode lib",
"build:demo": "vite build --mode demo",
"preview": "vite preview",
"lint": "eslint . --fix",
"format": "prettier --write src/"
},
"devDependencies": {
"@eslint/js": "^9.29.0",
"@highlightjs/vue-plugin": "^2.1.0",
"@vitejs/plugin-vue": "^6.0.0",
"@vue/eslint-config-prettier": "^10.2.0",
"eslint": "^9.29.0",
"eslint-plugin-vue": "~10.2.0",
"globals": "^16.2.0",
"highlight.js": "^11.11.1",
"prettier": "3.5.3",
"sass": "^1.89.2",
"vite": "^7.0.0",
"vite-plugin-vue-devtools": "^7.7.7",
"vue": "^3.5.17"
},
"peerDependencies": {
"vue": "^3.5.17"
}
}