forked from sheypoor/frontend-challenge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1003 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": "frontend-challenge",
"version": "1.0.0",
"description": "Sheypoor frontend challenge",
"main": "sdk/index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sheypoor/frontend-challenge.git"
},
"author": "Pendar Safari <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/sheypoor/frontend-challenge/issues"
},
"homepage": "https://github.com/sheypoor/frontend-challenge#readme",
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@hookform/resolvers": "^2.9.10",
"@mui/material": "^5.11.1",
"@next/font": "^13.0.7",
"next": "^13.0.7",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.41.0",
"sdk": "file:sdk",
"yup": "^0.32.11"
}
}