-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.29 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
{
"name": "phinances",
"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",
"@mantine/core": "^7.4.0",
"@mantine/dates": "^7.4.0",
"@mantine/form": "^7.4.0",
"@mantine/hooks": "^7.4.0",
"@sentry/nextjs": "^7.91.0",
"@supabase/auth-helpers-nextjs": "^0.8.7",
"@supabase/ssr": "latest",
"@supabase/supabase-js": "^2.38.5",
"@tabler/icons-react": "^2.44.0",
"clsx": "^2.1.0",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.10",
"framer-motion": "^10.16.5",
"increase": "^0.21.0",
"mantine-datatable": "^7.4.1",
"next": "14.0.3",
"plaid": "^18.1.0",
"react": "^18",
"react-dom": "^18",
"react-plaid-link": "^3.5.1",
"squel": "^5.13.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"postcss": "^8.4.31",
"postcss-preset-mantine": "^1.11.0",
"postcss-simple-vars": "^7.0.1",
"supabase": "^1.113.2",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}