-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 907 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
33
34
35
36
{
"name": "pianatadif",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@nextui-org/react": "^2.4.8",
"@supabase/supabase-js": "^2.45.6",
"bcryptjs": "^2.4.3",
"framer-motion": "^11.11.10",
"moment": "^2.30.1",
"next": "^15.0.2",
"next-qrcode": "^2.5.1",
"qrcode.react": "^4.1.0",
"react": "^19.0.0-rc-69d4b800-20241021",
"react-dom": "^19.0.0-rc-69d4b800-20241021",
"react-qr-code": "^2.0.15"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20.17.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "15.0.1",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
}
}