-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
104 changed files
with
3,141 additions
and
14,990 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,23 +13,22 @@ | |
}, | ||
"packageManager": "[email protected]", | ||
"scripts": { | ||
"postinstall": "turbo run post-install --parallel --no-cache", | ||
"install": "turbo run post-install --parallel --no-cache", | ||
"build": "cross-env-shell IS_ELECTRON=yes turbo run build", | ||
"build:web": "turbo run build:web", | ||
"pack": "turbo run build && turbo run pack", | ||
"pack:test": "turbo run build && turbo run pack:test", | ||
"dev": "cross-env-shell IS_ELECTRON=yes turbo run dev --parallel", | ||
"lint": "eslint .", | ||
"format": "prettier --write \"**/*.{ts,tsx,mjs,js,jsx,md,css}\"", | ||
"storybook": "pnpm -F web storybook", | ||
"storybook:build": "pnpm -F web storybook:build" | ||
"format": "prettier --write \"**/*.{ts,tsx,mjs,js,jsx,md,css}\"" | ||
}, | ||
"devDependencies": { | ||
"cross-env": "^7.0.3", | ||
"eslint": "^8.31.0", | ||
"prettier": "^2.8.1", | ||
"turbo": "^1.6.3", | ||
"typescript": "^4.9.4", | ||
"typescript": "^4.9.5", | ||
"tsx": "^3.12.1", | ||
"prettier-plugin-tailwindcss": "^0.2.1" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.