-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.21 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export",
"format": "prettier -w .",
"test": "tsc --noEmit",
"prepare": "husky install"
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@react-hook/window-scroll": "^1.3.0",
"@types/node": "20.10.5",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.18",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"framer-motion": "^10.16.16",
"next": "14.0.4",
"nprogress": "^0.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.11.0",
"react-intersection-observer": "^9.5.3",
"react-linkify": "^1.0.0-alpha",
"swiper": "^11.0.5",
"typescript": "5.3.3"
},
"devDependencies": {
"@types/nprogress": "^0.2.3",
"@types/react-linkify": "^1.0.4",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"eslint-config-prettier": "^9.1.0",
"husky": "^8.0.3",
"prettier": "^3.2.5",
"pretty-quick": "^4.0.0"
}
}