-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 924 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"codegen": "contentful-typescript-codegen --output src/@types/generated/contentful.d.ts"
},
"dependencies": {
"@next/font": "13.1.6",
"@types/node": "18.13.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"contentful": "9.3.5",
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"gsap": "^3.11.4",
"locomotive-scroll": "^4.1.4",
"next": "13.1.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-locomotive-scroll": "^0.2.2",
"styled-components": "^5.3.6",
"typescript": "4.9.5"
},
"devDependencies": {
"@types/styled-components": "^5.1.26",
"contentful-management": "^10.39.2",
"contentful-typescript-codegen": "^3.4.0",
"dotenv": "^16.3.1",
"prettier": "^3.0.0",
"ts-node": "^10.9.1"
}
}