-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 890 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": "cornelio-students",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.15.2",
"@mui/x-date-pickers": "^6.18.6",
"@stripe/react-stripe-js": "^2.3.0",
"@stripe/stripe-js": "^2.1.6",
"dayjs": "^1.11.10",
"firebase": "^10.4.0",
"google-auth-library": "^9.1.0",
"googleapis": "^126.0.1",
"js-cookie": "^3.0.5",
"next": "^14.0.4",
"react": "latest",
"react-datepicker": "^4.25.0",
"react-dom": "latest",
"react-icons": "^4.11.0",
"react-time-picker": "^6.6.0",
"stripe": "^13.8.0"
},
"devDependencies": {
"autoprefixer": "latest",
"postcss": "latest",
"tailwindcss": "latest"
}
}