-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.76 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.76 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "engrit-test",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"pages:build": "npx @cloudflare/next-on-pages",
"preview": "npm run pages:build && wrangler pages dev",
"deploy": "npm run pages:build && wrangler pages deploy",
"cf-typegen": "wrangler types --env-interface CloudflareEnv env.d.ts"
},
"dependencies": {
"@ant-design/icons": "^5.5.1",
"@supabase/auth-helpers-nextjs": "^0.10.0",
"@supabase/auth-helpers-react": "^0.5.0",
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "^2.46.2",
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.56.2",
"@tanstack/react-query-next-experimental": "^5.56.2",
"antd": "^5.21.4",
"axios": "^1.7.7",
"chart": "^0.1.2",
"classnames": "^2.5.1",
"dayjs": "^1.11.13",
"franc": "^6.2.0",
"lodash": "^4.17.21",
"next": "14.1.0",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-cookie": "^7.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18",
"react-hook-form": "^7.53.0",
"react-intersection-observer": "^9.14.0",
"react-lottie-player": "^2.1.0",
"react-toastify": "^10.0.5",
"react-youtube": "^10.1.0",
"sass": "^1.79.3",
"tailwind-merge": "^2.5.3",
"youtube-transcript": "^1.2.1",
"zustand": "^5.0.0-rc.2"
},
"devDependencies": {
"@babel/preset-react": "^7.26.3",
"@types/lodash": "^4.17.10",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5"
}
}