-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.71 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.71 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "enjoytrip-frontend",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"test:unit": "vitest",
"build-only": "vite build",
"type-check": "vue-tsc --build",
"format": "prettier --write src/"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@primeuix/themes": "^1.1.1",
"@tailwindcss/vite": "^4.1.7",
"@types/js-cookie": "^3.0.6",
"@vueuse/core": "^13.2.0",
"axios": "^1.9.0",
"firebase": "^11.8.1",
"js-cookie": "^3.0.5",
"pinia": "^3.0.1",
"pinia-plugin-persistedstate": "^4.3.0",
"primeicons": "^7.0.0",
"primevue": "^4.3.4",
"tailwindcss": "^4.1.7",
"throttle-debounce": "^5.0.2",
"vue": "^3.5.13",
"vue-draggable-plus": "^0.6.0",
"vue-router": "^4.5.0",
"vue3-lottie": "^3.3.1"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.1",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.14.0",
"@types/throttle-debounce": "^5.0.2",
"@vitejs/plugin-vue": "^5.2.3",
"@vitejs/plugin-vue-jsx": "^4.1.2",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.7.0",
"jsdom": "^26.0.0",
"msw": "^2.8.4",
"npm-run-all2": "^7.0.2",
"prettier": "3.5.3",
"typescript": "~5.8.0",
"vite": "^6.2.4",
"vite-plugin-vue-devtools": "^7.7.2",
"vitest": "^3.1.1",
"vue-tsc": "^2.2.8"
},
"msw": {
"workerDirectory": [
"public"
]
}
}