-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.21 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
{
"name": "meetwork-web",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@stomp/stompjs": "^6.1.2",
"@tailwindcss/forms": "^0.5.2",
"axios": "^0.27.2",
"classnames": "^2.3.1",
"dayjs": "^1.11.5",
"form-data": "^4.0.0",
"formidable": "^2.0.1",
"framer-motion": "^7.2.1",
"iron-session": "^6.1.3",
"lodash": "^4.17.21",
"next": "12.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-switch": "^7.0.0",
"recoil": "^0.7.4",
"socket-client": "^1.0.0",
"stompjs": "^2.3.3",
"swr": "^1.3.0",
"tailwind-scrollbar-hide": "^1.1.7",
"websocket": "^1.0.34"
},
"devDependencies": {
"@types/formidable": "^2",
"@types/lodash": "^4",
"@types/node": "18.6.4",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@types/stompjs": "^2",
"@types/websocket": "^1",
"autoprefixer": "^10.4.8",
"eslint": "8.21.0",
"eslint-config-next": "12.2.4",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"tailwindcss": "^3.1.8",
"typescript": "4.7.4"
},
"packageManager": "[email protected]"
}