-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.61 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
{
"name": "portfolio-3.0",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ."
},
"dependencies": {
"@phosphor-icons/react": "^2.0.10",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-hover-card": "^1.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-polymorphic": "^0.0.14",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/themes": "^2.0.3",
"@stitches/react": "^1.2.8",
"@tabler/icons-react": "^3.12.0",
"@types/node": "20.4.5",
"@types/react": "18.2.16",
"@types/react-dom": "18.2.7",
"aceternity-ui": "^0.2.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"eslint": "^8.45.0",
"eslint-config-next": "13.4.12",
"framer-motion": "^11.3.30",
"init": "^0.1.2",
"jotai": "^2.9.3",
"lucide-react": "^0.435.0",
"next": "13.4.12",
"next-themes": "^0.2.1",
"polished": "^4.2.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.10.1",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.1.6",
"typewriter-effect": "^2.21.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"autoprefixer": "^10.4.20",
"eslint-config-prettier": "^8.9.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.0",
"postcss": "^8.4.41",
"prettier": "^3.0.0",
"tailwindcss": "^3.4.10"
}
}