-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.33 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 2.33 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "d-party-chrome-extension",
"version": "2.11.3",
"description": "dアニメストアで『同時視聴』を実現する d-party の Chrome 拡張機能 (Manifest V3 / TypeScript)",
"private": true,
"type": "module",
"scripts": {
"build": "rspack build",
"build:prod": "D_PARTY_ENV=production rspack build",
"dev": "rspack build --watch",
"typecheck": "tsc --noEmit",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write .",
"api:generate": "orval --config orval.config.ts",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"license:check": "pnpm dlx license-checker-rseidelsohn@5.0.1 --production --excludePrivatePackages --onlyAllow \"$(grep -v '^[[:space:]]*#' license-whitelist-node.txt | grep -v '^[[:space:]]*$' | paste -sd ';')\""
},
"dependencies": {
"@radix-ui/react-accordion": "^1.2.15",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.40.0",
"lottie-react": "^2.4.1",
"lucide-react": "^1.21.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-icons": "^5.4.0",
"react-use": "^17.6.1",
"tailwind-merge": "^3.6.0"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@rspack/cli": "^2.0.8",
"@rspack/core": "^2.0.8",
"@storybook/addon-docs": "^10.4.6",
"@storybook/react": "^10.4.6",
"@storybook/react-vite": "^10.4.6",
"@tailwindcss/postcss": "^4.0.0",
"@types/chrome": "^0.1.43",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.61.1",
"@typescript-eslint/parser": "^8.61.1",
"eslint": "^10.5.0",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-storybook": "^10.4.6",
"globals": "^17.6.0",
"orval": "^8.18.0",
"postcss": "^8.4.49",
"postcss-loader": "^8.1.1",
"prettier": "^3.4.2",
"storybook": "^10.4.6",
"tailwindcss": "^4.0.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.61.1",
"vite": "^8.0.16"
},
"packageManager": "pnpm@10.28.1",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
}
}