-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 889 Bytes
/
package.json
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
{
"name": "homepage",
"version": "2.5.17",
"description": "Diego's Website",
"scripts": {
"dev": "next dev -H 0.0.0.0",
"lint": "next lint",
"prettier": "prettier --write .",
"build": "next build"
},
"keywords": [
"Homepage",
"Next.js",
"React.js",
"JavaScript",
"Git & GitHub",
"Web Developer"
],
"author": "Takuya Matsuyama",
"clone editor": "Diego Whiskey",
"license": "MIT",
"dependencies": {
"@chakra-ui/icons": "2.0.15",
"@chakra-ui/react": "2.4.6",
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"next": "13.5.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "4.7.1",
"sharp": "0.33.3"
},
"devDependencies": {
"autoprefixer": "10.4.16",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"postcss": "8.4.31",
"prettier": "2.8.2"
}
}