forked from IEEECS-VIT/hackbattle-26-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.14 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
{
"name": "hackbattle-26",
"version": "0.1.0",
"private": true,
"description": "This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).",
"homepage": "https://github.com/devanupriyj-code/hackbattle-26-frontend#readme",
"bugs": {
"url": "https://github.com/devanupriyj-code/hackbattle-26-frontend/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devanupriyj-code/hackbattle-26-frontend.git"
},
"license": "ISC",
"author": "",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"firebase": "^12.18.0",
"framer-motion": "^12.43.0",
"lucide-react": "^1.25.0",
"next": "16.2.10",
"react": "19.2.4",
"react-dom": "19.2.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"eslint": "^9",
"eslint-config-next": "16.2.10",
"tailwindcss": "^4",
"typescript": "^5"
}
}