-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 746 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 746 Bytes
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
{
"name": "portfolio-website",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"framer-motion": "^10.18.0",
"geist": "^1.3.1",
"next": "^14.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typography": "^0.16.24",
"@heroicons/react": "^2.1.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@next/eslint-plugin-next": "^15.3.0",
"autoprefixer": "^10.4.21",
"eslint": "^9.24.0",
"eslint-config-next": "^15.3.0",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.1"
}
}