-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.23 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
{
"name": "@howbizarre/month-calendar",
"version": "2.1.2",
"private": false,
"description": "Draws a given month with its days using.",
"homepage": "https://bizarre.how/calendar/",
"repository": "github:@howbizarre/month-calendar",
"license": "Creative Commons Attribution 4.0 International (CC BY 4.0)",
"author": "How Bizarre <how.bizarre@gmail.com>",
"keywords": [
"vue",
"tailwindcss",
"typescript",
"calendar",
"date",
"javascript",
"vuejs",
"node",
"typescript",
"component",
"month",
"dark-mode",
"vue3"
],
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build --base=/calendar",
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"@howbizarre/vue-month-calendar": "^1.3.0",
"typescript-calendar-date": "^1.3.4",
"vue": "^3.3.4"
},
"devDependencies": {
"@types/node": "^20.6.2",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.15",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.30",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"vite": "^5.1.6",
"vue-tsc": "^2.0.6"
},
"type": "module"
}