-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 768 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 768 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
{
"name": "job-trackr",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"test": "vitest",
"preview": "vite preview"
},
"dependencies": {
"@insforge/sdk": "^1.2.5",
"@vueuse/core": "^14.3.0",
"@vueuse/integrations": "^14.3.0",
"focus-trap": "^8.2.0",
"vue": "^3.5.32"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.4",
"@types/node": "^24.12.2",
"@vitejs/plugin-vue": "^6.0.5",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.9.1",
"jsdom": "^26.1.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.4",
"typescript": "~6.0.2",
"vite": "^8.0.4",
"vitest": "^3.2.4",
"vue-tsc": "^3.2.6"
}
}