-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1013 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1013 Bytes
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
{
"name": "discover_yourself",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:8080",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@giphy/js-fetch-api": "^4.9.3",
"@giphy/react-components": "^6.9.4",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.12.1",
"@mui/x-date-pickers": "^6.3.0",
"@reduxjs/toolkit": "^1.9.5",
"@supabase/supabase-js": "^2.25.0",
"@types/node": "18.15.13",
"@types/react": "18.0.38",
"@types/react-dom": "18.0.11",
"dayjs": "^1.11.7",
"next": "13.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-redux": "^8.0.5",
"socket.io-client": "^4.6.2",
"typescript": "5.0.4",
"universal-cookie": "^4.0.4",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/uuid": "^9.0.2"
}
}