-
Notifications
You must be signed in to change notification settings - Fork 125
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.18 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --host",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@isaacs/ttlcache": "^2.1.4",
"@primevue/forms": "^4.5.5",
"@vite-pwa/nuxt": "^1.1.1",
"crypto-js": "^4.2.0",
"nuxt": "^4.5.2",
"pinia": "^3.0.4",
"primevue": "^4.5.5",
"qrcode": "^1.5.4",
"rollup": "^4.60.1",
"serialize-javascript": "^7.0.5",
"vue": "^3.5.32",
"webrtc-adapter": "^9.0.4"
},
"devDependencies": {
"@nuxt/icon": "^2.2.1",
"@nuxtjs/color-mode": "^4.0.0",
"@nuxtjs/i18n": "^10.2.4",
"@nuxtjs/seo": "^5.1.3",
"@nuxtjs/tailwindcss": "^6.14.0",
"@pinia/nuxt": "^0.11.3",
"@primevue/nuxt-module": "^4.5.5",
"@types/crypto-js": "^4.2.2",
"@types/qrcode": "^1.5.6",
"@types/wicg-file-system-access": "^2023.10.7",
"prettier": "^3.8.2",
"tailwindcss": "^3.4.19"
},
"resolutions": {
"rollup": "^4.60.0",
"serialize-javascript": "^7.0.5",
"sharp": "^0.35.3",
"fontless/esbuild": "^0.28.1"
},
"packageManager": "yarn@4.18.0"
}