-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.25 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.25 KB
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
{
"name": "why-vim",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky",
"test": "vitest"
},
"dependencies": {
"@radix-ui/react-slot": "^1.2.3",
"@uidotdev/usehooks": "2.4.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react-hooks": "^7.0.0",
"lucide": "^0.509.0",
"lucide-react": "^0.509.0",
"motion": "^12.23.24",
"next": "15.3.2",
"prettier": "^3.6.2",
"react": "19.2.0",
"react-dom": "19.2.0",
"tailwind-merge": "^3.3.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@tailwindcss/postcss": "^4.1.14",
"@types/node": "^20.19.21",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.1",
"eslint": "^8.57.1",
"eslint-config-next": "15.3.2",
"husky": "^9.1.7",
"tailwindcss": "^4.1.14",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"vitest": "^4.0.7"
}
}