-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 944 Bytes
/
package.json
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
{
"name": "wiserswap",
"version": "25.2.13",
"license": "MIT",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@kevinmarrec/nuxt-pwa": "0.17.0",
"@nuxtjs/i18n": "9.0.0",
"@nuxtjs/tailwindcss": "6.4.1",
"@pinia/nuxt": "0.5.4",
"apexcharts": "3.44.0",
"chart.js": "4.4.0",
"js-confetti": "0.12.0",
"moment": "2.29.4",
"nexajs": "24.10.4",
"numeral": "2.0.6",
"nuxt": "3.12.4",
"pinia": "2.2.2",
"pouchdb": "9.0.0",
"qr-scanner": "1.4.2",
"qrcode": "1.5.3",
"simple-analytics-vue": "3.0.2",
"typescript": "5.6.3",
"uuid": "10.0.0",
"vue-chartjs": "5.2.0",
"vue3-apexcharts": "1.4.4"
},
"resolutions": {
"string-width": "4.2.3"
},
"packageManager": "yarn@1.22.22",
"engines": {
"node": ">=21.0.0"
}
}