-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 985 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
38
39
{
"name": "portfolio",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"add-headers": "node scripts/add-headers.js",
"prepare": "husky"
},
"dependencies": {
"@eslint/config-array": "^0.19.1",
"@eslint/object-schema": "^2.1.5",
"@rive-app/react-canvas": "^4.17.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^11.17.0",
"glob": "^11.0.0",
"husky": "^9.1.7",
"lucide-react": "^0.468.0",
"next": "^15.1.2",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.4.0",
"react-type-animation": "^3.2.0",
"rimraf": "^6.0.1",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"eslint": "^9.16.0",
"eslint-config-next": "15.0.4",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"tailwindcss-textshadow": "^2.1.3"
}
}