forked from nitpweb/adminportal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.27 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
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "adminportal",
"version": "1.0.0",
"private": true,
"description": "Admin Portal for NITP",
"main": "",
"scripts": {
"dev": "next",
"build": "next build",
"start": "node server.js",
"serve": "next start"
},
"license": "ISC",
"dependencies": {
"@date-io/date-fns": "1.3.13",
"@material-ui/core": "^4.11.3",
"@material-ui/data-grid": "^4.0.0-alpha.29",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@material-ui/pickers": "^3.3.10",
"@material-ui/styles": "^4.11.3",
"aws-sdk": "^2.874.0",
"axios": "^0.21.2",
"babel-plugin-styled-components": "^1.12.0",
"bib2json": "^0.0.1",
"clsx": "^1.1.1",
"date-fns": "^2.19.0",
"dotenv": "^8.2.0",
"googleapis": "^71.0.0",
"multer": "^1.4.2",
"next": "^10.0.7",
"next-auth": "latest",
"next-auth-dynamodb": "^0.3.3",
"next-session": "^3.4.0",
"nodemailer": "^6.7.5",
"prettier": "^2.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-is": "^17.0.2",
"serverless-mysql": "^1.5.4",
"stream": "^0.0.2",
"styled-components": "^5.2.1",
"swr": "^0.5.5"
},
"devDependencies": {
"@types/node": "^14.14.37",
"@types/react": "^17.0.3",
"typescript": "^4.2.3"
}
}