forked from bluesky-social/statusphere-example-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.21 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.21 KB
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
{
"name": "statusphere",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "pnpm migrate && next dev",
"build:lex": "ts-lex build --importExt=\"\" --out=./lib/lexicons --override",
"build": "pnpm build:lex && next build",
"start": "pnpm migrate && next start --port ${PORT-3000}",
"migrate": "tsx scripts/migrate.ts",
"gen-key": "tsx scripts/gen-key.ts",
"lint": "eslint"
},
"dependencies": {
"@atproto/common-web": "^0.4.11",
"@atproto/lex": "^0.0.10",
"@atproto/oauth-client-node": "^0.3.15",
"@atproto/syntax": "^0.4.2",
"@atproto/tap": "^0.1.2",
"better-sqlite3": "^12.5.0",
"kysely": "^0.28.9",
"next": "16.1.1",
"react": "19.2.3",
"react-dom": "19.2.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/better-sqlite3": "^7.6.13",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.0.10",
"tailwindcss": "^4",
"tsx": "^4.21.0",
"typescript": "^5"
},
"packageManager": "pnpm@8.15.9+sha512.499434c9d8fdd1a2794ebf4552b3b25c0a633abcee5bb15e7b5de90f32f47b513aca98cd5cfd001c31f0db454bc3804edccd578501e4ca293a6816166bbd9f81"
}