-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.21 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 2.21 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
63
64
65
66
67
68
69
{
"name": "connecthon-front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"mock": "node mocks"
},
"dependencies": {
"@react-spring/web": "^9.4.5",
"@toast-ui/editor-plugin-code-syntax-highlight": "^3.1.0",
"@toast-ui/editor-plugin-color-syntax": "^3.1.0",
"@toast-ui/react-editor": "^3.2.0",
"@types/react-scroll": "^1.8.3",
"axios": "^0.27.2",
"framer-motion": "^6.4.2",
"next": "12.2.0",
"prismjs": "^1.28.0",
"rc-texty": "^0.2.0",
"react": "18.2.0",
"react-animations": "^1.0.0",
"react-dom": "18.2.0",
"react-drag-drop-files": "^2.3.7",
"react-dropzone": "^14.2.2",
"react-hook-form": "^7.34.0",
"react-icons": "^4.4.0",
"react-image-crop": "^10.0.5",
"react-moving-text": "^0.0.7",
"react-parallax": "^3.5.1",
"react-query": "^4.0.0",
"react-scroll": "^1.8.7",
"react-scroll-parallax": "^3.2.0",
"react-spring": "^9.4.5",
"react-transition-group": "^4.4.2",
"react-use-scroll-direction": "^0.1.0",
"recoil": "^0.7.4",
"sass": "^1.53.0",
"socket.io": "^4.5.1",
"socket.io-client": "^4.5.1",
"ts-node": "^10.9.1"
},
"devDependencies": {
"@types/node": "^18.6.2",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"@types/react-query": "^1.2.9",
"@typescript-eslint/eslint-plugin": "^5.30.1",
"@typescript-eslint/parser": "^5.30.1",
"autoprefixer": "^10.4.7",
"cors": "^2.8.5",
"eslint": "^8.18.0",
"eslint-config-next": "12.2.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"express": "^4.18.1",
"fs": "^0.0.1-security",
"morgan": "^1.10.0",
"path": "^0.12.7",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"tailwindcss": "^3.1.4",
"typescript": "4.7.4"
}
}