-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.2 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
{
"name": "se-major-project",
"version": "1.0.0",
"description": "* User Authentication: The system should have a secure authentication mechanism that allows users to log in and access their accounts. This can be achieved using JWT tokens or other secure authentication methods.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ayush-707/SE-Major-Project.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ayush-707/SE-Major-Project/issues"
},
"homepage": "https://github.com/Ayush-707/SE-Major-Project#readme",
"dependencies": {
"@babel/plugin-syntax-jsx": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@heroicons/react": "^1.0.6",
"axios": "^1.4.0",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.5.28",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-pdf": "^6.2.2",
"react-test-renderer": "^18.2.0",
"react-to-print": "^2.14.12"
},
"devDependencies": {
"@testing-library/react": "^14.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0"
}
}