-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
30 lines (30 loc) · 1 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
{
"name": "react-headless-tabs",
"version": "4.0.2",
"description": "Headless and highly flexible tab-like primitives built with react hooks",
"repository": "github:Zertz/react-headless-tabs",
"homepage": "https://react-headless-tabs.pierluc.io/",
"author": "Pier-Luc Gendreau",
"license": "MIT",
"scripts": {
"build": "turbo run build",
"ci:publish": "pnpm publish --access public --filter=\\!docs --recursive && pnpm changeset tag",
"ci:version": "pnpm changeset version",
"dev": "turbo run dev",
"lint": "eslint . --ext ts,tsx",
"test": "turbo run test"
},
"devDependencies": {
"@changesets/cli": "^2.26.0",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.5",
"turbo": "^1.8.3",
"typescript": "^5.0.2"
},
"packageManager": "pnpm@7.17.0"
}