-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.77 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.77 KB
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
{
"name": "zero9-client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@apollo/client": "^3.7.1",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@hookform/resolvers": "^2.9.8",
"@toast-ui/editor-plugin-color-syntax": "^3.1.0",
"@toast-ui/editor-plugin-table-merged-cell": "^3.1.0",
"@toast-ui/react-editor": "^3.2.2",
"animate.css": "^4.1.1",
"antd": "^4.23.6",
"apollo-upload-client": "^17.0.0",
"axios": "^1.1.3",
"dompurify": "^2.4.1",
"graphql": "^16.6.0",
"graphql-request": "^5.0.0",
"next": "12.1.0",
"next-pwa": "^5.6.0",
"react": "17.0.2",
"react-colorful": "^5.6.1",
"react-daum-postcode": "^3.1.1",
"react-dom": "17.0.2",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.36.1",
"react-intersection-observer": "^9.4.0",
"react-player": "^2.11.0",
"recoil": "^0.7.5",
"sweetalert2": "^11.6.5",
"swiper": "^8.4.4",
"uuid": "^9.0.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/apollo-upload-client": "^17.0.1",
"@types/dompurify": "^2.4.0",
"@types/node": "17.0.2",
"@types/react": "17.0.2",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"eslint": "^8.23.1",
"eslint-config-next": "12.2.5",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.5",
"eslint-plugin-promise": "^6.0.1",
"eslint-plugin-react": "^7.31.8",
"next-compose-plugins": "^2.2.1",
"prettier": "2.7.1",
"typescript": "*"
}
}