-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
101 lines (101 loc) · 2.91 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
{
"name": "dev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint-staged": "lint-staged",
"prepare": "husky",
"format": "prettier . --write",
"test": "jest"
},
"dependencies": {
"@gsap/react": "^2.1.1",
"@headlessui/react": "^2.0.4",
"@heroicons/react": "^2.1.3",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.4",
"@planetscale/database": "^1.18.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@spotify/web-api-ts-sdk": "^1.2.0",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.7",
"@testing-library/user-event": "^14.5.2",
"@types/mdx": "^2.0.13",
"@types/title": "^3.4.3",
"@vercel/analytics": "^1.3.1",
"@vercel/edge-config": "^1.2.0",
"@vercel/speed-insights": "^1.0.12",
"autoprefixer": "10.4.19",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.4",
"framer-motion": "^11.2.10",
"gray-matter": "^4.0.3",
"gsap": "^3.12.5",
"kysely": "^0.27.3",
"kysely-planetscale": "^1.4.0",
"lucide-react": "^0.394.0",
"mongodb": "^6.7.0",
"ms": "^2.1.3",
"nanoid": "^5.0.7",
"next": "^14.2.4",
"next-mdx-remote": "^5.0.0",
"next-themes": "^0.3.0",
"octokit": "^4.0.2",
"pokenode-ts": "^1.20.0",
"postcss": "8.4.38",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-wrap-balancer": "^1.1.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-highlight": "^7.0.0",
"rehype-pretty-code": "^0.13.2",
"rehype-prism-plus": "^2.0.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"server-only": "^0.0.1",
"sonner": "^1.5.0",
"sugar-high": "^0.6.1",
"swr": "^2.2.5",
"tailwind-merge": "^2.3.0",
"tailwindcss": "3.4.4",
"tailwindcss-animate": "^1.0.7",
"title": "^3.5.3",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@shikijs/rehype": "^1.6.4",
"@tailwindcss/typography": "^0.5.13",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@types/jest": "^29.5.12",
"@types/ms": "^0.7.34",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"cssnano": "^7.0.2",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.4",
"shiki": "^1.6.4"
}
}