-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
43 lines (43 loc) · 1.07 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
{
"name": "boilerclasses",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "^2.8.2",
"@choc-ui/chakra-autocomplete": "^5.2.9",
"@emotion/react": "^11.11.1",
"@mtucourses/rate-my-professors": "^2.2.1",
"@vercel/analytics": "^1.1.1",
"@vercel/og": "^0.6.2",
"base64-arraybuffer": "^1.0.2",
"chakra-multiselect": "^0.4.6",
"chart.js": "^4.4.1",
"cors": "^2.8.5",
"jspdf": "^2.5.2",
"net": "^1.0.2",
"next": "^14.2.18",
"nextjs-cors": "^2.2.0",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-circular-progressbar": "^2.1.0",
"react-collapse": "^5.1.1",
"react-dom": "^18",
"react-icons": "^5.0.1",
"react-select": "^5.8.0",
"redis": "^4.6.11",
"tls": "^0.0.1"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}