File size: 881 Bytes
94f1dbe
 
 
 
 
 
 
 
 
 
 
1e8ff3b
 
76b9248
 
 
 
 
 
1e8ff3b
b3de037
94f1dbe
 
76b9248
 
94f1dbe
 
b3de037
94f1dbe
 
1e8ff3b
 
76b9248
 
1e8ff3b
94f1dbe
 
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
{
  "name": "frontend",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "@daily-co/daily-js": "^0.55.1",
    "@daily-co/daily-react": "^0.16.0",
    "@mantine/core": "^7.3.1",
    "@mantine/form": "^7.3.1",
    "@mantine/hooks": "^7.3.1",
    "@tabler/icons-react": "^2.44.0",
    "add": "^2.0.6",
    "formik": "^2.4.5",
    "next": "14.0.3",
    "nextjs": "^0.0.3",
    "react": "^18",
    "react-dom": "^18",
    "recoil": "^0.7.7",
    "yarn": "^1.22.21"
  },
  "devDependencies": {
    "@tailwindcss/forms": "^0.5.7",
    "autoprefixer": "^10.0.1",
    "eslint": "^8",
    "eslint-config-next": "14.0.3",
    "postcss": "^8",
    "postcss-preset-mantine": "^1.11.1",
    "postcss-simple-vars": "^7.0.1",
    "tailwindcss": "^3.3.0"
  }
}