-
-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
123 lines (123 loc) · 4.15 KB
/
package.json
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
{
"name": "pyrodactyl",
"version": "3.0.0",
"buildNumber": "300000",
"engines": {
"node": ">=20.0"
},
"type": "module",
"dependencies": {
"@codemirror/autocomplete": "^6.16.0",
"@codemirror/commands": "^6.3.3",
"@codemirror/language-data": "^6.5.1",
"@codemirror/legacy-modes": "^6.4.0",
"@codemirror/lint": "^6.5.0",
"@codemirror/search": "^6.5.7",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.26.3",
"@eslint/compat": "^1.2.2",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@headlessui/react": "^1.7.18",
"@preact/signals-react": "^2.0.1",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-context-menu": "^2.1.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@sentry/react": "^7.120.0",
"@sentry/vite-plugin": "^2.16.1",
"@tanstack/react-virtual": "^3.2.1",
"@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.7.4",
"browserslist": "^4.23.0",
"chart.js": "^4.4.4",
"clsx": "^2.1.0",
"cmdk": "^1.0.0",
"copy-to-clipboard": "^3.3.3",
"date-fns": "^3.6.0",
"debounce": "^2.2.0",
"deepmerge-ts": "^7.1.0",
"easy-peasy": "^6.0.4",
"events": "^3.3.0",
"formik": "^2.4.5",
"framer-motion": "^11.11.11",
"globals": "^15.9.0",
"laravel-vite-plugin": "^1.0.2",
"million": "^3.0.6",
"pathe": "^1.1.2",
"qrcode.react": "^3.1.0",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.0",
"react-fast-compare": "^3.2.2",
"react-router-dom": "^6.22.3",
"reaptcha": "^1.12.1",
"sockette": "^2.0.6",
"sonner": "^1.4.41",
"styled-components": "^6.1.8",
"swr": "^2.2.5",
"tailwind-merge": "^2.2.2",
"tailwindcss": "^3.4.10",
"tailwindcss-animate": "^1.0.7",
"turbo": "^2.0.14",
"uuid": "^9.0.1",
"vite": "^5.4.11",
"yup": "^1.4.0"
},
"devDependencies": {
"@swc/core": "^1.7.10",
"@swc/plugin-styled-components": "^2.0.11",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/codemirror": "^5.60.15",
"@types/debounce": "^1.2.4",
"@types/events": "^3.0.3",
"@types/node": "^20.12.7",
"@types/qrcode.react": "^1.0.5",
"@types/react": "^18.3.1",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.3.0",
"@types/react-redux": "^7.1.33",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"autoprefixer": "^10.4.19",
"eslint": "^9.6.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"postcss-nesting": "^12.1.1",
"postcss-preset-env": "^9.5.5",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"tailwindcss-inner-border": "^0.2.0",
"ts-essentials": "^9.4.2",
"typescript": "^5.4.5",
"vite-plugin-manifest-sri": "^0.2.0"
},
"scripts": {
"lint": "eslint ./resources/scripts/**/*.{ts,tsx} --fix",
"lint:turbo": "turbo lint",
"dev": "vite",
"build": "vite build",
"build:turbo": "turbo build",
"ship": "turbo lint build"
},
"browserslist": [
"> 0.5%",
"last 2 versions",
"firefox esr",
"not dead"
],
"packageManager": "npm@10.8.1"
}