(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": "^9.5.2",
14 "@astrojs/react": "^4.4.2",
15 "@astrojs/tailwind": "^6.0.2",
16 "@nanostores/react": "^1.0.0",
17 "@tailwindcss/vite": "^4.1.18",
18 "astro": "^5.17.1",
19 "autoprefixer": "^10.4.24",
20 "clsx": "^2.1.1",
21 "date-fns": "^4.1.0",
22 "lucide-react": "^0.563.0",
23 "nanostores": "^1.1.0",
24 "postcss": "^8.5.6",
25 "react": "^19.2.4",
26 "react-dom": "^19.2.4",
27 "react-router-dom": "^7.13.0",
28 "tailwind-merge": "^3.4.0",
29 "tailwindcss": "^3.4.19"
30 },
31 "devDependencies": {
32 "@eslint/js": "^10.0.1",
33 "@types/react": "^19.2.11",
34 "@types/react-dom": "^19.2.3",
35 "@typescript-eslint/eslint-plugin": "^8.54.0",
36 "@typescript-eslint/parser": "^8.54.0",
37 "eslint": "^10.0.0",
38 "eslint-config-prettier": "^10.1.8",
39 "eslint-plugin-prettier": "^5.5.5",
40 "eslint-plugin-react": "^7.37.5",
41 "eslint-plugin-react-hooks": "^7.0.1",
42 "eslint-plugin-react-refresh": "^0.5.0",
43 "globals": "^17.3.0",
44 "prettier": "^3.8.1",
45 "react-icons": "^5.5.0",
46 "typescript": "^5.9.3",
47 "typescript-eslint": "^8.54.0"
48 }
49}