-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.16 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
37
38
39
40
41
42
43
44
45
{
"name": "personal-website-v3",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emailjs/browser": "^4.4.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@heroicons/react": "^2.1.5",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@next/font": "^14.2.5",
"@nextui-org/button": "^2.0.37",
"@nextui-org/card": "^2.0.33",
"@nextui-org/chip": "^2.0.32",
"@nextui-org/image": "^2.0.31",
"@nextui-org/input": "^2.2.4",
"@nextui-org/react": "^2.4.6",
"@nextui-org/system": "^2.2.5",
"@nextui-org/theme": "^2.2.9",
"@nextui-org/tooltip": "^2.0.39",
"framer-motion": "^11.3.30",
"next": "14.2.5",
"react": "^18",
"react-dom": "^18",
"react-type-animation": "^3.2.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}