-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.69 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "portfolio",
"version": "3.0.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "eslint --fix \"./**/*.{js,jsx,ts,tsx}\"",
"format": "prettier --write \"./**/*.{js,jsx,ts,tsx}\"",
"prepare": "husky install"
},
"dependencies": {
"@hookform/resolvers": "^3.9.1",
"@motionone/utils": "^10.18.0",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-tooltip": "^1.1.3",
"@react-hookz/web": "^24.0.4",
"@react-pdf-viewer/core": "^3.12.0",
"@react-pdf-viewer/default-layout": "^3.12.0",
"@react-pdf/renderer": "^4.0.0",
"@tsparticles/engine": "^3.5.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.5.0",
"@umami/api-client": "^0.76.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.1",
"date-fns": "^4.1.0",
"file-loader": "^6.2.0",
"framer-motion": "^11.11.10",
"lucide-react": "^0.453.0",
"next": "15.0.2",
"next-seo": "^6.6.0",
"next-sitemap": "^4.2.3",
"next-themes": "^0.3.0",
"next-transpile-modules": "^10.0.1",
"pdfjs-dist": "4.4.168",
"pocketbase": "^0.21.5",
"pspdfkit": "^2024.7.0",
"react": "19.0.0-rc-f994737d14-20240522",
"react-day-picker": "^9.2.1",
"react-dom": "19.0.0-rc-f994737d14-20240522",
"react-github-calendar": "^4.5.1",
"react-globe.gl": "^2.27.4",
"react-hook-form": "^7.53.1",
"react-icon-cloud": "^4.1.4",
"react-icons": "^5.3.0",
"react-parallax-tilt": "^1.7.250",
"react-pdf": "9.1.1",
"react-scroll-parallax": "^3.4.5",
"recharts": "^2.13.2",
"schema-dts": "^1.1.2",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"typewriter-effect": "^2.21.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^22.8.4",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"cobe": "^0.6.3",
"eslint": "^9.13.0",
"eslint-config-next": "15.0.1",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.1.6",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"react-spring": "^9.7.4",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
}
}