-
-
Notifications
You must be signed in to change notification settings - Fork 102
Expand file tree
/
Copy pathpackage.json
More file actions
126 lines (126 loc) · 4.28 KB
/
package.json
File metadata and controls
126 lines (126 loc) · 4.28 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
126
{
"name": "pyrodactyl",
"version": "4.0.0-dev",
"buildNumber": "30",
"engines": {
"node": ">=20.0"
},
"type": "module",
"dependencies": {
"@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",
"@eslint/compat": "^1.3.1",
"@eslint/js": "^9.32.0",
"@gravity-ui/icons": "^2.16.0",
"@hcaptcha/react-hcaptcha": "^1.12.0",
"@headlessui/react": "^2.2.7",
"@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.15",
"@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",
"browserslist": "^4.25.1",
"chart.js": "^4.5.0",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"copy-to-clipboard": "^3.3.3",
"date-fns": "^4.1.0",
"debounce": "^2.2.0",
"deepmerge-ts": "^7.1.5",
"easy-peasy": "^6.1.0",
"eslint-plugin-turbo": "^2.5.5",
"events": "^3.3.0",
"formik": "^2.4.6",
"globals": "^16.3.0",
"install": "^0.13.0",
"laravel-vite-plugin": "^2.0.0",
"million": "^3.1.11",
"motion": "^12.23.12",
"pathe": "^2.0.3",
"qrcode.react": "^4.2.0",
"radix-ui": "^1.4.2",
"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",
"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",
"turbo": "^2.5.5",
"typescript-eslint": "^8.39.0",
"uuid": "^11.1.0",
"vite": "^7.0.6",
"yup": "^1.7.0"
},
"devDependencies": {
"@swc/core": "^1.13.3",
"@swc/plugin-styled-components": "^9.0.2",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/debounce": "^1.2.4",
"@types/events": "^3.0.3",
"@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",
"eslint": "^9.38.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.3",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"postcss": "^8.5.6",
"postcss-import": "^16.1.1",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"tailwind-scrollbar": "^4.0.2",
"ts-essentials": "^10.1.1",
"tw-animate-css": "^1.3.6",
"typescript": "^5.9.2",
"vite-plugin-manifest-sri": "^0.2.0"
},
"scripts": {
"lint": "eslint . --fix",
"lint:turbo": "turbo lint",
"dev": "vite",
"dev:docker": "cross-env APP_URL=\"http://localhost:3000\" vite",
"dev:vagrant": "vagrant up && pnpm run dev",
"compose": "docker compose down && docker compose up -d",
"compose:down": "docker compose down",
"build": "vite build",
"build:turbo": "turbo build",
"build:docker:dev": "docker buildx build -t pyrodactyl:develop --build-arg DEV=true .",
"ship": "turbo lint build"
},
"browserslist": [
"> 0.5%",
"last 2 versions",
"firefox esr",
"not dead"
],
"packageManager": "pnpm@10.13.1"
}