-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 774 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 774 Bytes
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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/joy": "^5.0.0-alpha.63",
"@mui/material": "^5.11.4",
"@next/font": "13.1.2",
"@reduxjs/toolkit": "^1.9.1",
"formik": "^2.2.9",
"next": "13.1.2",
"next-redux-wrapper": "^8.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-form-stepper": "^2.0.3",
"react-phone-number-input": "^3.2.16",
"react-redux": "^8.0.5",
"react-slick": "^0.29.0",
"react-step-wizard": "^5.3.11",
"sass": "^1.57.1",
"yup": "^0.32.11"
}
}