-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.95 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"compilerOptions": {
"baseUrl": "src"
},
"include": [
"src"
],
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch"
},
"dependencies": {
"classnames": "^2.3.1",
"cookie": "^0.4.1",
"faker": "^5.5.3",
"hamburger-react": "^2.4.1",
"msw": "^0.35.0",
"next": "12.1.6",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-headroom": "^3.1.1",
"react-hook-form": "^7.29.0",
"react-use": "^17.2.4",
"styled-components": "^5.3.5",
"whatwg-fetch": "^3.6.2"
},
"devDependencies": {
"@testing-library/dom": "^8.7.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.1",
"@testing-library/user-event": "^13.2.1",
"@types/faker": "^5.5.8",
"@types/lodash": "^4.14.178",
"@types/react": "17.0.18",
"@types/react-burger-menu": "^2.8.1",
"@types/react-headroom": "^2.2.2",
"@types/styled-components": "^5.1.25",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"babel-jest": "^27.2.4",
"eslint": "7.32.0",
"eslint-config-next": "11.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-testing-library": "^4.12.4",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.2.4",
"react-test-renderer": "^17.0.2",
"typescript": "4.3.5"
},
"description": "This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).",
"repository": {
"type": "git",
"url": "git+https://github.com/sinafath/Sina-restruant.git"
},
"resolutions": {
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sinafath/Sina-restruant/issues"
},
"homepage": "https://github.com/sinafath/Sina-restruant#readme"
}