-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.13 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
{
"name": "mixo",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@trpc/client": "^10.44.1",
"@trpc/next": "^10.44.1",
"@trpc/react-query": "^10.44.1",
"@trpc/server": "^10.44.1",
"@types/node": "18.15.11",
"@types/react": "18.0.31",
"@types/react-dom": "18.0.11",
"cookie": "^0.6.0",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"got": "^12.6.1",
"js-cookie": "^3.0.5",
"mongoose": "^8.0.3",
"next": "13.2.4",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-spotify-web-playback": "^0.14.1",
"react-youtube": "^10.1.0",
"typescript": "5.0.2",
"uuid": "^9.0.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/cookie": "^0.5.1",
"@types/js-cookie": "^3.0.3",
"@types/react-beautiful-dnd": "^13.1.4",
"@types/uuid": "^9.0.1",
"@types/youtube-player": "^5.5.7"
}
}