-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
77 lines (77 loc) · 2.06 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
{
"name": "headplane",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "remix vite:build && vite build",
"dev": "remix vite:dev",
"typecheck": "tsc"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@kubernetes/client-node": "^0.22.2",
"@primer/octicons-react": "^19.12.0",
"@react-aria/toast": "3.0.0-beta.12",
"@react-stately/toast": "3.0.0-beta.4",
"@remix-run/node": "^2.13.1",
"@remix-run/react": "^2.13.1",
"@shopify/lang-jsonc": "^1.0.0",
"@uiw/codemirror-theme-github": "^4.23.6",
"@uiw/react-codemirror": "^4.23.6",
"clsx": "^2.1.1",
"dotenv": "^16.4.5",
"isbot": "^5.1.17",
"mime": "^4.0.4",
"oauth4webapi": "^2.17.0",
"react": "19.0.0-beta-26f2496093-20240514",
"react-aria-components": "^1.2.1",
"react-codemirror-merge": "^4.23.6",
"react-dom": "19.0.0-beta-26f2496093-20240514",
"react-error-boundary": "^4.1.2",
"remix-utils": "^7.7.0",
"tailwind-merge": "^2.5.4",
"tailwindcss-react-aria-components": "^1.1.6",
"undici": "^6.20.1",
"usehooks-ts": "^3.1.0",
"yaml": "^2.6.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@remix-run/dev": "^2.13.1",
"@types/react": "npm:types-react@beta",
"@types/react-dom": "npm:types-react-dom@beta",
"autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "19.0.0-beta-8a03594-20241020",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vite-plugin-babel": "^1.2.0",
"vite-tsconfig-paths": "^5.1.0"
},
"overrides": {
"@types/react": "npm:types-react@beta",
"@types/react-dom": "npm:types-react-dom@beta"
},
"engines": {
"node": ">=20",
"pnpm": ">=9 <10"
},
"pnpm": {
"patchedDependencies": {
"@react-aria/[email protected]": "patches/@[email protected]",
"@shopify/[email protected]": "patches/@[email protected]"
},
"peerDependencyRules": {
"allowAny": [
"react",
"react-dom"
]
}
}
}