-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 968 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 968 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "vue-tsc && prettier --check .",
"prettier": "prettier --write ."
},
"dependencies": {
"@tailwindcss/forms": "^0.5.3",
"@types/gapi": "^0.0.44",
"@types/gapi.client.calendar-v3": "^0.0.1",
"@types/google.accounts": "^0.0.9",
"@types/lodash.debounce": "^4.0.7",
"axios": "^1.3.2",
"chart.js": "^4.4.0",
"lodash.debounce": "^4.0.8",
"tailwindcss": "^3.2.4",
"vue": "^3.2.45",
"vue-chartjs": "^5.2.0"
},
"devDependencies": {
"@babel/types": "^7.20.7",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"typescript": "^4.9.3",
"vite": "^4.1.0",
"vue-tsc": "^1.0.24"
}
}