-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 908 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 908 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
{
"name": "matthew-vaishnav-portfolio",
"version": "1.0.0",
"description": "Matthew Vaishnav's portfolio",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export"
},
"keywords": [
"nextjs",
"chakra-ui",
"portfolio",
"cybersecurity"
],
"author": "Matthew Vaishnav",
"license": "MIT",
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"framer-motion": "^11.0.3",
"next": "^14.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"three": "^0.161.0"
},
"devDependencies": {
"@eslint/js": "^9.0.0",
"eslint": "^8.57.1",
"eslint-config-next": "^14.1.0",
"eslint-plugin-react": "^7.37.5",
"globals": "^17.5.0"
}
}