-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.25 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.25 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
{
"name": "3d-portfolio",
"version": "0.2.2",
"private": true,
"description": "A beautiful 3D-themed portfolio template built with Next.js 15, Tailwind CSS 4, and Framer Motion",
"keywords": [
"portfolio",
"template",
"nextjs",
"tailwindcss",
"framer-motion",
"3d-themed",
"personal-website"
],
"repository": {
"type": "git",
"url": "https://github.com/Deri-Kurniawan/3d-portfolio.git"
},
"author": "Deri Kurniawan",
"license": "MIT",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "biome check",
"lint:fix": "biome check --fix",
"format:check": "biome format --check",
"format:fix": "biome format --write"
},
"dependencies": {
"@t3-oss/env-nextjs": "^0.13.8",
"framer-motion": "^12.23.26",
"motion": "^12.23.26",
"next": "^15.5.9",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-icons": "^5.5.0",
"react-intersection-observer": "^10.0.0",
"zod": "^4.1.13"
},
"devDependencies": {
"@biomejs/biome": "2.2.0",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4",
"typescript": "^5"
}
}