-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 987 Bytes
/
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
{
"name": "r24-062-project-website",
"version": "1.0.0",
"description": "R24-062 Project Website",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emailjs/browser": "^4.4.1",
"@iconscout/react-unicons": "^2.0.2",
"autoprefixer": "10.4.14",
"dotenv": "^16.4.5",
"eslint": "8.45.0",
"eslint-config-next": "13.4.12",
"lucide-react": "^0.453.0",
"next": "13.4.12",
"postcss": "8.4.27",
"react": "18.2.0",
"react-18-image-lightbox": "^5.1.4",
"react-countup": "^6.4.2",
"react-dom": "18.2.0",
"react-feather": "^2.0.10",
"react-modal-video": "^2.0.0",
"react-router-dom": "^6.11.2",
"react-scripts": "5.0.1",
"react-scroll": "^1.8.9",
"react-select": "^5.7.3",
"react-type-animation": "^3.1.0",
"tailwindcss": "3.3.3",
"tiny-slider": "^2.9.4",
"tiny-slider-react": "^0.5.7"
}
}