28 lines
959 B
JSON
28 lines
959 B
JSON
{
|
|
"name": "dimensionlab",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"packageManager": "bun@1.3.14",
|
|
"workspaces": [
|
|
"apps/*",
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"dev": "turbo run dev --filter=@dimensionlab/web",
|
|
"build": "turbo run build",
|
|
"preview": "turbo run preview --filter=@dimensionlab/web",
|
|
"storybook": "turbo run storybook --filter=@dimensionlab/ui",
|
|
"build-storybook": "turbo run build-storybook --filter=@dimensionlab/ui",
|
|
"check": "turbo run check",
|
|
"test": "turbo run test:unit",
|
|
"test:unit": "turbo run test:unit",
|
|
"test:e2e": "turbo run test:e2e --filter=@dimensionlab/web",
|
|
"test:qa": "turbo run check test:unit build @dimensionlab/ui#build-storybook @dimensionlab/web#test:e2e",
|
|
"db:generate": "turbo run db:generate --filter=@dimensionlab/web",
|
|
"db:check": "turbo run db:check --filter=@dimensionlab/web"
|
|
},
|
|
"devDependencies": {
|
|
"turbo": "^2.5.0"
|
|
}
|
|
}
|