2026-05-10 03:06:54 +07:00
|
|
|
{
|
|
|
|
|
"name": "pien-studio",
|
|
|
|
|
"private": true,
|
|
|
|
|
"packageManager": "bun@1.1.38",
|
|
|
|
|
"workspaces": [
|
|
|
|
|
"apps/*",
|
|
|
|
|
"packages/*"
|
|
|
|
|
],
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "turbo run dev",
|
|
|
|
|
"build": "turbo run build",
|
2026-05-24 21:05:21 +07:00
|
|
|
"check": "bun run typecheck && bun run test",
|
2026-05-10 03:06:54 +07:00
|
|
|
"lint": "turbo run lint",
|
|
|
|
|
"test": "turbo run test",
|
|
|
|
|
"test:unit": "turbo run test",
|
2026-05-24 21:05:21 +07:00
|
|
|
"test:coverage": "turbo run test -- --coverage",
|
2026-05-10 03:06:54 +07:00
|
|
|
"test:e2e": "playwright test",
|
|
|
|
|
"typecheck": "turbo run typecheck",
|
2026-05-31 03:03:49 +07:00
|
|
|
"format": "prettier --check .",
|
|
|
|
|
"format:fix": "prettier --write .",
|
2026-05-24 21:05:21 +07:00
|
|
|
"prepare": "husky"
|
2026-05-10 03:06:54 +07:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@playwright/test": "^1.59.1",
|
|
|
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
|
|
|
"@testing-library/react": "^16.3.2",
|
|
|
|
|
"@testing-library/user-event": "^14.6.1",
|
|
|
|
|
"@types/node": "^25.6.0",
|
2026-05-24 21:05:21 +07:00
|
|
|
"@vitest/coverage-v8": "4.1.5",
|
|
|
|
|
"eslint": "^9",
|
|
|
|
|
"eslint-config-next": "^16.2.6",
|
|
|
|
|
"husky": "^9.1.7",
|
2026-05-16 11:59:51 +07:00
|
|
|
"jsdom": "^29.1.1",
|
2026-05-10 03:06:54 +07:00
|
|
|
"prettier": "^3.8.3",
|
2026-05-31 03:03:49 +07:00
|
|
|
"turbo": "^2.9.15",
|
2026-07-12 11:23:05 +00:00
|
|
|
"typescript": "^7.0.2",
|
2026-05-10 03:06:54 +07:00
|
|
|
"vitest": "^4.1.5"
|
|
|
|
|
}
|
|
|
|
|
}
|