-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
42 lines (42 loc) · 1.6 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "@zayne-labs/callapi-root",
"type": "module",
"version": "0.0.0",
"packageManager": "pnpm@9.15.0",
"scripts": {
"build": "pnpm --filter \"./packages/*\" build",
"build:dev": "pnpm --filter \"./packages/*\" build:dev",
"build:test": "pnpm --filter \"./packages/*\" build:test",
"inspect:eslint-config": "pnpx @eslint/config-inspector@latest",
"lint:attw": "pnpm --filter \"./packages/*\" lint:attw",
"lint:check-types": "pnpm --filter \"./packages/*\" lint:check-types",
"lint:eslint": "pnpm build && pnpm lint:eslint:dev",
"lint:eslint:dev": "eslint . --max-warnings 0 --report-unused-disable-directives",
"lint:format": "prettier --cache --write .",
"lint:packages": "pnpm dedupe --check",
"lint:publint": "pnpm --filter \"./packages/*\" version-package:publint",
"lint:size": "pnpm --filter \"./packages/*\" lint:size",
"prepare": "husky",
"release": "changeset publish",
"release:rc": "pnpm build && changeset publish --tag rc",
"test:release": "pnpm --filter \"./packages/*\" test:release",
"version-package": "changeset version"
},
"devDependencies": {
"@changesets/cli": "2.27.11",
"@eslint-react/eslint-plugin": "^1.23.2",
"@next/eslint-plugin-next": "^15.1.4",
"@types/node": "^22.10.5",
"@zayne-labs/eslint-config": "0.5.1",
"eslint": "9.18.0",
"eslint-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"eslint-plugin-tailwindcss": "^3.17.5",
"husky": "9.1.7",
"lint-staged": "15.3.0",
"pkg-pr-new": "0.0.39",
"prettier": "3.4.2",
"typescript": "^5.7.3"
}
}