This repository has no description
873 B
36 lines
1{
2 "name": "in.awarm.space",
3 "version": "1.0.0",
4 "description": "",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1",
8 "dev": "next dev"
9 },
10 "keywords": [],
11 "author": "",
12 "license": "ISC",
13 "dependencies": {
14 "@atproto/identity": "^0.4.12",
15 "@atproto/lex": "^0.0.26",
16 "@atproto/oauth-client-node": "^0.3.17",
17 "@atproto/sync": "^0.2.3",
18 "hono": "^4.12.18",
19 "jsonpath-plus": "^10.4.0",
20 "next": "^16.2.6",
21 "react": "^19.2.6",
22 "react-dom": "^19.2.6"
23 },
24 "devDependencies": {
25 "@atproto/api": "^0.19.17",
26 "@tailwindcss/postcss": "^4.3.0",
27 "@types/node": "^25.7.0",
28 "@types/react": "^19.2.14",
29 "@types/react-dom": "^19.2.3",
30 "esbuild": "^0.28.0",
31 "postcss": "^8.5.14",
32 "tailwindcss": "^4.3.0",
33 "tsx": "^4.21.0",
34 "typescript": "6.0.3"
35 }
36}