-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2 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
{
"name": "@damourlabs/ui",
"type": "module",
"version": "0.27.0",
"description": "A collection of reusable UI components for Nuxt applications.",
"author": {
"name": "Damour Labs",
"email": "contact@damourlabs.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/damourlabs/ui.git"
},
"keywords": [
"nuxt",
"ui",
"components",
"reusable",
"vue"
],
"main": "./nuxt.config.ts",
"scripts": {
"dev": "nuxi dev .playground",
"dev:prepare": "nuxt prepare .playground",
"build": "nuxt build .playground",
"generate": "nuxt generate .playground",
"preview": "nuxt preview .playground",
"postinstall": "nuxt prepare .playground",
"release": "release-it",
"lint": "eslint .",
"test": "vitest",
"test:run": "vitest run",
"test:watch": "vitest --watch",
"test:coverage": "vitest --coverage"
},
"devDependencies": {
"@nuxt/eslint": "latest",
"@nuxt/fonts": "0.11.4",
"@nuxt/icon": "1.13.0",
"@nuxtjs/color-mode": "3.5.2",
"@release-it/conventional-changelog": "^10.0.1",
"@vitest/coverage-v8": "^2.1.9",
"eslint": "^9.32.0",
"nuxt": "^3.18.0",
"release-it": "^19.0.4",
"release-it-pnpm": "^4.6.6",
"shadcn-nuxt": "2.2.0",
"typescript": "^5.8.3",
"vitest": "^2.1.9",
"vue": "latest"
},
"dependencies": {
"@pinia/nuxt": "^0.11.2",
"@tailwindcss/vite": "^4.1.11",
"@tanstack/vue-table": "^8.21.3",
"@vee-validate/zod": "^4.15.1",
"@vueuse/core": "^13.6.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.511.0",
"nuxt-charts": "^0.1.11",
"reka-ui": "^2.4.0",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.11",
"tw-animate-css": "^1.3.6",
"vee-validate": "^4.15.1",
"zod": "^3.25.76"
},
"packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac"
}