-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
36 lines (36 loc) · 1.03 KB
/
package.json
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
{
"name": "my-cv",
"version": "1.0.0",
"description": "A personal resume project showcasing skills in data analysis, Python, JavaScript, machine learning, and more. Includes work history, project experience, and educational background.",
"main": "tailwind.config.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"keywords": [],
"author": "snjyor@gmail.com",
"license": "ISC",
"dependencies": {
"lucide-react": "^0.453.0",
"next": "^14.2.15",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^20.16.12",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.15",
"postcss": "^8.4.47",
"typescript": "^5.6.3"
},
"private": "true"
}