-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 999 Bytes
/
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": "tempocal",
"version": "0.1.0",
"description": "Highly flexible building blocks to craft calendars with Temporal API",
"repository": "https://github.com/Zertz/tempocal",
"homepage": "https://tempocal.pierluc.io/",
"author": "Pier-Luc Gendreau",
"license": "MIT",
"scripts": {
"build": "turbo run build",
"ci:publish": "pnpm publish --access public --filter=\\!www --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.27.5",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-react-hooks": "^4.6.2",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"turbo": "^2.0.4",
"typescript": "^5.4.5"
},
"packageManager": "[email protected]"
}