-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.38 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.38 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
46
47
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_OPTIONS='--inspect' next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint",
"email": "email dev --dir src/emails"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.0.1",
"@fortawesome/free-brands-svg-icons": "^7.0.1",
"@fortawesome/free-regular-svg-icons": "^7.0.1",
"@fortawesome/free-solid-svg-icons": "^7.0.1",
"@fortawesome/react-fontawesome": "^3.0.2",
"@react-email/button": "^0.2.0",
"@react-email/components": "^0.5.5",
"@react-email/html": "^0.0.11",
"@react-email/render": "^1.3.1",
"@stripe/react-stripe-js": "^5.2.0",
"@stripe/stripe-js": "^8.0.0",
"@vis.gl/react-maplibre": "^8.0.4",
"framer-motion": "^12.23.13",
"maplibre-gl": "^5.7.2",
"next": "15.5.7",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-email": "^4.2.11",
"react-intersection-observer": "^9.16.0",
"resend": "^6.1.0",
"stripe": "^19.1.0",
"swiper": "^12.0.1",
"mongoose": "8.19.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@react-email/preview-server": "^4.2.11",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.5.3",
"typescript": "^5"
}
}