-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 974 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 974 Bytes
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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@calcom/embed-react": "^1.5.3",
"@mantine/carousel": "^8.3.18",
"@mantine/core": "^8.3.15",
"@mantine/hooks": "^8.3.15",
"@tabler/icons-react": "^3.41.1",
"@tiptap/extension-link": "^3.22.5",
"@tiptap/react": "^3.22.5",
"@tiptap/starter-kit": "^3.22.5",
"axios": "^1.13.6",
"dayjs": "^1.11.20",
"embla-carousel-autoplay": "^8.6.0",
"embla-carousel-react": "^8.6.0",
"next": "15.5.15",
"next-plausible": "^3.12.5",
"pocketbase": "^0.26.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.34.5"
},
"devDependencies": {
"autoprefixer": "^10.5.0",
"eslint": "^9.39.4",
"eslint-config-next": "15.5.12",
"postcss": "^8.5.6",
"postcss-preset-mantine": "^1.18.0",
"postcss-simple-vars": "^7.0.1",
"tailwindcss": "^3.4.19"
}
}