-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.39 KB
/
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
41
42
43
44
45
46
47
48
{
"name": "nextjs-portfolio",
"version": "0.1.0",
"private": true,
"browserslist": [
"last 1 version",
"> 1%",
"not dead"
],
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/next-js": "^2.1.4",
"@chakra-ui/react": "^2.7.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@giscus/react": "^2.3.0",
"@nikolovlazar/chakra-ui-prose": "^1.2.1",
"@types/node": "20.4.1",
"@types/nprogress": "^0.2.0",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/react-syntax-highlighter": "^15.5.7",
"domhandler": "^5.0.3",
"eslint": "^8.45.0",
"eslint-config-next": "^13.4.9",
"eslint-config-prettier": "^8.8.0",
"framer-motion": "^10.12.18",
"html-react-parser": "^4.0.0",
"next": "13.5",
"next-superjson-plugin": "^0.5.9",
"nprogress": "^0.2.0",
"pocketbase": "^0.15.2",
"prettier": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-syntax-highlighter": "^15.5.0",
"superjson": "^1.13.1",
"typescript": "5.1.6",
"zod": "^3.21.4"
}
}