forked from dang-der/dangder-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.08 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
71
72
{
"name": "daengder",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build:ssg": "next build && next export",
"start": "next start",
"lint": "next lint",
"generate": "graphql-codegen"
},
"dependencies": {
"@amir04lm26/react-modern-calendar-date-picker": "^1.0.1",
"@apollo/client": "^3.6.9",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@graphql-codegen/cli": "^2.12.0",
"@hookform/resolvers": "^2.9.7",
"@mui/icons-material": "^5.10.3",
"@mui/material": "^5.10.3",
"@types/react-slick": "^0.23.10",
"antd": "^4.22.8",
"apollo-upload-client": "^17.0.0",
"framer-motion": "6.3.11",
"graphql": "^16.6.0",
"graphql-request": "^5.0.0",
"lottie-react": "^2.3.1",
"moment": "^2.29.4",
"next": "12.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.34.2",
"react-hook-geolocation": "^1.1.0",
"react-infinite-scroller": "^1.2.6",
"react-modern-calendar-datepicker": "^3.1.6",
"react-slick": "^0.29.0",
"react-swipeable-list": "^1.6.0",
"recoil": "^0.7.5",
"recoil-persist": "^4.2.0",
"slick-carousel": "^1.8.1",
"socket.io-client": "^4.5.2",
"uuid": "^8.3.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@graphql-codegen/typescript": "^2.7.3",
"@svgr/webpack": "^6.3.1",
"@types/apollo-upload-client": "^17.0.1",
"@types/node": "17.0.2",
"@types/react": "17.0.2",
"@types/uuid": "^8.3.4",
"@types/yup": "^0.32.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.36.1",
"add": "^2.0.6",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard-with-typescript": "^22.0.0",
"eslint-plugin-autofix": "^1.1.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.31.1",
"prettier": "2.7.1",
"typescript": "*",
"yarn": "^1.22.19"
},
"resolutions": {
"@types/react": "17.0.2"
}
}