-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
61 lines (61 loc) · 1.69 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
51
52
53
54
55
56
57
58
59
60
61
{
"name": "acm-rebrand",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/material": "^5.10.16",
"@mui/x-date-pickers": "^6.18.0",
"@portabletext/react": "^2.0.0",
"@reduxjs/toolkit": "^1.9.5",
"@types/node": "18.11.10",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"classnames": "^2.3.2",
"dayjs": "^1.11.10",
"eslint": "8.29.0",
"eslint-config-next": "13.0.6",
"firebase": "^10.5.2",
"google-auth-library": "^8.9.0",
"google-spreadsheet": "^4.0.2",
"moment": "^2.29.4",
"next": "13.2.2",
"next-auth": "^4.23.1",
"next-pwa": "^5.6.0",
"next-redux-wrapper": "^8.1.0",
"next-seo": "^6.1.0",
"nodemailer": "^6.9.4",
"papaparse": "^5.4.1",
"react": "18.2.0",
"react-big-calendar": "^1.8.1",
"react-confirm-alert": "^3.0.6",
"react-dom": "18.2.0",
"react-icons": "^4.12.0",
"react-redux": "^8.1.2",
"sass": "^1.57.0",
"typescript": "4.9.3",
"universal-cookie": "^6.1.1",
"use-debounce": "^10.0.0",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@types/google-spreadsheet": "^4.0.0",
"@types/nodemailer": "^6.4.9",
"@types/papaparse": "^5.3.11",
"@types/react-big-calendar": "^1.6.4"
},
"browser": {
"child_process": false,
"fs": false,
"net": false,
"tls": false
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}