-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
41 lines (41 loc) · 1 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
{
"name": "brum_ai_website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emailjs/browser": "^3.11.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.14.20",
"@mui/styled-engine-sc": "^6.0.0-alpha.7",
"@supabase/supabase-js": "^2.39.0",
"antd": "^5.12.3",
"create-react-class": "^15.7.0",
"instagram-web-api": "^2.2.2",
"next": "14.0.3",
"next-themes": "^0.2.1",
"pg": "^8.11.3",
"react": "^18",
"react-dom": "^18",
"react-helmet": "^6.1.0",
"react-youtube": "^10.1.0",
"sharp": "^0.33.0",
"styled-components": "^6.1.1"
},
"devDependencies": {
"@playwright/test": "^1.40.1",
"@types/node": "^20.10.5",
"autoprefixer": "^10.0.1",
"dotenv": "^16.3.1",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}