-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.88 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
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "timothy-caish-website",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"deploy": "npx vercel --prod",
"lint": "next lint",
"prod": "next start",
"start": "next dev",
"supabase-deploy": "npx supabase secrets set --env-file ./supabase/.env && npx supabase functions deploy",
"supabase-deploy-all": "npx supabase secrets set --env-file ./supabase/.env && npx supabase functions deploy --debug",
"supabase-start": "npx supabase start && npx supabase functions serve --env-file ./supabase/.env",
"supabase-status": "npx supabase status",
"supabase-stop": "npx supabase stop"
},
"dependencies": {
"@bugsnag/js": "^7.25.0",
"@bugsnag/plugin-react": "^7.25.0",
"@chakra-ui/next-js": "^2.3.4",
"@chakra-ui/react": "^2.8.2",
"@devil7softwares/react-drifter-stars": "^1.0.6",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@supabase/ssr": "^0.4.0",
"@supabase/supabase-js": "^2.44.3",
"echarts": "^5.5.1",
"framer-motion": "^11.3.19",
"get-user-locale": "^2.3.2",
"i18n-js": "^4.4.3",
"lottie-react": "^2.4.0",
"mixpanel-browser": "^2.53.0",
"next": "^14.2.10",
"next-themes": "^0.3.0",
"react": "^18",
"react-animated-numbers": "^0.18.0",
"react-confetti": "^6.1.0",
"react-dom": "^18",
"react-hook-form": "^7.52.0",
"react-icons": "^5.2.1",
"react-loading-skeleton": "^3.4.0",
"react-type-animation": "^3.2.0",
"react-wrap-balancer": "^1.1.1",
"zustand": "^4.5.4"
},
"devDependencies": {
"@types/mixpanel-browser": "^2.49.1",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"encoding": "^0.1.13",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"sass": "^1.77.8",
"supabase": "^1.178.2",
"typescript": "^5",
"webpack-bugsnag-plugins": "^1.8.0"
}
}