-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.68 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "@gx.nuxt/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"dev:cinemate": "nx serve cinemate",
"format-cinemate": "nx format:write --projects=cinemate --skip-nx-cache",
"build-cinemate": "nx build cinemate --prod",
"dev:shopiverse": "cross-env-shell NODE_ENV=development \"nx serve shopiverse\"",
"format-shopiverse": "nx format:write --projects=shopiverse --skip-nx-cache",
"build-shopiverse": "nx build shopiverse --prod",
"dev:nuxt-jwt": "nx serve nuxt-jwt"
},
"private": true,
"devDependencies": {
"@eslint/js": "^9.8.0",
"@iconify-json/heroicons": "^1.2.1",
"@iconify-json/uil": "^1.2.1",
"@nuxt/devtools": "1.6.0",
"@nuxt/eslint-config": "~0.6.1",
"@nuxt/kit": "^3.10.0",
"@nuxt/types": "^2.18.1",
"@nuxt/ui-templates": "^1.3.1",
"@nuxtjs/supabase": "^1.4.1",
"@nuxtjs/tailwindcss": "^6.12.2",
"@nx-tools/nx-prisma": "^6.4.0",
"@nx/devkit": "20.0.6",
"@nx/eslint": "20.0.6",
"@nx/eslint-plugin": "20.0.6",
"@nx/js": "20.0.6",
"@nx/nuxt": "20.0.6",
"@nx/playwright": "20.0.6",
"@nx/vite": "20.0.6",
"@nx/web": "20.0.6",
"@nx/workspace": "20.0.6",
"@playwright/test": "^1.36.0",
"@supabase/shared-types": "^0.1.75",
"@swc-node/register": "1.10.9",
"@swc/core": "1.8.0",
"@swc/helpers": "~0.5.11",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "^22.8.4",
"@vitejs/plugin-vue": "^5.1.4",
"@vitest/coverage-v8": "^2.1.4",
"@vitest/ui": "^2.1.4",
"@vue/test-utils": "^2.4.1",
"cross-env": "^7.0.3",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-playwright": "^2.0.0",
"eslint-plugin-readable-tailwind": "^1.8.1",
"eslint-plugin-vue": "^9.30.0",
"h3": "^1.8.2",
"jsdom": "~25.0.0",
"nuxt": "^3.10.0",
"nx": "20.0.6",
"prettier": "^3.0.0",
"prettier-plugin-classnames": "^0.7.3",
"prettier-plugin-merge": "^0.7.1",
"prettier-plugin-tailwindcss": "^0.6.8",
"prisma": "^5.21.1",
"sass": "1.62.1",
"tslib": "^2.3.0",
"typescript": "~5.6.3",
"typescript-eslint": "^8.0.0",
"vite": "^5.0.0",
"vitest": "^2.1.4",
"vue": "^3.3.4",
"vue-eslint-parser": "^9.4.3",
"vue-router": "^4.2.4",
"vue-tsc": "^2.0.0",
"zod": "^3.23.8"
},
"dependencies": {
"@gx.nuxt/source": "file:",
"@nuxt/icon": "^1.6.1",
"@nuxt/image": "^1.8.1",
"@nuxt/ui": "^2.18.7",
"@pinia/nuxt": "0.5.5",
"@prisma/client": "^5.21.1",
"@supabase/supabase-js": "^2.46.1",
"flowbite": "^2.5.2",
"jsonwebtoken": "^9.0.2",
"nuxt-security": "^2.1.4",
"pinia": "^2.2.5",
"uuid": "^11.0.2"
},
"packageManager": "pnpm@9.12.3"
}