-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
57 lines (57 loc) · 1.75 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "dotui-monorepo",
"version": "0.0.0",
"private": true,
"license": "MIT",
"type": "module",
"author": {
"name": "mehdibha",
"url": "https://x.com/mehdibha_"
},
"keywords": [
"dotui",
"next.js",
"react-aria",
"tailwind",
"typescript"
],
"scripts": {
"build": "turbo run build",
"build:cli": "turbo --filter=dotui-cli build",
"build:www": "pnpm --filter=www build",
"build:registry": "pnpm --filter=www build:registry",
"build:docs": "pnpm --filter=www build:docs",
"dev": "turbo run dev --parallel",
"dev:cli": "turbo --filter=dotui-cli dev",
"dev:www": "pnpm --filter=www dev",
"start:www": "pnpm --filter=www start",
"start:cli": "pnpm --filter=dotui-cli start",
"lint": "turbo run lint && manypkg fix",
"lint:check": "turbo run lint:check && manypkg check",
"format": "turbo run format",
"format:check": "turbo run format:check",
"preview": "turbo run preview",
"typecheck": "turbo run typecheck",
"check": "turbo lint:check typecheck format:check",
"release": "changeset version",
"pub:beta": "pnpm --filter=dotui-cli pub:beta",
"pub:release": "pnpm --filter=dotui-cli pub:release"
},
"dependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.1",
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@manypkg/cli": "^0.21.4",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"eslint": "^8",
"eslint-config-next": "^14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.1.3",
"lefthook": "^1.7.18",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"turbo": "^2.0.12"
},
"packageManager": "pnpm@9.5.0"
}