-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (62 loc) · 1.66 KB
/
package.json
File metadata and controls
64 lines (62 loc) · 1.66 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
58
59
60
61
62
63
64
{
"name": "aurora",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "next start",
"start": "node server.js"
},
"dependencies": {
"@chakra-ui/react": "^2.10.7",
"@chakra-ui/theme-tools": "^2.2.8",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@prisma/client": "^6.6.0",
"cors": "^2.8.5",
"express": "^5.1.0",
"firebase": "^11.3.0",
"framer-motion": "^12.6.3",
"multer": "^1.4.5-lts.2",
"next": "^15.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.5.0",
"react-router-dom": "^7.1.5"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.11",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.19.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"prisma": "^6.6.0",
"ts-jest": "^29.1.1",
"typescript": "^5.3.3",
"typescript-eslint": "^8.22.0",
"vite": "^6.1.0"
},
"description": "Class: CS3354.002 \r Professor: Srimathi Srinivasan\r ## Team details",
"main": "eslint.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jlp004/Aurora.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jlp004/Aurora/issues"
},
"homepage": "https://github.com/jlp004/Aurora#readme"
}