-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.13 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.13 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest",
"vercel-deploy": "next build"
},
"dependencies": {
"@chenglou/pretext": "^0.0.4",
"@giscus/react": "^3.1.0",
"@types/node": "20.11.17",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@vercel/analytics": "^1.1.3",
"@vercel/speed-insights": "^1.0.9",
"geist": "1.2.2",
"gray-matter": "^4.0.3",
"html2canvas": "^1.4.1",
"jspdf": "^3.0.1",
"next": "^14.2.7",
"next-mdx-remote": "^6.0.0",
"next-themes": "^0.4.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.5.0",
"sugar-high": "^0.6.0",
"typescript": "5.3.3"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@types/jest": "^29.5.14",
"autoprefixer": "^10.4.20",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.35",
"prettier": "^3.5.2",
"tailwindcss": "3.4.10"
}
}