-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.5 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.5 KB
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
{
"name": "future-coder",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@internationalized/date": "^3.5.5",
"@next/env": "^14.2.7",
"@nextui-org/react": "^2.4.6",
"@react-aria/i18n": "^3.12.2",
"@reduxjs/toolkit": "^2.2.7",
"framer-motion": "^11.11.1",
"js-cookie": "^3.0.5",
"lucide-react": "^0.447.0",
"next": "^14.2.13",
"next-env": "^1.1.1",
"next-intl": "^3.17.2",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.3.0",
"react-multi-date-picker": "^4.5.2",
"react-redux": "^9.1.2",
"react-select": "^5.8.0",
"react-timezone-select": "^3.2.8",
"react-toastify": "^10.0.5",
"rtl-detect": "^1.1.2",
"swiper": "^11.1.10",
"timezones-list": "^3.0.3"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.13",
"@types/js-cookie": "^3.0.6",
"@types/node": "^22.5.5",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/rtl-detect": "^1.0.3",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5"
}
}