|
3 | 3 | "type": "module", |
4 | 4 | "version": "0.0.0", |
5 | 5 | "packageManager": "pnpm@9.15.4", |
| 6 | + "license": "MIT", |
6 | 7 | "scripts": { |
7 | | - "build": "turbo run --filter \"./packages/*\" build", |
8 | | - "build:dev": "turbo run --filter \"./packages/*\" build:dev", |
9 | | - "build:test": "turbo run --filter \"./packages/*\" build:test", |
10 | | - "dev:react": "turbo run --filter \"./packages/ui-react\" dev", |
| 8 | + "build": "pnpm run --filter=./packages/* build", |
| 9 | + "build:dev": "turbo run --filter=./packages/* build:dev", |
| 10 | + "build:test": "turbo run --filter=./packages/* build:test", |
| 11 | + "dev:react": "pnpm run --filter=./packages/ui-react dev", |
11 | 12 | "inspect:eslint-config": "pnpx @eslint/config-inspector@latest", |
12 | | - "lint:attw": "turbo run --filter \"./packages/*\" lint:attw", |
13 | | - "lint:eslint": "turbo run --filter \"./packages/*\" lint:eslint", |
14 | | - "lint:eslint:interactive": "turbo run --filter \"./packages/*\" lint:eslint:interactive", |
| 13 | + "lint:attw": "turbo run --filter=./packages/* lint:attw", |
| 14 | + "lint:eslint": "turbo run --filter=./packages/* lint:eslint", |
| 15 | + "lint:eslint:interactive": "turbo run --filter=./packages/* lint:eslint:interactive", |
15 | 16 | "lint:eslint:root": "eslint . --max-warnings 0", |
16 | 17 | "lint:eslint:root:interactive": "pnpx eslint-interactive@latest . --max-warnings 0 --fix", |
17 | | - "lint:format": "turbo run --filter \"./packages/*\" lint:format", |
18 | | - "lint:publint": "turbo run --filter \"./packages/*\" lint:publint", |
19 | | - "lint:size": "turbo run --filter \"./packages/*\" lint:size", |
20 | | - "lint:type-check": "turbo run --filter \"./packages/*\" lint:type-check", |
| 18 | + "lint:format": "turbo run --filter=./packages/* lint:format", |
| 19 | + "lint:publint": "turbo run --filter=./packages/* lint:publint", |
| 20 | + "lint:size": "turbo run --filter=./packages/* lint:size", |
| 21 | + "lint:type-check": "turbo run --filter=./packages/* lint:type-check", |
21 | 22 | "prepare": "husky", |
22 | 23 | "release": "changeset publish", |
23 | | - "release:test": "pnpx pkg-pr-new publish \"./packages/*\" --compact" |
| 24 | + "release:test": "pnpx pkg-pr-new publish ./packages/* --compact" |
24 | 25 | }, |
25 | 26 | "devDependencies": { |
26 | | - "@arethetypeswrong/cli": "^0.18.1", |
27 | | - "@changesets/cli": "^2.29.4", |
28 | | - "@eslint-react/eslint-plugin": "^1.51.2", |
29 | | - "@types/node": "^22.15.30", |
30 | | - "@zayne-labs/eslint-config": "0.9.1", |
31 | | - "@zayne-labs/prettier-config": "^0.9.1", |
32 | | - "eslint": "9.28.0", |
| 27 | + "@arethetypeswrong/cli": "^0.18.2", |
| 28 | + "@changesets/cli": "^2.29.6", |
| 29 | + "@eslint-react/eslint-plugin": "^1.52.6", |
| 30 | + "@types/node": "^24.3.0", |
| 31 | + "@zayne-labs/eslint-config": "0.9.10", |
| 32 | + "@zayne-labs/prettier-config": "^0.9.10", |
| 33 | + "eslint": "9.34.0", |
33 | 34 | "eslint-plugin-react-hooks": "^5.2.0", |
34 | 35 | "eslint-plugin-react-refresh": "^0.4.20", |
35 | 36 | "husky": "9.1.7", |
36 | | - "lint-staged": "16.1.0", |
37 | | - "prettier": "3.5.3", |
38 | | - "prettier-plugin-classnames": "^0.7.8", |
39 | | - "prettier-plugin-merge": "^0.7.4", |
40 | | - "prettier-plugin-tailwindcss": "^0.6.12", |
41 | | - "turbo": "^2.5.4", |
42 | | - "typescript": "^5.8.3" |
| 37 | + "lint-staged": "16.1.5", |
| 38 | + "prettier": "3.6.2", |
| 39 | + "prettier-plugin-classnames": "^0.8.2", |
| 40 | + "prettier-plugin-merge": "^0.8.0", |
| 41 | + "prettier-plugin-tailwindcss": "^0.6.14", |
| 42 | + "turbo": "^2.5.6", |
| 43 | + "typescript": "^5.9.2" |
43 | 44 | }, |
44 | 45 | "publishConfig": { |
45 | 46 | "access": "public", |
|
0 commit comments