-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.72 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start",
"type-check": "tsc --noEmit",
"format": "prettier --write ./src/**/*.{ts,tsx,js,jsx,json,md}"
},
"dependencies": {
"@motionone/utils": "^10.18.0",
"@radix-ui/react-hover-card": "^1.1.2",
"@radix-ui/react-icons": "^1.3.1",
"@radix-ui/react-slot": "^1.1.0",
"@splinetool/react-spline": "^2.2.6",
"@splinetool/runtime": "^1.9.35",
"@t3-oss/env-nextjs": "^0.7.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"embla-carousel-react": "8.0.0-rc21",
"framer-motion": "^10.18.0",
"locomotive-scroll": "5.0.0-beta.11",
"lucide-react": "^0.314.0",
"motion": "^10.18.0",
"next": "^14.2.16",
"next-pwa": "^5.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"vanilla-tilt": "^1.8.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/eslint": "^8.56.12",
"@types/locomotive-scroll": "^4.1.3",
"@types/next-pwa": "^5.6.9",
"@types/node": "^18.19.64",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.16",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
},
"ct3aMetadata": {
"initVersion": "7.26.0"
},
"packageManager": "[email protected]"
}