-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 996 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 996 Bytes
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
{
"name": "canile-office",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@fullcalendar/core": "^6.1.9",
"@fullcalendar/vue3": "^6.1.9",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.11.1",
"chart.js": "^4.4.0",
"fullcalendar": "^6.1.9",
"html2pdf.js": "^0.10.1",
"pinia": "^2.1.6",
"vue": "^3.3.4",
"vue-chartkick": "^1.1.0",
"vue-router": "^4.2.4",
"vuetify": "^3.3.23"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.2",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/eslint-config-prettier": "^8.0.0",
"eslint": "^8.46.0",
"eslint-plugin-vue": "^9.16.1",
"prettier": "^3.0.0",
"vite": "^7.1.1",
"vite-plugin-vue-devtools": "^8.0.0"
}
}