-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.57 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.57 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
50
51
52
53
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/devtools": "2.0.0",
"@nuxthub/core": "0.8.17",
"@octokit/rest": "^21.1.0",
"@radix-icons/vue": "^1.0.0",
"@tanstack/vue-table": "^8.21.2",
"@vueuse/core": "^12.5.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.475.0",
"nuxt": "^3.15.4",
"nuxt-schema-org": "4.1.3",
"pinia": "^3.0.0",
"radix-vue": "^1.9.13",
"reka-ui": "^2.0.0",
"tailwind-merge": "^3.0.1",
"tailwindcss-animate": "^1.0.7",
"vite": ">=6.0",
"vue": "latest",
"vue-router": "latest"
},
"packageManager": "pnpm@9.12.1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4",
"devDependencies": {
"@formkit/auto-animate": "^0.8.2",
"@iconify-json/carbon": "^1.2.6",
"@iconify-json/octicon": "^1.2.4",
"@iconify-json/ph": "^1.2.2",
"@nuxt/icon": "^1.10.3",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/robots": "^5.2.2",
"@nuxtjs/seo": "^2.1.1",
"@nuxtjs/sitemap": "^7.2.4",
"@nuxtjs/tailwindcss": "6.13.1",
"@pinia/nuxt": "^0.10.0",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@vueuse/nuxt": "12.5.0",
"pinia-plugin-persistedstate": "^4.2.0",
"shadcn-nuxt": "^0.11.3",
"wrangler": "^3.108.1"
}
}