-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 827 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 827 Bytes
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
{
"name": "bend-ui",
"private": true,
"version": "0.0.1",
"description": "",
"workspaces": [
"packages/*",
"apps/*"
],
"scripts": {
"build": "echo \"(root) nothing to build\"",
"dev": "echo \"use package-level dev scripts\""
},
"keywords": [
"vue",
"bend-ui",
"bend",
"ui",
"components",
"black hole",
"bend UI",
"UI",
"Bend",
"Vue Bend",
"Vue UI",
"vue components",
"vue gallery",
"components gallery"
],
"author": "Mariano Oblitas",
"license": "ISC",
"packageManager": "[email protected]",
"dependencies": {
"tailwind-merge": "^2.6.0",
"vue": "^3.5.22"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.1",
"rimraf": "^6.1.0",
"typescript": "^5.9.3",
"vite": "^7.1.12",
"vue-tsc": "^3.1.3"
}
}