-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
32 lines (32 loc) · 838 Bytes
/
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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"prettier": "prettier --write \"./{pages,components,lib,stores,styles,tests}/**/*.{md,js,jsx,json}\""
},
"dependencies": {
"@radix-ui/react-id": "^0.0.6",
"@radix-ui/react-portal": "^0.0.14",
"@supabase/supabase-js": "^1.21.0",
"@supabase/ui": "^0.31.0",
"canvas-confetti": "^1.4.0",
"fabric": "^4.5.1",
"next": "latest",
"ramda": "^0.27.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hot-toast": "^2.1.0",
"uuid": "^3.4.0"
},
"devDependencies": {
"autoprefixer": "^10.2.6",
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-config-next": "^11.0.1",
"postcss": "^8.3.5",
"prettier": "^2.3.2",
"tailwindcss": "^2.2.4"
}
}