generated from Clement-Muth/nextjs13-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.42 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
49
50
51
{
"name": "portfolio",
"version": "1.0.0",
"private": true,
"homepage": "https://github.com/Clement-Muth/portfolio",
"bugs": "https://github.com/Clement-Muth/portfolio/issues",
"repository": {
"type": "git",
"url": "https://github.com/Clement-Muth/portfolio.git"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start --port 3005",
"lint:check": "biome check .",
"format:check": "biome format .",
"typescript:check": "tsc --noEmit"
},
"dependencies": {
"@next/bundle-analyzer": "^14.2.0",
"@nextui-org/avatar": "^2.0.24",
"@nextui-org/button": "^2.0.27",
"@nextui-org/card": "^2.0.24",
"@nextui-org/divider": "^2.0.25",
"@nextui-org/image": "^2.0.24",
"@nextui-org/link": "^2.0.26",
"@nextui-org/navbar": "^2.0.27",
"@nextui-org/system": "^2.0.15",
"@nextui-org/theme": "^2.1.18",
"next": "^14.2.0",
"next-pwa": "^5.6.0",
"react": "^18.2.0",
"react-calendly": "^4.1.0",
"react-dom": "^18.2.0",
"sharp": "^0.33.3",
"turbo": "^1.6.3"
},
"devDependencies": {
"@types/next": "^9.0.0",
"@types/react": "^18.2.77",
"@types/react-dom": "^18.2.25",
"autoprefixer": "^10.4.19",
"cross-env": "^7.0.3",
"framer-motion": "^11.0.28",
"postcss": "^8.4.38",
"react-wrap-balancer": "^1.1.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"packageManager": "[email protected]"
}