-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.04 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.04 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
{
"name": "nuxt-ui-template-dashboard",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.2.34",
"@iconify-json/lucide": "^1.2.87",
"@iconify-json/simple-icons": "^1.2.68",
"@internationalized/date": "^3.10.1",
"@nuxt/ui": "^4.4.0",
"@nuxtjs/mdc": "^0.20.1",
"@tanstack/table-core": "^8.21.3",
"@unovis/ts": "^1.6.2",
"@unovis/vue": "^1.6.2",
"@vueuse/core": "^14.1.0",
"@vueuse/nuxt": "^14.1.0",
"date-fns": "^4.1.0",
"fuse.js": "^7.1.0",
"gray-matter": "^4.0.3",
"nuxt": "^4.3.0",
"scule": "^1.3.0",
"tailwindcss": "^4.1.18",
"zod": "^4.3.6"
},
"devDependencies": {
"@nuxt/eslint": "^1.13.0",
"@types/node": "^25.2.1",
"eslint": "^9.39.2",
"typescript": "^5.9.3",
"vue-tsc": "^3.2.4"
},
"packageManager": "pnpm@10.28.1"
}