-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.26 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": "r-place",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint 'app/**/*.{js,ts,tsx}' --fix"
},
"dependencies": {
"@nextui-org/tooltip": "^2.0.34",
"@supabase/auth-ui-react": "^0.4.7",
"@supabase/auth-ui-shared": "^0.1.8",
"@supabase/ssr": "^0.3.0",
"@supabase/supabase-js": "^2.43.5",
"@uiw/react-color-colorful": "^2.3.0",
"autoprefixer": "10.4.17",
"geist": "^1.2.1",
"jwt-decode": "^4.0.0",
"next": "latest",
"postcss": "8.4.33",
"react": "^18.3.1",
"react-color": "^2.19.3",
"react-confirm-alert": "^3.0.6",
"react-countdown": "^2.3.5",
"react-dom": "^18.3.1",
"tailwindcss": "3.4.1",
"typedoc": "^0.26.3",
"typescript": "^5.3.3"
},
"devDependencies": {
"@eslint/compat": "^1.1.0",
"@eslint/js": "^9.5.0",
"@types/node": "20.11.5",
"@types/react": "18.2.48",
"@types/react-color": "^3.0.12",
"@types/react-dom": "18.2.18",
"encoding": "^0.1.13",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.34.3",
"globals": "^15.6.0",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.6.3",
"typescript-eslint": "^7.13.1"
}
}