-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 763 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 763 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
{
"name": "time-my-card",
"private": false,
"version": "0.2.5",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite-ssg build",
"deploy": "bun --bun run build && rsync -az --delete --stats dist/ th@5.78.102.95:/var/www/timemycard/"
},
"dependencies": {
"@unhead/vue": "^3.1.0",
"add": "^2.0.6",
"baseline-browser-mapping": "^2.10.27",
"caniuse-lite": "^1.0.30001791",
"vue": "^3.5.33",
"vue-router": "^5.0.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.6",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"prettier": "3.8.3",
"tailwindcss": "3.4.17",
"typescript": "^6.0.3",
"vite": "^8.0.10",
"vite-ssg": "^28.3.0",
"vue-tsc": "^3.2.8"
}
}