-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
101 lines (101 loc) · 3.01 KB
/
Copy pathpackage.json
File metadata and controls
101 lines (101 loc) · 3.01 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
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
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"cm": "cz",
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier . --write",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"prepare": "husky"
},
"dependencies": {
"@ai-sdk/anthropic": "^1.2.12",
"@ai-sdk/deepseek": "^0.2.14",
"@ai-sdk/google": "^1.2.20",
"@ai-sdk/openai": "^1.3.22",
"@ai-sdk/openai-compatible": "^0.2.14",
"@ai-sdk/provider": "^1.1.3",
"@ai-sdk/ui-utils": "^1.2.11",
"@ai-sdk/vue": "^1.2.12",
"@iconify/vue": "^5.0.0",
"@pinia/nuxt": "^0.11.1",
"@scaleway/random-name": "^5.1.2",
"@tanstack/vue-table": "^8.21.3",
"@types/lodash-es": "^4.17.12",
"@vee-validate/zod": "^4.15.1",
"@vueuse/core": "^13.4.0",
"@vueuse/motion": "^3.0.3",
"@vueuse/nuxt": "13.4.0",
"@vueuse/router": "^13.5.0",
"@vueuse/rxjs": "^13.4.0",
"ai": "^4.3.16",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"delay": "^6.0.0",
"dexie": "^4.0.11",
"html2canvas": "^1.4.1",
"lodash-es": "^4.17.21",
"lucide-vue-next": "^0.522.0",
"marked": "^15.0.12",
"monaco-editor": "^0.52.2",
"nuxt": "^3.17.5",
"pathe": "^2.0.3",
"pinia": "^3.0.3",
"radashi": "^12.5.1",
"reka-ui": "^2.3.1",
"rxjs": "^7.8.2",
"shadcn-nuxt": "2.2.0",
"shiki": "^3.7.0",
"storybook": "9.0.5",
"tailwind-merge": "^3.3.1",
"tw-animate-css": "^1.3.4",
"vaul-vue": "^0.4.1",
"vee-validate": "^4.15.1",
"vue": "^3.5.16",
"vue-component-type-helpers": "^2.2.10",
"vue-router": "^4.5.1",
"vue-sonner": "^2.0.1",
"zod": "^3.25.67"
},
"packageManager": "pnpm@10.7.1+sha512.2d92c86b7928dc8284f53494fb4201f983da65f0fb4f0d40baafa5cf628fa31dae3e5968f12466f17df7e97310e30f343a648baea1b9b350685dafafffdf5808",
"devDependencies": {
"@antfu/eslint-config": "^4.16.1",
"@eslint/markdown": "^6.6.0",
"@nuxt/eslint": "1.4.1",
"@nuxt/test-utils": "^3.19.2",
"@nuxtjs/storybook": "^8.4.1",
"@storybook-vue/nuxt": "^8.4.1",
"@tailwindcss/vite": "^4.1.10",
"@types/mdast": "^4.0.4",
"@typescript-eslint/utils": "^8.35.1",
"@vue/test-utils": "^2.4.6",
"commitlint": "^19.8.1",
"eslint": "^9.29.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.5.0",
"eslint-plugin-storybook": "9.0.5",
"happy-dom": "^18.0.1",
"husky": "^9.1.7",
"jsonc-eslint-parser": "^2.4.0",
"lint-staged": "^16.1.2",
"mdast-util-from-markdown": "^2.0.2",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.13",
"shadcn-vue": "^2.2.0",
"tailwindcss": "^4.1.10",
"typescript": "^5.8.3",
"unist-util-visit": "^5.0.0",
"vitest": "^3.2.4",
"vue-eslint-parser": "^10.2.0",
"vue-tsc": "^2.2.10",
"yaml-eslint-parser": "^1.3.0"
}
}