-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.84 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "portfolio-nextjs",
"private": true,
"type": "module",
"version": "1.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@material-tailwind/html": "^2.2.2",
"@material-tailwind/react": "^2.1.8",
"@mui/lab": "^5.0.0-alpha.157",
"@mui/material": "^5.15.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.1.0",
"aos": "^3.0.0-beta.6",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"flowbite": "^2.2.0",
"flowbite-react": "^0.7.2",
"framer-motion": "^10.16.16",
"iconify": "^1.4.0",
"intersection-observer": "^0.12.2",
"next": "^14.2.3",
"nodemailer": "^6.9.7",
"react": "^18.2.0",
"react-confetti": "^6.1.0",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.6.2",
"react-icons": "^4.12.0",
"react-intersection-observer": "^9.5.3",
"react-material-ui-carousel": "^3.4.2",
"react-parallax-tilt": "^1.7.179",
"react-router-dom": "^6.21.0",
"react-scroll": "^1.9.0",
"react-slick": "^0.29.0",
"react-spring": "^9.7.3",
"sharp": "^0.33.3",
"typewriter-effect": "^2.21.0"
},
"devDependencies": {
"@iconify/react": "^4.1.1",
"@next/eslint-plugin-next": "^14.2.3",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"autoprefixer": "^10.4.16",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-simple-import-sort": "^12.1.0",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.0"
}
}