-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 867 Bytes
/
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
{
"name": "besteemed",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.8.0",
"@mui/material": "^5.8.1",
"@reduxjs/toolkit": "^1.8.5",
"@supabase/supabase-js": "^1.35.6",
"@types/react-redux": "^7.1.24",
"next": "12.1.6",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-iframe": "^1.8.0",
"react-redux": "^8.0.2",
"react-virtualized-auto-sizer": "^1.0.6",
"swiper": "^8.4.2"
},
"devDependencies": {
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"typescript": "4.7.2"
}
}