-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.06 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
{
"name": "caiocampos.github.io",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "serve out",
"lint": "next lint",
"libretranslate": "docker compose --file libretranslate-docker-compose.yml up -d --build --wait",
"libretranslate-stop": "docker compose --file libretranslate-docker-compose.yml down"
},
"dependencies": {
"@radix-ui/react-dropdown-menu": "^2.1",
"@radix-ui/react-slot": "^1.1",
"class-variance-authority": "^0.7",
"clsx": "^2.1",
"flag-icons": "^7.2.3",
"lucide-react": "^0.460",
"next": "15.0",
"next-themes": "0.4",
"react": "^18.3",
"react-dom": "^18.3",
"recharts": "^2.13.3",
"tailwind-merge": "^2.5",
"tailwindcss-animate": "^1.0"
},
"devDependencies": {
"@types/node": "^22.9",
"@types/react": "^18.3",
"@types/react-dom": "^18.3",
"eslint": "^9.15",
"eslint-config-next": "^15.0",
"mini-css-extract-plugin": "^2.9",
"postcss": "^8.4",
"tailwindcss": "^3.4",
"typescript": "^5.6"
}
}