-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.57 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
{
"name": "sumitttpaul",
"version": "24.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "cross-env ANALYZE=true next build"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@heroicons/react": "^2.1.1",
"@mui/material": "^5.15.7",
"@mui/material-nextjs": "^5.15.7",
"@react-email/components": "^0.0.15",
"@react-email/tailwind": "^0.0.14",
"@vercel/analytics": "^1.1.1",
"@vercel/speed-insights": "^1.0.9",
"critters": "^0.0.20",
"cssnano": "^6.0.3",
"framer-motion": "^11.0.3",
"gsap": "^3.12.4",
"locomotive-scroll": "^5.0.0-beta.11",
"moment": "^2.30.1",
"next": "^14.1.0",
"react": "^18",
"react-dom": "^18",
"react-swipeable": "^7.0.1",
"react-type-animation": "^3.2.0",
"react-zoom-pan-pinch": "^3.4.2",
"resend": "^3.2.0",
"sharp": "^0.33.4",
"swiper": "^11.1.9",
"zustand": "^4.4.7"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.0.4",
"@types/locomotive-scroll": "^4.1.3",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.16",
"cross-env": "^7.0.3",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.4.33",
"postcss-import": "^16.0.0",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}