forked from vltpkg/vltpkg
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
125 lines (125 loc) · 4.13 KB
/
package.json
File metadata and controls
125 lines (125 loc) · 4.13 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "@vltpkg/gui",
"description": "Look under the hood of a vlt install in HD",
"version": "1.0.0-rc.18",
"repository": {
"type": "git",
"url": "git+https://github.com/vltpkg/vltpkg.git",
"directory": "src/gui"
},
"author": "vlt technology inc. <support@vlt.sh> (http://vlt.sh)",
"dependencies": {
"@effect/platform": "^0.93.6",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-context-menu": "^2.2.16",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toast": "^1.2.15",
"@radix-ui/react-tooltip": "^1.2.8",
"@tailwindcss/cli": "^4.1.17",
"@tanstack/react-table": "^8.21.3",
"@types/react-syntax-highlighter": "^15.5.13",
"@vltpkg/cli-sdk": "workspace:*",
"@vltpkg/dep-id": "workspace:*",
"@vltpkg/dss-breadcrumb": "workspace:*",
"@vltpkg/dss-parser": "workspace:*",
"@vltpkg/graph": "workspace:*",
"@vltpkg/query": "workspace:*",
"@vltpkg/security-archive": "workspace:*",
"@vltpkg/spec": "workspace:*",
"@vltpkg/types": "workspace:*",
"@vltpkg/vlt-json": "workspace:*",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"effect": "^3.19.10",
"framer-motion": "^12.23.25",
"lucide-react": "^0.503.0",
"lz-string": "catalog:",
"postcss-selector-parser": "catalog:",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^10.1.0",
"react-router": "^7.10.1",
"react-syntax-highlighter": "^15.6.6",
"react-use-measure": "^2.1.7",
"react-virtuoso": "^4.17.0",
"recharts": "^2.15.4",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"remark-stringify": "^11.0.0",
"shiki": "^3.19.0",
"tailwind-merge": "^2.6.0",
"tailwind-variants": "^1.0.0",
"tailwindcss": "^4.1.17",
"tw-animate-css": "^1.4.0",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"uuid": "^11.1.0",
"varlock": "^0.0.15",
"zustand": "^5.0.9"
},
"devDependencies": {
"@eslint/js": "catalog:",
"@tailwindcss/typography": "^0.5.19",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.0",
"@types/diffable-html": "^5.0.2",
"@types/jsdom": "^21.1.7",
"@types/node": "catalog:",
"@types/react": "^18.3.27",
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react": "^4.7.0",
"@vltpkg/which": "workspace:*",
"diffable-html": "^6.0.1",
"esbuild": "^0.27.1",
"eslint": "catalog:",
"jsdom": "^26.1.0",
"msw": "^2.12.4",
"prettier": "catalog:",
"typescript": "catalog:",
"typescript-eslint": "catalog:",
"vitest": "^3.2.4"
},
"license": "FSL-1.1-MIT",
"engines": {
"node": ">=22.9.0"
},
"scripts": {
"format": "prettier --write . --log-level warn --ignore-path ../../.prettierignore --cache",
"format:check": "prettier --check . --ignore-path ../../.prettierignore --cache",
"lint": "eslint . --fix",
"lint:check": "eslint .",
"prepack": "node --experimental-strip-types --no-warnings ./scripts/prepare.ts --production",
"prepare": "node --experimental-strip-types --no-warnings ./scripts/prepare.ts --production",
"snap": "vitest --no-watch -u",
"test": "vitest --no-watch",
"posttest": "tsc --noEmit",
"typecheck": "tsc --noEmit",
"watch": "node --experimental-strip-types --no-warnings ./scripts/prepare.ts --watch"
},
"prettier": "../../.prettierrc.js",
"type": "module",
"exports": {
"./package.json": "./package.json"
},
"files": [
"dist"
]
}