-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.23 KB
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
{
"name": "startup-nextjs-template",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.0.0",
"@fortawesome/free-solid-svg-icons": "^7.0.0",
"@fortawesome/react-fontawesome": "^0.2.3",
"@heroicons/react": "^2.2.0",
"@react-email/components": "^0.0.22",
"@react-email/render": "^0.0.17",
"eslint": "^8.56.0",
"eslint-config-next": "^14.1.0",
"framer-motion": "^12.23.12",
"next": "^15.0.2-canary.6",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-email": "^1.10.1",
"react-icons": "^5.5.0",
"react-intersection-observer": "^9.16.0",
"react-modal-video": "^2.0.1",
"react-responsive-carousel": "^3.2.23",
"resend": "^3.5.0",
"sharp": "^0.33.4",
"swiper": "^11.1.14"
},
"devDependencies": {
"@types/node": "^20.8.9",
"@types/react": "^18.2.33",
"@types/swiper": "^6.0.0",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
}
}