Files
bknd-examples/package.json

43 lines
1.2 KiB
JSON

{
"name": "my-bknd-app",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev --port 3000",
"build": "vite build",
"start": "vite preview",
"test": "vitest run"
},
"dependencies": {
"@tailwindcss/vite": "^4.2.1",
"@tanstack/react-devtools": "^0.10.0",
"@tanstack/react-router": "^1.167.0",
"@tanstack/react-router-devtools": "^1.166.7",
"@tanstack/react-router-ssr-query": "^1.166.7",
"@tanstack/react-start": "^1.166.11",
"@tanstack/router-plugin": "^1.166.9",
"bknd": "^0.21.0-rc.0",
"lucide-react": "^0.577.0",
"nitro": "^3.0.260311-beta",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"tailwindcss": "^4.2.1",
"vite-tsconfig-paths": "^6.1.1"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@rolldown/plugin-babel": "^0.2.1",
"@tanstack/devtools-vite": "^0.6.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.2.0",
"@types/babel__core": "^7.20.5",
"@types/node": "^25.5.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.0",
"@vitejs/plugin-react": "^6.0.1",
"babel-plugin-react-compiler": "^1.0.0",
"typescript": "^5.7.2",
"vite": "^8.0.0"
}
}