-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.38 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
44
45
46
47
48
49
50
51
52
{
"name": "nyu-syllabi",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.540.0",
"@aws-sdk/s3-request-presigner": "^3.540.0",
"@aws-sdk/signature-v4-crt": "^3.535.0",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.3",
"@mui/material": "^5.15.5",
"@mui/x-data-grid": "^6.19.1",
"@supabase/supabase-js": "^2.39.2",
"@types/node": "20.2.3",
"@types/react": "^18.2.8",
"@types/react-dom": "18.2.4",
"autoprefixer": "10.4.14",
"baseui": "^0.0.0-next-805977873",
"bootstrap": "^5.3.2",
"eslint": "8.41.0",
"eslint-config-next": "13.4.3",
"framer-motion": "^10.17.4",
"googleapis": "^122.0.0",
"next": "13.4.3",
"postcss": "8.4.23",
"react": "18.2.0",
"react-bootstrap": "^2.9.1",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"styletron-engine-monolithic": "^1.0.0",
"styletron-react": "^6.1.1",
"typescript": "^5.4.3",
"use-debounce": "^10.0.0",
"uuid": "^9.0.1",
"zact": "^0.0.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/uuid": "^9.0.7",
"bufferutil": "^4.0.7",
"encoding": "^0.1.13",
"supports-color": "^8.1.1",
"utf-8-validate": "^5.0.10"
}
}