about summary refs log tree commit diff
path: root/bskyembed/package.json
blob: 6fb919c9ef69cbb24b6be743f941bd75f7e16f6b (plain) (blame)
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
{
  "name": "bskyembed",
  "version": "0.0.0",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "lint": "eslint --cache --ext .js,.jsx,.ts,.tsx src"
  },
  "dependencies": {
    "@atproto/api": "^0.12.2",
    "@preact/preset-vite": "^2.8.2",
    "@vitejs/plugin-legacy": "^5.3.2",
    "preact": "^10.4.8",
    "terser": "^5.30.3"
  },
  "devDependencies": {
    "autoprefixer": "^10.4.19",
    "eslint": "^8.19.0",
    "eslint-config-preact": "^1.3.0",
    "eslint-plugin-simple-import-sort": "^12.0.0",
    "postcss": "^8.4.38",
    "tailwindcss": "^3.4.3",
    "typescript": "^4.0.5",
    "vite": "^5.2.8",
    "vite-tsconfig-paths": "^4.3.2"
  }
}