-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.07 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
{
"name": "week-calender",
"version": "1.0.2",
"description": "week-calender by vue3",
"type": "module",
"files": [
"dist"
],
"main": "./dist/week-calender.umd.cjs",
"module": "./dist/week-calender.js",
"types": "./dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vite",
"build": "vite build"
},
"author": "rosapr",
"license": "ISC",
"dependencies": {
"vue": "^3.2.47"
},
"devDependencies": {
"@types/node": "^20.1.0",
"@vitejs/plugin-vue": "^4.2.1",
"rollup": "^3.21.5",
"rollup-plugin-typescript2": "^0.34.1",
"sass": "^1.62.1",
"terser": "^5.17.1",
"typescript": "^5.0.4",
"vite": "4.3.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RosApr/week-calender.git"
},
"keywords": [
"vue3",
"vue",
"web",
"week",
"calender",
"vue-component",
"front-end"
],
"bugs": {
"url": "https://github.com/RosApr/week-calender/issues"
},
"homepage": "https://github.com/RosApr/week-calender#readme"
}