-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.15 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
{
"name": "juit-timetable",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@nextui-org/button": "^2.2.9",
"@nextui-org/card": "^2.2.9",
"@nextui-org/dropdown": "^2.3.9",
"@nextui-org/input": "^2.4.8",
"@nextui-org/select": "^2.4.9",
"@nextui-org/skeleton": "^2.2.5",
"@nextui-org/snippet": "^2.2.10",
"@nextui-org/spinner": "^2.2.6",
"@nextui-org/system": "^2.4.6",
"@nextui-org/table": "^2.2.8",
"@nextui-org/theme": "^2.4.5",
"@tanstack/react-query": "^5.62.16",
"axios": "^1.7.9",
"framer-motion": "^11.16.0",
"mongodb": "^6.12.0",
"mongoose": "^8.9.3",
"next": "15.1.3",
"nextjs-toploader": "^3.7.15",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.1.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}