init changesets

This commit is contained in:
itsMapleLeaf
2022-07-22 16:53:10 -05:00
committed by Darius
parent c08f5621ef
commit cc1bc0932f
4 changed files with 595 additions and 19 deletions

View File

@@ -1,4 +1,5 @@
{
"name": "reacord-monorepo",
"private": true,
"scripts": {
"lint": "eslint --ext js,ts,tsx .",
@@ -9,13 +10,14 @@
"start": "pnpm -C packages/website run start"
},
"devDependencies": {
"@changesets/cli": "^2.24.0",
"@itsmapleleaf/configs": "^1.1.3",
"@rushstack/eslint-patch": "^1.1.3",
"@types/eslint": "^8.4.1",
"eslint": "^8.14.0",
"node": "^16",
"prettier": "^2.6.2",
"typescript": "^4.6.3",
"node": "^16"
"typescript": "^4.6.3"
},
"resolutions": {
"esbuild": "latest"