-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 925 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
37
{
"name": "manage-online-students-and-classes",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-slot": "^1.0.2",
"@stripe/react-stripe-js": "^2.5.0",
"@stripe/stripe-js": "^3.0.3",
"@vercel/analytics": "^1.2.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"date-fns": "^3.3.1",
"firebase": "^10.6.0",
"googleapis": "^134.0.0",
"js-cookie": "^3.0.5",
"lucide-react": "^0.335.0",
"next": "14.1.0",
"react": "^18",
"react-day-picker": "^8.10.0",
"react-dom": "^18",
"react-icons": "^5.0.1",
"stripe": "^14.21.0",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}