-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 866 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 866 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
32
33
34
35
36
{
"name": "mechack",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@gsap/react": "^2.1.2",
"@mui/lab": "^6.0.0-beta.8",
"@mui/material": "^6.0.1",
"@nextui-org/navbar": "^2.0.36",
"@nextui-org/react": "^2.4.6",
"aos": "^2.3.4",
"gsap": "^3.13.0",
"lucide-react": "^0.544.0",
"next": "^15.5.3",
"react": "^18",
"react-countdown-circle-timer": "^3.2.1",
"react-dom": "^18",
"react-icons": "^5.3.0",
"react-tsparticles": "^2.12.2",
"tsparticles-slim": "^2.12.0"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.6",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}