-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 908 Bytes
/
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
{
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"fmt": "prettier --cache --write ."
},
"dependencies": {
"@atcute/bluesky": "^1.0.7",
"@atcute/car": "^1.1.0",
"@atcute/cbor": "^1.0.5",
"@atcute/cid": "^1.0.1",
"@atcute/client": "^2.0.3",
"@mary/events": "npm:@jsr/mary__events@^0.1.0",
"@mary/solid-freeze": "npm:@externdefs/solid-freeze@^0.1.1",
"@mary/tar": "npm:@jsr/mary__tar@^0.2.4",
"nanoid": "^5.0.8",
"native-file-system-adapter": "^3.0.1",
"solid-js": "^1.9.2",
"valibot": "1.0.0-beta.2"
},
"devDependencies": {
"@types/node": "^22.8.2",
"autoprefixer": "^10.4.20",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.14",
"terser": "^5.36.0",
"typescript": "5.7.0-beta",
"vite": "^5.4.9",
"vite-plugin-solid": "^2.10.2",
"wrangler": "^3.84.0"
}
}