-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
47 lines (47 loc) · 1.25 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
{
"name": "maiton-repo",
"version": "0.0.1",
"description": "Maiton UI components and CLI",
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"format:write": "turbo format:write",
"format:check": "turbo format:check",
"typecheck": "turbo typecheck",
"ui:add": "pnpm --filter maiton ui:add",
"docs:dev": "pnpm --filter docs dev",
"cli:dev": "pnpm --filter maiton-ui dev",
"cli:start": "pnpm --filter maiton-ui start",
"release": "changeset version",
"pub:release": "cd packages/cli && pnpm pub:release",
"pub:beta": "cd packages/cli && pnpm pub:beta"
},
"keywords": [
"Farcaster",
"Frames",
"Components",
"UI"
],
"author": {
"name": "Builders Garden",
"url": "https://builders.garden"
},
"license": "MIT",
"dependencies": {
"frames.js": "^0.19.1",
"react": "^18.3.1",
"turbo": "^2.2.3",
"twin.macro": "^3.4.1",
"typescript": "^5.6.2",
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"prettier": "^3.2.4"
},
"devDependencies": {
"@types/react": "^18.3.5"
},
"packageManager": "[email protected]"
}