-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 897 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 897 Bytes
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
{
"name": "@mintlify/components-monorepo",
"version": "0.1.0",
"description": "Open-source UI components for documentation sites",
"private": true,
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/mintlify/components"
},
"keywords": [
"react",
"components",
"ui",
"tailwindcss"
],
"license": "MIT",
"author": "Mintlify",
"bugs": {
"url": "https://github.com/mintlify/components/issues"
},
"scripts": {
"dev": "pnpm --filter @mintlify/components dev",
"build": "pnpm --filter @mintlify/components build",
"lint": "pnpm -r lint:check",
"storybook": "pnpm --filter @mintlify/components storybook",
"build-storybook": "pnpm --filter @mintlify/components build-storybook"
},
"devDependencies": {
"@biomejs/biome": "2.3.11",
"typescript": "5.9.3"
},
"packageManager": "pnpm@10.0.0"
}