-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.12 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
73
74
75
{
"name": "freeboard_frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate": "graphql-codegen"
},
"dependencies": {
"-": "^0.0.1",
"@apollo/client": "^3.7.3",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@hookform/resolvers": "^3.3.2",
"@material-ui/core": "^4.12.4",
"@next/font": "13.1.1",
"@tailwindcss/forms": "^0.5.7",
"@types/lodash": "^4.14.196",
"@types/react-slick": "^0.23.10",
"@types/yup": "^0.32.0",
"D": "^1.0.0",
"antd": "^5.1.4",
"apollo-upload-client": "^17.0.0",
"axios": "^1.2.2",
"bootstrap": "^5.3.0",
"eslint-config-standard-with-typescript": "^34.0.0",
"firebase": "^9.23.0",
"google-fonts": "^1.0.0",
"graphql": "^16.6.0",
"lodash": "^4.17.21",
"next": "12.1.0",
"react": "17.0.2",
"react-bootstrap": "^2.7.4",
"react-daum-postcode": "^3.1.1",
"react-dom": "17.0.2",
"react-hook-form": "^7.48.2",
"react-hook-form-resolvers": "^0.0.1",
"react-infinite-scroller": "^1.2.6",
"react-player": "^2.10.1",
"react-slick": "^0.29.0",
"recoil": "^0.7.7",
"slick-carousel": "^1.8.1",
"uuid": "^9.0.0",
"yup": "^1.3.2"
},
"devDependencies": {
"@graphql-codegen/cli": "^3.0.0",
"@graphql-codegen/typescript": "^3.0.0",
"@types/apollo-upload-client": "^17.0.2",
"@types/node": "^18.14.1",
"@types/react": "17.0.2",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-import-resolver-node": "^0.3.7",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.31",
"prettier": "2.8.4",
"tailwindcss": "^3.3.5",
"typescript": "*"
},
"resolutions": {
"@types/react": "17.0.2"
}
}