-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
28 lines (28 loc) · 956 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
{
"name": "bashaway-official",
"description": "Curates the annual Bashaway website repositories",
"workspaces": [
"apps/*"
],
"scripts": {
"build": "turbo run build",
"postbuild": "bash scripts/postbuild.sh",
"dev": "turbo run dev",
"lint": "eslint apps --ext js,jsx,mdx --ignore-path .gitignore --fix --cache --report-unused-disable-directives",
"format": "prettier --write --cache \"**/*.{js,jsx,md,yml}\"",
"prepare": "lefthook install",
"preview": "turbo run preview"
},
"dependencies": {
"@commitlint/cli": "17.6.5",
"@commitlint/config-conventional": "17.6.5",
"@trivago/prettier-plugin-sort-imports": "4.1.1",
"eslint": "8.45.0",
"eslint-plugin-react": "7.32.2",
"eslint-config-turbo": "1.10.9",
"lefthook": "1.4.3",
"prettier": "2.8.8",
"turbo": "1.9.3"
},
"packageManager": "[email protected]+sha256.56a9e76b51796ca7f73b85e44cf83712862091f4d498c0ce4d5b7ecdc6ba18f7"
}