mirror of
https://github.com/YuzuZensai/Pien-Studio.git
synced 2026-09-02 14:18:35 +00:00
Bumps [eslint](https://github.com/eslint/eslint) from 9.39.5 to 10.8.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v9.39.5...v10.8.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.8.0 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": "^10",
|
|
"eslint-config-next": "^16.2.6",
|
|
"husky": "^9.1.7",
|
|
"jsdom": "^29.1.1",
|
|
"prettier": "^3.8.3",
|
|
"turbo": "^2.9.15",
|
|
"typescript": "^6.0.3",
|
|
"vitest": "^4.1.5"
|
|
}
|
|
}
|