advent of atproto
1{
2 "name": "web",
3 "version": "1.0.0",
4 "description": "",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "keywords": [],
10 "author": "",
11 "license": "ISC",
12 "packageManager": "pnpm@10.16.1",
13 "dependencies": {
14 "@tailwindcss/cli": "^4.1.17",
15 "tailwindcss": "^4.1.17"
16 },
17 "devDependencies": {
18 "@tailwindcss/typography": "^0.5.19",
19 "daisyui": "^5.5.0"
20 }
21}