-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.53 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.53 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
{
"name": "harrytang-web",
"version": "1.23.2",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest",
"test:e2e": "playwright test",
"test:cov": "jest --coverage",
"test:watch": "jest --watch-all",
"release": "pnpm dlx standard-version && git push --follow-tags origin main"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@headlessui/react": "2.2.10",
"@heroicons/react": "2.2.0",
"@tailwindcss/postcss": "4.2.4",
"@tailwindcss/typography": "0.5.19",
"algoliasearch": "5.50.2",
"cheerio": "1.2.0",
"clsx": "2.1.1",
"fast-glob": "3.3.3",
"feed": "5.2.1",
"highlight.js": "^11.11.1",
"next": "15.5.15",
"next-themes": "0.4.6",
"qs": "6.15.1",
"react": "19.2.5",
"react-dom": "19.2.5",
"react-instantsearch": "7.29.0",
"react-instantsearch-nextjs": "1.1.4",
"react-markdown": "10.1.0",
"react-player": "2.16.1",
"rehype-highlight": "7.0.2",
"remark-gfm": "4.0.1",
"sharp": "0.34.5",
"tailwindcss": "4.2.4",
"typescript": "5.9.3"
},
"devDependencies": {
"@biomejs/biome": "2.4.12",
"@playwright/test": "1.59.1",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.2",
"@testing-library/user-event": "14.6.1",
"@types/jest": "29.5.14",
"@types/node": "24.12.2",
"@types/qs": "6.15.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@types/webpack-env": "1.18.8",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jsdom": "29.0.2",
"ts-node": "10.9.2"
}
}