{
"name": "@lazarv/react-server-test",
"private": true,
"scripts": {
"test": "run-s test-dev test-build-start",
"test-dev": "vitest run -c ./vitest.config.mjs",
"test-build-start": "vitest run -c ./vitest.config.build.mjs",
"test-dev-ui": "vitest -c ./vitest.config.mjs --ui",
"test-build-start-ui": "vitest -c ./vitest.config.build.mjs --ui",
"test-dev-base": "pnpm test-dev --exclude '**/__test__/apps'",
"test-dev-apps": "pnpm test-dev --exclude '**/__test__/*.spec.mjs'",
"test-build-start-base": "pnpm test-build-start --exclude '**/__test__/apps'",
"test-build-start-apps": "pnpm test-build-start --exclude '**/__test__/*.spec.mjs'"
},
"dependencies": {
"@lazarv/react-server": "workspace:*",
"idb-keyval": "^6.2.2",
"picomatch": "^4.0.2",
"react-server-condition-pkg": "file:fixtures/react-server-condition-pkg",
"rolldown": "1.0.0-rc.18",
"tinyglobby": "^0.2.13",
"unstorage": "^1.16.0",
"vite": "8.0.10"
},
"devDependencies": {
"@playwright/test": "^1.53.1",
"@vitest/ui": "^5.0.0-beta.1",
"npm-run-all2": "^8.0.4",
"playwright-chromium": "^1.53.1",
"vitest": "^5.0.0-beta.1"
}
}