generated from zayne-labs/create-ts-library
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.76 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
43
44
45
46
47
48
49
{
"name": "@zayne-labs/ui-root",
"type": "module",
"version": "0.0.0",
"packageManager": "[email protected]",
"scripts": {
"build": "pnpm --filter \"./packages/*\" build",
"build:dev": "pnpm --filter \"./packages/*\" build:dev",
"build:test": "pnpm --filter \"./packages/*\" build:test",
"bump": "bumpp",
"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": "eslint . --max-warnings 0 --report-unused-disable-directives",
"lint:eslint:interactive": "pnpx eslint-interactive@latest . --fix --max-warnings 0 --report-unused-disable-directives",
"lint:format": "prettier --write .",
"lint:publint": "pnpm --filter \"./packages/*\" version-package:publint",
"lint:size": "pnpm --filter \"./packages/*\" lint:size",
"prepare": "husky",
"release": "changeset publish",
"test:release": "pnpx pkg-pr-new publish './packages/*'",
"version-package": "changeset version"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.17.3",
"@changesets/cli": "^2.28.1",
"@eslint-react/eslint-plugin": "^1.27.0",
"@types/node": "^22.13.4",
"@zayne-labs/eslint-config": "0.5.1",
"@zayne-labs/tsconfig": "0.2.1",
"eslint": "9.20.1",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"eslint-plugin-tailwindcss": "^3.18.0",
"husky": "9.1.7",
"lint-staged": "15.4.3",
"prettier": "3.5.1",
"prettier-plugin-classnames": "^0.7.6",
"prettier-plugin-merge": "^0.7.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/",
"provenance": true
}
}