forked from shadcn-ui/taxonomy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 813 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
31
{
"name": "geticon",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"build": "turbo run build",
"build:markt": "turbo run build --filter=markt...",
"dev": "turbo run dev",
"start": "turbo run start",
"check": "prettier \"**/*.{ts,tsx,md}\"",
"format": "prettier --write .",
"lint": "turbo run lint",
"clean": "turbo run clean && rm -rf node_modules"
},
"devDependencies": {
"@commitlint/cli": "17.4.2",
"@commitlint/config-conventional": "17.4.2",
"eslint": "8.32.0",
"eslint-config-custom": "workspace:*",
"husky": "8.0.3",
"prettier": "2.8.3",
"prettier-plugin-tailwindcss": "0.2.1",
"pretty-quick": "3.1.3",
"turbo": "1.7.0",
"turbo-ignore": "0.5.0"
},
"packageManager": "pnpm@7.17.1"
}