-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 762 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 762 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": "nomad183tracker",
"version": "1.0.0",
"description": "Application to track progress for the 183-day tax residency threshold",
"type": "module",
"private": true,
"author": "Alberto Roura",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/rouralberto/nomad183tracker"
},
"engines": {
"node": ">=18.0.0"
},
"keywords": [
"nomad",
"tracker",
"vue",
"bootstrap"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"bootstrap": "5.3.5",
"bootstrap-icons": "1.11.3",
"vue": "3.5.13",
"vue-i18n": "11.1.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "5.2.3",
"vite": "6.2.6"
}
}