(READ ONLY) Margin is an open annotation layer for the internet. Powered by the AT Protocol.
margin.at
extension
web
atproto
comments
1{
2 "name": "web",
3 "type": "module",
4 "version": "0.0.1",
5 "scripts": {
6 "dev": "astro dev",
7 "build": "astro build",
8 "preview": "astro preview",
9 "astro": "astro",
10 "lint": "eslint 'src/**/*.{ts,tsx,js,jsx}' --fix"
11 },
12 "dependencies": {
13 "@astrojs/node": "^10.0.3",
14 "@astrojs/react": "^5.0.1",
15 "@astrojs/tailwind": "^6.0.2",
16 "@nanostores/react": "^1.0.0",
17 "@resvg/resvg-js": "^2.6.2",
18 "@tailwindcss/vite": "^4.1.18",
19 "astro": "^6.0.8",
20 "autoprefixer": "^10.4.24",
21 "clsx": "^2.1.1",
22 "date-fns": "^4.1.0",
23 "emoji-picker-react": "^4.18.0",
24 "i18next": "^26.0.6",
25 "i18next-browser-languagedetector": "^8.2.1",
26 "i18next-http-backend": "^3.0.5",
27 "lucide-react": "^0.563.0",
28 "nanostores": "^1.1.0",
29 "postcss": "^8.5.6",
30 "react": "^19.2.4",
31 "react-dom": "^19.2.4",
32 "react-i18next": "^17.0.4",
33 "react-router-dom": "^7.13.2",
34 "satori": "^0.19.2",
35 "tailwind-merge": "^3.4.0",
36 "tailwindcss": "^3.4.19"
37 },
38 "devDependencies": {
39 "@eslint/js": "^10.0.1",
40 "@types/node": "^25.2.3",
41 "@types/react": "^19.2.11",
42 "@types/react-dom": "^19.2.3",
43 "@typescript-eslint/eslint-plugin": "^8.54.0",
44 "@typescript-eslint/parser": "^8.54.0",
45 "eslint": "^10.0.0",
46 "eslint-config-prettier": "^10.1.8",
47 "eslint-plugin-prettier": "^5.5.5",
48 "eslint-plugin-react": "^7.37.5",
49 "eslint-plugin-react-hooks": "^7.0.1",
50 "eslint-plugin-react-refresh": "^0.5.0",
51 "globals": "^17.3.0",
52 "prettier": "^3.8.1",
53 "react-icons": "^5.5.0",
54 "typescript": "^5.9.3",
55 "typescript-eslint": "^8.54.0"
56 }
57}