-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.3 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.3 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@iconify-json/ph": "^1.1.11",
"@iconify-json/simple-icons": "^1.1.93",
"@nuxt/ui": "^2.14.1",
"@nuxt/ui-pro": "^1.0.1",
"@nuxtjs/auth-next": "^5.0.0-1667386184.dfbbb54",
"@nuxtjs/fontaine": "^0.4.1",
"@nuxtjs/google-fonts": "^3.1.3",
"@pinia/nuxt": "^0.5.1",
"@popperjs/core": "^2.11.8",
"@unovis/ts": "^1.3.5",
"@unovis/vue": "^1.3.5",
"@vueuse/core": "^10.9.0",
"@vueuse/nuxt": "^10.9.0",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.1.3",
"html2pdf.js": "^0.10.1",
"lightweight-charts": "^4.1.3",
"next-auth": "^4.24.6",
"nuxt": "^3.10.3",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"v-calendar": "^3.1.2",
"vue": "^3.4.19",
"vue-router": "^4.3.0",
"yup": "^1.3.3",
"zod": "^3.22.4"
},
"devDependencies": {
"@nuxtjs/device": "^3.1.1",
"@pinia-plugin-persistedstate/nuxt": "^1.2.0",
"@sidebase/nuxt-pdf": "^1.0.0-alpha.0",
"@unlighthouse/nuxt": "^0.10.6",
"puppeteer": "^22.4.0"
}
}