-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
121 lines (121 loc) · 4.28 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "shunkakinoki.com",
"version": "0.1.0",
"private": true,
"scripts": {
"analyze": "ANALYZE=true next build",
"biome:cmd": "biome check --write --unsafe --no-errors-on-unmatched",
"biome:fix": "biome check --write --unsafe --no-errors-on-unmatched",
"biome:lint": "biome check --unsafe --no-errors-on-unmatched",
"build": "next build",
"dev": "next dev --turbopack",
"fix": "concurrently \"pnpm:*:fix\"",
"license:cmd": "license-check-and-add -f .license-check-and-add-config.json",
"license:fix": "license-check-and-add -f .license-check-and-add-config.json add",
"license:lint": "license-check-and-add -f .license-check-and-add-config.json check",
"lint": "concurrently \"pnpm:*:lint\"",
"ncu:upgrade": "ncu -u",
"npm-package-json:lint": "npmPkgJsonLint .",
"prepare": "husky",
"sort-package-json:fix": "sort-package-json",
"start": "next start"
},
"dependencies": {
"@heroicons/react": "^2.1.5",
"@hookform/resolvers": "^3.9.0",
"@lightdotso/elements": "^0.0.24",
"@lightdotso/styles": "^3.0.7",
"@lightdotso/svg": "^0.0.16",
"@lightdotso/tailwindcss": "^3.1.9",
"@lightdotso/ui": "^3.1.20",
"@next/bundle-analyzer": "^15.0.2-canary.7",
"@notionhq/client": "^2.2.15",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-context-menu": "^2.2.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-hover-card": "^1.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-menubar": "^1.1.2",
"@radix-ui/react-navigation-menu": "^1.2.1",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.2.1",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.3",
"@tailwindcss/forms": "^0.5.9",
"@tanstack/react-query": "^5.59.16",
"@tanstack/react-query-devtools": "^5.59.16",
"@upstash/ratelimit": "^2.0.4",
"@upstash/redis": "^1.34.3",
"@vercel/analytics": "^1.3.2",
"@vercel/speed-insights": "^1.0.14",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.3.0",
"input-otp": "^1.2.4",
"jotai": "^2.10.1",
"lucide-react": "^0.454.0",
"next": "15.0.2-canary.7",
"next-intl": "^3.23.5",
"next-themes": "^0.3.0",
"open-graph-scraper": "^6.8.2",
"openapi-fetch": "^0.13.0",
"react": "19.0.0-rc-65a56d0e-20241020",
"react-day-picker": "^8.10.1",
"react-dom": "19.0.0-rc-65a56d0e-20241020",
"react-hook-form": "^7.53.1",
"react-icons": "^5.3.0",
"react-is": "19.0.0-rc-65a56d0e-20241020",
"react-resizable-panels": "^2.1.6",
"react-tweet": "^3.2.1",
"react-wrap-balancer": "^1.1.1",
"sonner": "^1.5.0",
"swr": "2.2.6-beta.3",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"twitter-api-v2": "^1.18.1",
"uuid": "^11.0.1",
"vaul": "^1.1.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/node": "^22.8.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/uuid": "^10.0.0",
"commitlint": "^19.5.0",
"concurrently": "^9.0.1",
"git-cz": "^4.9.0",
"husky": "^9.1.6",
"license-check-and-add": "^4.0.5",
"lint-staged": "^15.2.10",
"npm-check-updates": "^17.1.8",
"npm-package-json-lint": "^8.0.0",
"npm-package-json-lint-config-default": "^7.0.1",
"openapi-typescript": "^7.4.2",
"postcss": "^8.4.47",
"sort-package-json": "^2.10.1",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vercel": "^37.12.1"
}
}