-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) ยท 1.18 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
46
{
"name": "bambi",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@supabase/supabase-js": "^2.38.4",
"@tanstack/react-query": "^5.0.5",
"axios": "^1.5.1",
"embla-carousel-react": "^8.0.0-rc14",
"jotai": "^2.5.0",
"lodash": "^4.17.21",
"lottie-react": "^2.4.0",
"next": "13.5.6",
"next-auth": "^4.24.3",
"next-pwa": "^5.6.0",
"openai": "^4.14.1",
"react": "^18",
"react-calendar": "^4.6.1",
"react-dom": "^18",
"uuid": "^9.0.1"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/gtag.js": "^0.0.17",
"@types/lodash": "^4.14.200",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^9.0.6",
"eslint": "^8",
"eslint-config-next": "13.5.6",
"next-compose-plugins": "^2.2.1",
"typescript": "^5"
}
}