-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.1 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emailjs/browser": "^3.11.0",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@types/node": "20.4.9",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.14",
"decimal.js": "^10.4.3",
"emailjs": "^4.0.2",
"eslint": "8.46.0",
"eslint-config-next": "13.4.13",
"heroicons": "^2.0.18",
"icones": "^1.0.0",
"intersection-observer": "^0.12.2",
"next": "13.4.13",
"next-themes": "^0.2.1",
"postcss": "8.4.27",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.10.1",
"react-parallax": "^3.5.1",
"react-scroll": "^1.8.9",
"react-scroll-parallax": "^3.4.2",
"reactstrap": "^9.2.0",
"semantic-ui-react": "^2.1.4",
"tailwindcss": "3.3.3",
"typescript": "5.1.6",
"typewriter-effect": "^2.20.1"
},
"devDependencies": {
"@types/react-scroll": "^1.8.7"
}
}