Brings forward from T28: @dnd-kit/core ^6.3.1, @dnd-kit/sortable ^8.0.0, @dnd-kit/utilities ^3.2.2. Wave 3's BlockList (T18) imports these for accessible drag-and-drop reordering.
39 lines
905 B
JSON
39 lines
905 B
JSON
{
|
|
"name": "@paratype/chess",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"default": "./src/index.ts"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@dnd-kit/core": "^6",
|
|
"@dnd-kit/sortable": "^8",
|
|
"@dnd-kit/utilities": "^3",
|
|
"@paratype/rete": "workspace:*",
|
|
"@tailwindcss/vite": "^4.2.2",
|
|
"canvas-confetti": "^1.9.4",
|
|
"lucide-react": "^1.8.0",
|
|
"motion": "^12.38.0",
|
|
"react-router-dom": "^7.14.1",
|
|
"sonner": "^2.0.7",
|
|
"tailwindcss": "^4.2.2",
|
|
"zod": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/canvas-confetti": "^1.9.0",
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0",
|
|
"@vitejs/plugin-react": "^4.0.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"vite": "^6.0.0"
|
|
}
|
|
}
|