-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 930 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 930 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
{
"name": "portfoliosite",
"version": "1.0.0",
"description": "Allan's website",
"scripts": {
"dev": "next dev -H 0.0.0.0",
"build": "next build",
"type-check": "tsc --noEmit",
"prettier": "prettier -write .",
"lint": "next lint"
},
"keywords": [],
"author": "Allan dantas",
"license": "MIT",
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@vercel/analytics": "^1.2.2",
"framer-motion": "^11.1.7",
"next": "^16.1.6",
"next-i18next": "^15.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.1.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.33",
"sharp": "^0.34.5",
"typescript": "^5.0.0"
}
}