-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.42 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
{
"name": "task-master",
"version": "0.1.0",
"private": true,
"scripts": {
"prepare": "husky",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903",
"lint-staged": {
"**/*": [
"prettier --write",
"biome check --write --no-errors-on-unmatched --files-ignore-unknown=true"
]
},
"dependencies": {
"@radix-ui/react-checkbox": "1.1.1",
"@radix-ui/react-slot": "1.1.0",
"@vercel/analytics": "1.3.1",
"@vercel/speed-insights": "1.0.12",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"lucide-react": "0.412.0",
"next": "14.2.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwind-merge": "2.4.0",
"tailwindcss-animate": "1.0.7"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@ianvs/prettier-plugin-sort-imports": "4.3.1",
"@types/node": "20",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"husky": "9.1.1",
"lint-staged": "15.2.7",
"postcss": "8.4.39",
"prettier": "3.3.3",
"tailwindcss": "3.4.6",
"typescript": "5.5.3"
}
}