-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.57 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
{
"name": "ars-client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.5.6",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@hookform/resolvers": "^2.8.8",
"apollo-upload-client": "^17.0.0",
"axios": "^0.24.0",
"dompurify": "^2.3.6",
"dotenv-webpack": "^7.1.0",
"graphql": "^16.2.0",
"graphql-request": "^4.0.0",
"next": "12.0.7",
"npm": "8.4.0",
"react": "17.0.2",
"react-daum-postcode": "^3.0.1",
"react-dom": "17.0.2",
"react-hook-form": "^7.27.0",
"react-infinite-scroller": "^1.2.4",
"react-lazyload": "^3.2.0",
"react-slick": "^0.28.1",
"slick-carousel": "^1.8.1",
"sweetalert2": "^11.4.4",
"uuid": "^8.3.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.4.0",
"@graphql-codegen/typescript": "^2.4.2",
"@types/apollo-upload-client": "^17.0.0",
"@types/dompurify": "^2.3.3",
"@types/react-infinite-scroller": "^1.2.2",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"eslint": "7",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-react": "^7.29.4",
"prettier": "2.5.1",
"typescript": "^4.5.4"
}
}