-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.86 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
{
"name": "bereal",
"version": "0.0.0",
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"format": "prettier --write ."
},
"dependencies": {
"@nuxt/image": "1.2.0",
"@nuxtjs/tailwindcss": "^6.10.4",
"@tanstack/query-persist-client-core": "5.17.15",
"@tanstack/query-sync-storage-persister": "5.17.15",
"@tanstack/vue-query": "5.17.15",
"@vueuse/components": "^10.7.2",
"@vueuse/core": "^10.7.2",
"@vueuse/motion": "2.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"embla-carousel": "8.0.0-rc19",
"embla-carousel-vue": "8.0.0-rc19",
"jwt-decode": "^4.0.0",
"lucide-vue-next": "^0.311.0",
"nuxt-icon": "^0.6.8",
"radix-vue": "^1.3.2",
"shadcn-nuxt": "^0.8.7",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"vue": "^3.4.14",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@nuxt/devtools": "^1.0.8",
"@nuxtjs/fontaine": "^0.4.1",
"@nuxtjs/google-fonts": "^3.1.3",
"@tanstack/eslint-plugin-query": "^5.17.7",
"@types/eslint-config-prettier": "^6.11.3",
"@vite-pwa/nuxt": "^0.4.0",
"@vueuse/nuxt": "^10.7.2",
"eslint-config-prettier": "^9.1.0",
"nuxt": "^3.9.2",
"nuxt-auto-parallel-plugins": "^1.0.0",
"nuxt-module-eslint-config": "^0.0.2",
"prettier": "^3.2.2",
"prettier-plugin-tailwindcss": "^0.5.11"
},
"pnpm": {
"overrides": {
"hasown": "npm:@nolyfill/hasown@latest",
"string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@latest",
"deep-equal": "npm:@nolyfill/deep-equal@latest",
"is-generator-function": "npm:@nolyfill/is-generator-function@latest",
"isarray": "npm:@nolyfill/isarray@latest"
}
}
}