-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.04 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.04 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
{
"name": "Project-Portfolio",
"version": "1.0.0",
"description": "Eduardo's website",
"scripts": {
"dev": "next dev -H 0.0.0.0",
"build": "next build",
"prettier": "prettier -write .",
"lint": "next lint"
},
"keywords": [],
"author": "Eduardo Fabricio",
"license": "MIT",
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.10.4",
"@chakra-ui/theme-tools": "^2.1.2",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"chart.js": "^4.4.7",
"devicon": "^2.15.1",
"framer-motion": "^12.0.6",
"gray-matter": "^4.0.3",
"next": "16.1.7",
"react": "^19.0.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^19.0.0",
"react-icons": "^4.3.1",
"react-syntax-highlighter": "^15.6.1",
"react-typed": "^2.0.12",
"three": "^0.139.2"
},
"devDependencies": {
"eslint": "^9.16.0",
"eslint-config-next": "16.1.7",
"postcss": "^8.4.47",
"prettier": "^3.5.2"
},
"pnpm": {
"overrides": {
"prismjs": "^1.29.0"
}
}
}