-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.23 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.23 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
{
"name": "resume",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest run",
"test:watch": "vitest",
"format": "prettier --write ."
},
"dependencies": {
"@headlessui/react": "^2.2.2",
"@heroicons/react": "^2.2.0",
"@radix-ui/react-slot": "^1.2.0",
"@types/marked": "^5.0.2",
"embla-carousel-react": "^8.6.0",
"html2pdf.js": "^0.10.3",
"marked": "^15.0.11",
"next": "^14.2.35",
"next-themes": "^0.4.6",
"openai": "^4.96.0",
"puppeteer": "^24.7.2",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"resize-observer-polyfill": "^1.5.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^14.3.1",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.17",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"jsdom": "^26.1.0",
"postcss": "^8.4.35",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"vitest": "^1.6.1"
}
}