forked from nitp-website/adminportal_updated_new
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.71 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.71 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": "adminportal",
"version": "0.1.0",
"private": true,
"scripts": {
"clean": "rm -rf .next node_modules",
"reinstall": "npm run clean && npm install",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.842.0",
"@date-io/date-fns": "1.3.13",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@hello-pangea/dnd": "^18.0.1",
"@mui/icons-material": "^5.15.2",
"@mui/material": "^5.16.14",
"@mui/x-date-pickers": "^6.18.6",
"aws-sdk": "^2.874.0",
"axios": "^1.13.2",
"babel-plugin-styled-components": "^1.12.0",
"bib2json": "^0.0.1",
"clsx": "^1.1.1",
"date-fns": "^2.30.0",
"dayjs": "^1.11.10",
"dotenv": "^16.6.1",
"eslint-plugin-react": "^7.32.2",
"googleapis": "^71.0.0",
"ioredis": "^5.10.1",
"mui-styles": "^2.0.7",
"multer": "^1.4.2",
"mysql2": "^3.14.1",
"next": "15.1.11",
"next-auth": "^4.24.11",
"next-auth-dynamodb": "^0.3.3",
"next-connect": "^1.0.0",
"next-session": "^3.4.0",
"nodemailer": "^7.0.11",
"papaparse": "^5.5.2",
"prettier": "2.8.8",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-is": "^17.0.2",
"react-server-dom-parcel": "^19.2.1",
"react-server-dom-turbopack": "^19.2.1",
"react-server-dom-webpack": "^19.2.1",
"stream": "^0.0.2",
"styled-components": "^5.2.1",
"swr": "^0.5.5"
},
"devDependencies": {
"@types/node": "^14.14.37",
"@types/react": "^17.0.3",
"eslint": "8.41.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^4.2.3"
}
}