-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.28 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
59
60
61
62
63
64
65
66
67
68
69
{
"name": "jurganz",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": " i18nexus pull && next dev --turbopack",
"build": "i18nexus pull && next build",
"start": "i18nexus pull && next start",
"lint": "next lint",
"pull:translations": "i18nexus pull"
},
"dependencies": {
"@heroicons/react": "^2.1.5",
"@nextui-org/button": "^2.0.38",
"@nextui-org/link": "^2.0.35",
"@nextui-org/react": "^2.4.8",
"@react-spring/web": "^9.7.5",
"@tanstack/react-query": "^5.56.2",
"accept-language": "^3.0.20",
"axios": "^1.7.7",
"clsx": "^2.1.1",
"embla-carousel-auto-scroll": "^8.4.0",
"embla-carousel-react": "^8.3.1",
"framer-motion": "^11.11.17",
"i18next": "^23.16.5",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-resources-to-backend": "^1.2.1",
"i18nexus-cli": "^3.5.0",
"next": "15.0.3",
"next-i18n-router": "^5.5.1",
"next-i18next": "^15.3.1",
"react": "19.0.0-rc-66855b96-20241106",
"react-cookie": "^7.2.2",
"react-dom": "19.0.0-rc-66855b96-20241106",
"react-i18next": "^15.1.1",
"react-intersection-observer": "^9.13.1",
"react-spring": "^9.7.4"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20",
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "15.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"postcss": "^8",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"typescript-eslint": "^8.0.1"
},
"description": "This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).",
"main": "index.js",
"author": "Amr Wagdy",
"license": "ISC",
"overrides": {
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1"
}
}