-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 912 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
{
"name": "qa-matrix-front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@material-ui/styles": "^4.11.5",
"@mui/icons-material": "^5.10.3",
"@mui/material": "^5.10.5",
"@mui/styles": "^5.10.3",
"axios": "^0.27.2",
"formik": "^2.2.9",
"next": "12.2.2",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.1",
"next-compose-plugins": "^2.2.1",
"next-images": "^1.8.4",
"redux-devtools-extension": "^2.13.9",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "^8.0.2",
"redux": "^4.2.0",
"styled-components": "^5.3.5",
"yup": "^0.32.11"
},
"devDependencies": {
"eslint": "8.20.0",
"eslint-config-next": "12.2.2"
}
}