-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.16 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.16 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
{
"name": "portfolio",
"version": "0.1.0",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "biome check .",
"format": "biome format --write .",
"check": "biome check --write ."
},
"dependencies": {
"@next/third-parties": "^16.2.0",
"framer-motion": "^12.38.0",
"gsap": "^3.14.2",
"markdown-to-jsx": "^7.7.17",
"next": "16.2.0",
"nodemailer": "^8.0.3",
"ogl": "^1.0.11",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "^5.5.207",
"postprocessing": "^6.38.3",
"qrcode-with-logos": "^1.1.1",
"react": "^19.2.4",
"react-bootstrap-icons": "^1.11.6",
"react-dom": "^19.2.4",
"three": "^0.183.2"
},
"devDependencies": {
"@biomejs/biome": "^2.4.8",
"@tailwindcss/postcss": "^4.2.2",
"@types/node": "^25.5.0",
"@types/nodemailer": "^7.0.11",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/three": "^0.183.1",
"tailwindcss": "^4.2.2",
"typescript": "^5.9.3"
}
}