forked from BlueprintFramework/hydrodactyl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
118 lines (118 loc) · 4.08 KB
/
Copy pathpackage.json
File metadata and controls
118 lines (118 loc) · 4.08 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
{
"name": "hydrodactyl",
"version": "canary",
"buildNumber": "30",
"engines": {
"node": ">=22.13"
},
"type": "module",
"dependencies": {
"@carbon/icons-react": "^11.71.0",
"@codemirror/autocomplete": "^6.18.6",
"@codemirror/commands": "^6.8.1",
"@codemirror/language": "^6.11.2",
"@codemirror/language-data": "^6.5.1",
"@codemirror/lint": "^6.8.5",
"@codemirror/search": "^6.5.11",
"@codemirror/state": "^6.5.2",
"@codemirror/view": "^6.38.1",
"@date-fns/tz": "^1.3.1",
"@gravity-ui/icons": "^2.16.0",
"@hcaptcha/react-hcaptcha": "^1.12.0",
"@headlessui/react": "^2.2.7",
"@hugeicons/core-free-icons": "^2.0.0",
"@hugeicons/react": "^1.1.1",
"@lezer/highlight": "^1.2.1",
"@marsidev/react-turnstile": "^1.2.0",
"@preact/signals-react": "^3.2.1",
"@radix-ui/react-checkbox": "^1.3.2",
"@radix-ui/react-context-menu": "^2.2.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-tabs": "^1.1.12",
"@radix-ui/react-tooltip": "^1.2.7",
"@tailwindcss/postcss": "^4.1.11",
"@tanstack/react-virtual": "^3.13.12",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-search": "^0.15.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/xterm": "^5.5.0",
"axios": "1.11.0",
"chart.js": "^4.5.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"copy-to-clipboard": "^3.3.3",
"cronstrue": "^3.9.0",
"date-fns": "^4.1.0",
"debounce": "^2.2.0",
"deepmerge-ts": "^7.1.5",
"easy-peasy": "^6.1.0",
"events": "^3.3.0",
"formik": "^2.4.6",
"laravel-vite-plugin": "^2.0.0",
"million": "^3.1.11",
"motion": "^12.23.12",
"pathe": "^2.0.3",
"qrcode.react": "^4.2.0",
"react": "^19.1.1",
"react-chartjs-2": "^5.3.0",
"react-dom": "^19.1.1",
"react-fast-compare": "^3.2.2",
"react-router-dom": "^7.7.1",
"recharts": "^3.9.1",
"sockette": "^2.0.6",
"sonner": "^2.0.7",
"styled-components": "^6.1.19",
"swr": "^2.3.4",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.11",
"use-debounce": "^10.0.6",
"uuid": "^11.1.0",
"vite": "^8.2.1",
"yup": "^1.7.0"
},
"devDependencies": {
"@biomejs/biome": "^2.5.4",
"@swc/core": "^1.13.3",
"@swc/plugin-styled-components": "^12.14.1",
"@types/debounce": "^1.2.4",
"@types/events": "^3.0.3",
"@types/jest": "^30.0.0",
"@types/mocha": "^10.0.10",
"@types/node": "^24.2.0",
"@types/react": "^19.1.9",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^19.1.7",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react-swc": "^3.11.0",
"autoprefixer": "^10.4.21",
"cross-env": "^10.0.0",
"postcss": "^8.5.6",
"postcss-import": "^16.1.1",
"rollup-plugin-visualizer": "^6.0.5",
"tailwind-scrollbar": "^4.0.2",
"ts-essentials": "^10.1.1",
"turbo": "^2.6.1",
"tw-animate-css": "^1.3.6",
"typescript": "^5.9.2",
"vite-plugin-manifest-sri": "^0.2.0"
},
"scripts": {
"lint": "biome lint --write",
"check": "biome check",
"postinstall": "npx @biomejs/biome migrate --write",
"lint:turbo": "turbo lint",
"dev": "vite",
"dev:setup": "bash ./bin/devSetup.sh",
"build": "vite build",
"build:turbo": "turbo build",
"ship": "turbo build",
"test": "php vendor/bin/phpunit",
"test:unit": "php vendor/bin/phpunit --testsuite=Unit",
"test:integration": "php vendor/bin/phpunit --testsuite=Integration"
},
"browserslist": ["> 0.5%", "last 2 versions", "firefox esr", "not dead"],
"packageManager": "pnpm@11.3.0"
}