-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 883 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
{
"name": "portfolio",
"version": "2.1.0",
"description": "my portfolio site",
"author": "Boris",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/third-parties": "^14.2.20",
"date-fns": "^3.2.0",
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4",
"eslint-config-prettier": "^9.1.0",
"framer-motion": "^11.5.4",
"lenis": "^1.1.13",
"next": "14.2.12",
"prettier": "^3.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "^1.69.7",
"sharp": "^0.33.1",
"typescript": "^5.3.3",
"use-scramble": "^2.2.15"
},
"devDependencies": {
"@types/node": "20.10.7",
"@types/react": "^18.2.47",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1"
}
}