tangled
alpha
login
or
join now
nekomimi.pet
/
atproto-ui
41
fork
atom
A React component library for rendering common AT Protocol records for applications such as Bluesky and Leaflet.
41
fork
atom
overview
issues
2
pulls
pipelines
npmignore
@nekomimi.pet
4 months ago
5726a924
395767e2
1/1
upload-demo-to-wisp.yml
success
46s
+23
-1
2 changed files
expand all
collapse all
unified
split
.npmignore
package.json
+22
.npmignore
reviewed
···
1
1
+
# Demo and development files
2
2
+
demo/
3
3
+
src/
4
4
+
index.html
5
5
+
6
6
+
# Build configuration
7
7
+
vite.config.ts
8
8
+
vite.config.d.ts
9
9
+
tsconfig.app.json
10
10
+
tsconfig.node.json
11
11
+
eslint.config.js
12
12
+
tsconfig.lib.tsbuildinfo
13
13
+
14
14
+
# Dependencies
15
15
+
node_modules/
16
16
+
package-lock.json
17
17
+
bun.lock
18
18
+
19
19
+
CLAUDE.md
20
20
+
21
21
+
# Output directory
22
22
+
lib/
+1
-1
package.json
reviewed
···
1
1
{
2
2
"name": "atproto-ui",
3
3
-
"version": "0.11.0",
3
3
+
"version": "0.11.1",
4
4
"type": "module",
5
5
"description": "React components and hooks for rendering AT Protocol records.",
6
6
"main": "./lib-dist/index.js",