-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.11 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 2.11 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
{
"name": "d-party-frontend",
"version": "2.10.0",
"description": "dアニメストアで『同時視聴』を実現する d-party のユーザー向けフロントエンド (Next.js / React 19 / TypeScript)",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"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-slot": "^1.1.1",
"chart.js": "^4.5.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.40.0",
"lucide-react": "^1.21.0",
"next": "^15.5.4",
"react": "^19.2.0",
"react-chartjs-2": "^5.3.1",
"react-dom": "^19.2.0",
"react-icons": "^5.4.0",
"react-use": "^17.6.1",
"tailwind-merge": "^3.6.0"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@next/eslint-plugin-next": "^15.5.4",
"@storybook/addon-docs": "^10.4.6",
"@storybook/nextjs-vite": "^10.4.6",
"@storybook/react": "^10.4.6",
"@tailwindcss/postcss": "^4.0.0",
"@types/node": "^22.10.0",
"@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",
"prettier": "^3.4.2",
"storybook": "^10.4.6",
"tailwindcss": "^4.0.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.61.1",
"vite": "^7.3.5"
},
"packageManager": "pnpm@10.28.1",
"pnpm": {
"onlyBuiltDependencies": []
}
}