-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 960 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
32
{
"name": "turborepo-shadcn-ui",
"version": "0.1.1",
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"ui:add": "pnpm --filter ui ui:add"
},
"devDependencies": {
"@turbo/gen": "^1.11.2",
"@turbo/workspaces": "^1.11.2",
"@types/node": "^17.0.45",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.17",
"autoprefixer": "^10.4.16",
"braid-design-system": "^32.14.2",
"create-turbo": "latest",
"eslint": "^7.32.0",
"eslint-config-custom": "workspace:*",
"postcss": "^8.4.32",
"prettier": "latest",
"react-docgen-typescript-loader": "^3.7.2",
"tailwindcss": "^3.3.6",
"tsconfig": "workspace:*",
"turbo": "latest",
"typescript": "latest"
},
"packageManager": "pnpm@8.10.2+sha256.487609e857f1c11780cc98dd0bfe4c8a8b11c7f23bc3a4493ac7d263d6fb6c8c"
}