-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.01 KB
/
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
36
37
38
{
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"fmt": "prettier --cache --write ."
},
"dependencies": {
"@atcute/bluesky": "^1.0.12",
"@atcute/car": "^2.0.1",
"@atcute/cbor": "^2.1.1",
"@atcute/client": "^2.0.7",
"@atcute/crypto": "^2.2.0",
"@atcute/multibase": "^1.1.2",
"@badrap/valita": "^0.4.2",
"@mary/array-fns": "npm:@jsr/mary__array-fns@^0.1.0",
"@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.9",
"native-file-system-adapter": "^3.0.1",
"solid-js": "^1.9.4"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.10",
"@types/node": "^22.12.0",
"autoprefixer": "^10.4.20",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^3.4.17",
"terser": "^5.37.0",
"typescript": "5.7.2",
"vite": "^6.0.11",
"vite-plugin-solid": "^2.11.0",
"wrangler": "^3.106.0"
}
}