-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.33 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
{
"name": "terminal-portfolio",
"version": "2.0.0",
"description": "An interactive terminal-styled portfolio website with sound effects and animations",
"author": {
"name": "Fi Rasel",
"email": "md.firasel@gmail.com",
"url": "https://terminal.firasel.com"
},
"license": "MIT",
"private": true,
"type": "module",
"homepage": "https://terminal.firasel.com",
"repository": {
"type": "git",
"url": "https://github.com/firasel/Terminal-Portfolio.git"
},
"bugs": {
"url": "https://github.com/firasel/Terminal-Portfolio/issues"
},
"keywords": [
"portfolio",
"terminal",
"nextjs",
"react",
"typescript",
"tailwindcss",
"interactive",
"developer-portfolio"
],
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@next/third-parties": "^16.1.4",
"@vercel/analytics": "^1.6.1",
"howler": "^2.2.4",
"next": "^16.1.4",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.0",
"@types/howler": "^2.2.12",
"@types/node": "^22.10.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"eslint": "^9.0.0",
"eslint-config-next": "^16.1.4",
"tailwindcss": "^4.0.0",
"typescript": "^5.7.0"
}
}