-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 756 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 756 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
{
"name": "home-clock",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/fonts": "0.11.4",
"@pinia/nuxt": "0.11.0",
"@vueuse/core": "^13.3.0",
"@vueuse/nuxt": "^13.3.0",
"@vueuse/sound": "^2.1.3",
"floating-vue": "^5.2.2",
"luxon": "^3.6.1",
"mobile-device-detect": "^0.4.3",
"nuxt": "^3.17.4",
"pinia": "^3.0.2",
"pinia-plugin-persistedstate": "^4.3.0",
"vue": "^3.5.15",
"vue-router": "^4.5.1"
},
"packageManager": "yarn@1.22.22",
"devDependencies": {
"@types/luxon": "^3.6.2"
}
}