-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 918 Bytes
/
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
{
"name": "cas",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.4.2",
"@mui/material": "^5.4.2",
"formik": "^2.2.9",
"formik-mui": "^4.0.0-alpha.3",
"material-ui-popup-state": "^2.0.0",
"next": "12.0.9",
"next-auth": "^4.23.2",
"next-i18next": "^10.3.0",
"next-pwa": "^5.4.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"swr": "^1.2.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/node": "17.0.12",
"@types/react": "17.0.38",
"eslint": "8.7.0",
"eslint-config-next": "12.0.9",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"typescript": "4.5.5"
},
"engines": {
"node": ">=16.0.0"
}
}