mirror of
https://github.com/YuzuZensai/Pien-Studio.git
synced 2026-09-02 14:18:35 +00:00
Bumps [typescript](https://github.com/microsoft/TypeScript) from 6.0.3 to 7.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"name": "pien-studio",
|
|
"private": true,
|
|
"packageManager": "bun@1.1.38",
|
|
"workspaces": [
|
|
"apps/*",
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"dev": "turbo run dev",
|
|
"build": "turbo run build",
|
|
"check": "bun run typecheck && bun run test",
|
|
"lint": "turbo run lint",
|
|
"test": "turbo run test",
|
|
"test:unit": "turbo run test",
|
|
"test:coverage": "turbo run test -- --coverage",
|
|
"test:e2e": "playwright test",
|
|
"typecheck": "turbo run typecheck",
|
|
"format": "prettier --check .",
|
|
"format:fix": "prettier --write .",
|
|
"prepare": "husky"
|
|
},
|
|
"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",
|
|
"@vitest/coverage-v8": "4.1.5",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "^16.2.6",
|
|
"husky": "^9.1.7",
|
|
"jsdom": "^29.1.1",
|
|
"prettier": "^3.8.3",
|
|
"turbo": "^2.9.15",
|
|
"typescript": "^7.0.2",
|
|
"vitest": "^4.1.5"
|
|
}
|
|
}
|