-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 859 Bytes
/
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
{
"name": "kiitideathon",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@nextui-org/navbar": "^2.0.37",
"@nextui-org/react": "^2.4.8",
"@nextui-org/system": "^2.2.6",
"@nextui-org/theme": "^2.2.11",
"framer-motion": "^11.11.8",
"next": "^15.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.4.0",
"react-redux": "^9.1.2",
"react-toastify": "^10.0.6"
},
"devDependencies": {
"@babel/preset-react": "^7.25.7",
"@types/node": "22.8.0",
"@types/react": "^18.3.11",
"babel-preset-next": "^1.4.0",
"eslint": "^8",
"eslint-config-next": "^15.0.1",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}