-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.45 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
58
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"engines": {
"node": "20.9.0"
},
"packageManager": "yarn@4.5.0",
"author": {
"name": "Miguel Alexandre Uhlein <NedcloarBR>",
"email": "nedcloar1@hotmail.com",
"url": "https://github.com/NedcloarBR/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NedcloarBR/Portfolio.git"
},
"bugs": {
"url": "https://github.com/NedcloarBR/Portfolio/issues"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "npx @biomejs/biome format --write ./",
"lint": "npx @biomejs/biome lint ./",
"check": "npx @biomejs/biome check ./"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@vercel/analytics": "^1.4.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"flag-icons": "^7.2.3",
"framer-motion": "^11.15.0",
"lucide-react": "^0.468.0",
"next": "15.1.1",
"next-intl": "^3.26.2",
"next-themes": "^0.4.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@nedcloarbr/biome-config": "^1.6.0",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
}
}