-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.41 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
{
"name": "nextjs-form-stepper",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^2.8.8",
"@reduxjs/toolkit": "^1.8.1",
"@zeit/next-css": "^1.0.1",
"axios": "^0.26.0",
"date-fns": "^2.28.0",
"filepond": "^4.30.3",
"filepond-plugin-image-exif-orientation": "^1.0.11",
"filepond-plugin-image-preview": "^4.6.10",
"formidable": "^2.0.1",
"isomorphic-fetch": "^3.0.0",
"moment": "^2.29.1",
"next": "12.1.0",
"react": "17.0.2",
"react-datepicker": "^4.7.0",
"react-dom": "17.0.2",
"react-dropzone-uploader": "^2.11.0",
"react-filepond": "^7.1.1",
"react-hook-form": "^7.30.0",
"react-inputs-validation": "^4.9.2",
"react-lazyload": "^3.2.0",
"react-lottie": "^1.2.3",
"react-phone-input-2": "^2.15.0",
"react-phone-number-input": "^3.1.51",
"react-redux": "^8.0.0",
"redux-persist": "^6.0.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/isomorphic-fetch": "^0.0.35",
"@types/node": "^17.0.21",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.13",
"autoprefixer": "^10.4.2",
"eslint": "8.10.0",
"eslint-config-next": "12.1.0",
"postcss": "^8.4.7",
"sass": "^1.50.1",
"tailwindcss": "^3.0.23",
"typescript": "^4.5.5"
}
}