-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1006 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1006 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
37
38
39
40
41
42
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emailjs/browser": "^3.6.2",
"@next/font": "^14.2.15",
"@react-three/drei": "^9.17.1",
"@react-three/fiber": "^8.2.0",
"drei": "^1.0.0",
"firebase": "^9.9.0",
"framer-motion": "^6.5.1",
"fs": "^0.0.1-security",
"lodash.debounce": "^4.0.8",
"lodash.kebabcase": "^4.1.1",
"next": "^14.2.30",
"polished": "^4.2.2",
"random-words": "^1.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-firebase-hooks": "^5.0.3",
"react-hot-toast": "^2.3.0",
"react-icons": "^5.5.0",
"react-markdown": "^8.0.3",
"react-router-dom": "^6.3.0",
"styled-components": "^5.3.5",
"uuid": "^8.3.2"
},
"devDependencies": {
"eslint": "8.20.0",
"eslint-config-next": "^14.2.30"
},
"engines": {
"node": "22.x"
}
}