-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.84 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "d-comments",
"displayName": "d-anime comments viewer",
"description": "dアニメストアでニコニコ動画のコメントを表示するブラウザ拡張機能",
"author": "sopi",
"version": "2024.12.20",
"private": true,
"license": "GPL-3.0",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/sopisoft/d-comments.git"
},
"scripts": {
"build": "bun run ./scripts/build.ts",
"format": "bunx @biomejs/biome format --write .",
"lint": "bunx @biomejs/biome check --write ."
},
"packageManager": "pnpm@9.15.1",
"dependencies": {
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slider": "^1.2.2",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-toast": "^1.2.4",
"@radix-ui/react-tooltip": "^1.1.6",
"@xpadev-net/niconicomments": "^0.2.73",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"github-markdown-css": "^5.8.1",
"lucide-react": "0.469.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-virtuoso": "^4.12.3",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"webextension-polyfill": "^0.12.0"
},
"devDependencies": {
"@biomejs/biome": "latest",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/webextension-polyfill": "^0.12.1",
"@vitejs/plugin-react-swc": "^3.7.2",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"vite": "^6.0.5",
"vite-plugin-markdown": "^2.2.0",
"web-ext": "^8.3.0"
}
}