-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.36 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
{
"name": "dsoares.dev",
"author": "Daniel Soares <[email protected]>",
"version": "4.0.0",
"private": true,
"license": "MIT",
"type": "module",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "pnpm biome check --write src",
"lint:ci": "pnpm biome ci src",
"test": "vitest run",
"test:watch": "vitest",
"test:ui": "vitest --ui",
"prepare": "lefthook install || true"
},
"dependencies": {
"@vercel/analytics": "1.4.1",
"@vercel/speed-insights": "1.0.14",
"clsx": "2.1.1",
"next": "15.0.3",
"react": "19.0.0-rc-02c0e824-20241028",
"react-dom": "19.0.0-rc-02c0e824-20241028",
"react-icons": "5.3.0",
"sharp": "0.33.5",
"tailwind-merge": "2.5.4"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"@types/node": "22.8.6",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"@vitejs/plugin-react": "4.3.4",
"@vitest/coverage-v8": "2.1.6",
"@vitest/ui": "2.1.6",
"jsdom": "25.0.1",
"lefthook": "1.8.4",
"postcss": "8.4.49",
"tailwindcss": "3.4.15",
"typescript": "5.6.3",
"vite-tsconfig-paths": "5.1.3",
"vitest": "2.1.6"
},
"packageManager": "[email protected]"
}