-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.21 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
{
"name": "leaf-blower",
"version": "1.2.4",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"tauri": "tauri",
"nvmrc": "node -v > .nvmrc"
},
"dependencies": {
"@supabase/auth-helpers-nextjs": "^0.8.7",
"@supabase/auth-ui-react": "^0.4.7",
"@supabase/auth-ui-shared": "^0.1.8",
"@supabase/ssr": "^0.0.10",
"@supabase/supabase-js": "^2.39.3",
"@tabler/icons-react": "^2.35.0",
"@tauri-apps/api": "^1.5.3",
"@types/node": "20.6.4",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"ace-builds": "^1.32.3",
"autoprefixer": "10.4.16",
"clsx": "^2.0.0",
"dompurify": "^3.0.8",
"eslint": "8.50.0",
"eslint-config-next": "13.5.2",
"marked": "^11.1.1",
"next": "13.5.2",
"postcss": "8.4.30",
"react": "18.2.0",
"react-ace": "^10.1.0",
"react-color-palette": "^7.1.0",
"react-dom": "18.2.0",
"react-player": "^2.13.0",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
"typescript": "5.2.2"
},
"devDependencies": {
"@tauri-apps/cli": "^1.4.0",
"@types/dompurify": "^3.0.5",
"@types/react-color": "^3.0.6"
}
}