-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 894 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
{
"name": "vedran.wtf-homepage",
"version": "1.0.0",
"description": "Vedran's Portfolio",
"scripts": {
"dev": "next dev -H 0.0.0.0",
"build": "next build",
"lint": "next lint",
"export": "next export",
"build:prod": "next lint && next build"
},
"keywords": [],
"author": "Vedran<[email protected]>",
"license": "MIT",
"dependencies": {
"@chakra-ui/icons": "^2.0.9",
"@chakra-ui/react": "^1.4.2",
"@chakra-ui/theme-tools": "1.1.2",
"@emotion/react": "11.1.5",
"@emotion/styled": "11.1.5",
"framer-motion": "4.1.11",
"next": "^12.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.4.0"
},
"devDependencies": {
"@types/node": "^18.7.18",
"@types/react": "^18.0.20",
"eslint": "8.23.1",
"eslint-config-next": "^12.3.0",
"prettier": "^2.7.1",
"typescript": "^4.8.3"
}
}