-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.49 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
53
54
55
{
"name": "course-builder",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.45.0",
"@aws-sdk/s3-request-presigner": "^3.45.0",
"@ckeditor/ckeditor5-build-classic": "^31.1.0",
"@ckeditor/ckeditor5-react": "^3.0.3",
"@headlessui/react": "^1.4.2",
"@reach/portal": "^0.16.2",
"@supabase/supabase-js": "^1.29.1",
"@tailwindcss/line-clamp": "^0.3.1",
"@tippyjs/react": "^4.2.6",
"@uppy/aws-s3": "^2.0.7",
"@uppy/core": "^2.1.4",
"@uppy/react": "^2.1.2",
"axios": "^0.24.0",
"daisyui": "^1.24.3",
"embla-carousel-react": "^6.2.0",
"html-react-parser": "^1.4.5",
"immer": "^9.0.7",
"intercept-stdout": "^0.1.2",
"lodash": "^4.17.21",
"memoizee": "^0.4.15",
"next": "^12.0.8",
"nextjs-progressbar": "^0.0.13",
"plyr-react": "^3.2.1",
"react": "17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-toastify": "^8.1.0",
"recoil": "^0.5.2",
"recoil-persist": "^4.0.0",
"slugify": "^1.6.4",
"tailwind-scrollbar-hide": "^1.1.7",
"uuid": "^8.3.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.1",
"@types/react": "^17.0.37",
"autoprefixer": "^10.4.0",
"eslint": "8.4.1",
"eslint-config-next": "12.0.8",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.2",
"typescript": "^4.5.5"
}
}