-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.11 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
70
{
"name": "bordo-web",
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "next dev -p 3002",
"start": "next start -p 3002",
"build": "next build"
},
"dependencies": {
"@emoji-mart/react": "^1.1.1",
"@giphy/js-fetch-api": "^5.6.0",
"@giphy/js-types": "^5.1.0",
"@giphy/react-components": "^9.8.0",
"@heroicons/react": "^2.2.0",
"@hookform/error-message": "^2.0.1",
"@react-oauth/google": "^0.12.1",
"@reduxjs/toolkit": "^2.3.0",
"@tanstack/react-query": "^5.61.4",
"axios": "^1.7.8",
"country-flag-icons": "^1.5.13",
"heroicons": "^2.2.0",
"http-status-codes": "^2.3.0",
"i18next": "^24.0.2",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^3.0.1",
"next": "^15.0.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-easy-crop": "^5.1.0",
"react-hook-form": "^7.53.2",
"react-hot-toast": "^2.4.1",
"react-i18next": "^15.1.2",
"react-redux": "^9.1.2",
"react-select": "^5.8.3",
"runes": "^0.4.3",
"sass": "^1.81.0",
"styled-components": "^6.1.13",
"tailwindcss": "^3.4.15",
"universal-cookie": "^7.2.2",
"use-state-with-callback": "^3.0.2",
"yup": "^1.4.0"
},
"devDependencies": {
"@tanstack/react-query-devtools": "^5.61.4",
"@types/node": "22.10.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/runes": "^0.4.3",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.15.0",
"eslint-config-next": "^15.0.3",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-chai-friendly": "^1.0.1",
"eslint-plugin-cypress": "^4.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^7.2.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-tailwindcss": "^3.17.5",
"eslint-plugin-unused-imports": "^4.1.4",
"postcss": "^8.4.49",
"react-use": "^17.5.1",
"typescript": "5.7.2"
},
"packageManager": "[email protected]"
}