-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
79 lines (79 loc) · 2.41 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
76
77
78
79
{
"name": "team06",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build:ssg": "next build && next export",
"build:ssr": "next build",
"start": "next start",
"lint": "next lint",
"generate": "graphql-codegen"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@apollo/client": "^3.5.10",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@graphql-codegen/cli": "^2.6.2",
"@hookform/resolvers": "^2.8.8",
"@react-three/drei": "^8.20.2",
"@react-three/fiber": "7.0.26",
"@toast-ui/editor-plugin-color-syntax": "^3.0.3",
"@toast-ui/react-editor": "^3.1.7",
"@types/apollo-upload-client": "^17.0.0",
"@types/react-infinite-scroller": "^1.2.3",
"@types/react-responsive": "^8.0.5",
"@types/three": "^0.141.0",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"animate.css": "^4.1.1",
"antd": "^4.20.4",
"apollo-upload-client": "^17.0.0",
"axios": "^0.27.2",
"dompurify": "^2.3.6",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-n": "^15.2.1",
"framer-motion": "^6.3.4",
"graphql": "^16.3.0",
"graphql-request": "^4.3.0",
"gsap": "^3.10.4",
"next": "12.1.6",
"react": "17.0.2",
"react-animate-on-scroll": "^2.1.5",
"react-aws-s3-typescript": "^1.1.3",
"react-codemirror": "^1.0.0",
"react-colorful": "^5.5.1",
"react-daum-postcode": "^3.0.3",
"react-dom": "17.0.2",
"react-full-page": "^0.1.12",
"react-hook-form": "^7.30.0",
"react-infinite-scroller": "^1.2.5",
"react-moving-text": "^0.0.7",
"react-quill": "^1.3.5",
"react-responsive": "^9.0.0-beta.10",
"react-transition-group": "^4.4.2",
"recoil": "^0.7.2",
"three": "^0.136.0",
"typewriter-effect": "^2.18.2",
"uuid": "^8.3.2",
"valtio": "^1.6.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@graphql-codegen/typescript": "^2.5.0",
"@types/node": "^17.0.32",
"@types/react": "^18.0.9",
"@types/react-animate-on-scroll": "^2.1.5",
"@types/react-transition-group": "^4.4.4",
"@types/uuid": "^8.3.4",
"eslint": "^8.17.0",
"eslint-config-next": "12.1.6",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "^5.0.0",
"typescript": "^4.6.4"
}
}