-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.26 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.26 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
40
41
42
43
44
45
46
47
{
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"fmt": "PRETTIER_EXPERIMENTAL_CLI=1 prettier --cache --write ."
},
"dependencies": {
"@atcute/atproto": "^3.1.9",
"@atcute/bluesky": "^3.2.13",
"@atcute/car": "^5.0.0",
"@atcute/cbor": "^2.2.8",
"@atcute/cid": "^2.2.6",
"@atcute/client": "^4.1.1",
"@atcute/crypto": "^2.3.0",
"@atcute/did-plc": "^0.2.0",
"@atcute/identity": "^1.1.3",
"@atcute/identity-resolver": "^1.2.0",
"@atcute/lexicons": "^1.2.5",
"@atcute/multibase": "^1.1.6",
"@atcute/repo": "^0.1.0",
"@atcute/tid": "^1.0.3",
"@badrap/valita": "^0.4.6",
"@mary/array-fns": "jsr:^0.1.5",
"@mary/ds-queue": "jsr:^0.1.3",
"@mary/events": "jsr:^0.2.0",
"@mary/solid-freeze": "npm:@externdefs/solid-freeze@^0.1.1",
"@mary/tar": "jsr:^0.3.1",
"nanoid": "^5.1.6",
"native-file-system-adapter": "^3.0.1",
"solid-js": "^1.9.10"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.10",
"@types/node": "^22.19.2",
"autoprefixer": "^10.4.22",
"prettier": "^3.7.4",
"prettier-plugin-tailwindcss": "^0.6.14",
"tailwindcss": "^3.4.18",
"terser": "^5.44.1",
"typescript": "~5.9.3",
"vite": "^7.2.7",
"vite-plugin-solid": "^2.11.10",
"wrangler": "^4.53.0"
}
}