-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.56 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.56 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": "seatudy-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest"
},
"dependencies": {
"@headlessui/react": "^2.1.2",
"@heroicons/react": "^2.1.5",
"@nextui-org/avatar": "^2.0.32",
"@nextui-org/button": "^2.0.37",
"@nextui-org/divider": "^2.0.31",
"@nextui-org/dropdown": "^2.1.29",
"@nextui-org/modal": "^2.0.39",
"@nextui-org/react": "^2.4.6",
"@nextui-org/select": "^2.2.5",
"@nextui-org/spinner": "^2.0.33",
"@nextui-org/system": "^2.2.5",
"@nextui-org/theme": "^2.2.9",
"@nextui-org/use-disclosure": "^2.0.10",
"axios": "^1.7.3",
"cookies-next": "^4.2.1",
"dotenv": "^16.4.5",
"framer-motion": "^11.3.21",
"next": "14.2.5",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.2.1",
"react-otp-input": "^3.1.1",
"react-router-dom": "^6.26.0",
"react-star-rating": "^1.4.2",
"react-star-ratings": "^2.3.0",
"tailwind-scrollbar-hide": "^1.1.7"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@types/jest": "^29.5.12",
"@types/node": "^20",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-star-ratings": "^2.3.3",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"jsdom": "^24.1.1",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"vitest": "^2.0.5"
}
}