-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
114 lines (114 loc) · 3.31 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"startCustom": "node server.js",
"lint": "next lint"
},
"dependencies": {
"@dnd-kit/core": "^4.0.1",
"@dnd-kit/sortable": "^5.0.0",
"@emotion/styled": "^11.8.1",
"@google-cloud/local-auth": "^1.0.1",
"@googleapis/youtube": "^4.2.0",
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.6",
"@mapbox/rehype-prism": "^0.8.0",
"@next-auth/mongodb-adapter": "0.0.2-pr.193-1fc34f1e.284",
"@ramonak/react-progress-bar": "^4.4.0",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/line-clamp": "^0.3.1",
"@tailwindcss/typography": "^0.5.2",
"@types/adm-zip": "^0.4.34",
"@types/multer": "^1.4.7",
"@types/react": "^18.0.35",
"@types/remark-prism": "^1.3.0",
"adm-zip": "^0.5.9",
"axios": "^0.26.0",
"babel-plugin-prismjs": "^2.1.0",
"babel-plugin-superjson-next": "^0.4.3",
"clsx": "^1.1.1",
"daisyui": "2.51.5",
"express": "^4.17.3",
"file-saver": "^2.0.5",
"formidable": "^3.5.1",
"formik": "^2.2.9",
"fs": "^0.0.1-security",
"googleapis": "^99.0.0",
"imgur": "^2.1.4",
"jimp": "^0.22.10",
"mime": "^3.0.0",
"mime-types": "^2.1.35",
"moment": "^2.29.1",
"mongodb": "4.4.0",
"multer": "^1.4.4",
"next": "13.3.0",
"next-auth": "4.22.0",
"next-connect": "0.13.0",
"openid": "^2.0.10",
"prism": "^4.1.2",
"prismjs": "^1.27.0",
"react": "18.2.0",
"react-base-table": "^1.13.0",
"react-beautiful-dnd": "^13.1.0",
"react-countdown": "^2.3.2",
"react-data-table-component": "^7.4.7",
"react-datepicker": "^4.7.0",
"react-dom": "latest",
"react-file-drop": "^3.1.3",
"react-hotkeys-hook": "^3.4.4",
"react-intersection-observer": "^9.4.3",
"react-loader-spinner": "^4.0.0",
"react-mde": "^11.5.0",
"react-number-format": "^4.9.1",
"react-player": "^2.9.0",
"react-select": "^5.2.2",
"react-shimmer-effect": "^1.0.9",
"react-toastify": "^8.2.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-code-titles": "^1.0.3",
"rehype-format": "^4.0.1",
"rehype-highlight": "^5.0.2",
"rehype-parse": "^8.0.4",
"rehype-prism-plus": "^1.3.2",
"rehype-raw": "^6.1.1",
"rehype-sanitize": "^5.0.1",
"rehype-slug": "^5.0.0",
"rehype-stringify": "^9.0.3",
"remark": "^14.0.1",
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.1",
"remark-parse": "^10.0.0",
"remark-preset-lint-markdown-style-guide": "^5.1.2",
"remark-prism": "^1.3.6",
"remark-rehype": "^10.1.0",
"request": "^2.88.2",
"rich-markdown-editor": "^11.21.3",
"sass": "^1.64.0",
"streamifier": "^0.1.1",
"strip-markdown": "^5.0.0",
"styled-components": "^5.3.3",
"superjson": "^1.8.1",
"swr": "^1.2.2",
"tailwindcss": "^3.0.23",
"tailwindcss-scrims": "^1.0.0",
"unified": "^10.1.0",
"uuid": "^9.0.1",
"youtube-api": "^3.0.1"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"eslint": "7.32.0",
"eslint-config-next": "^13.3.0",
"eslint-config-prettier": "^8.4.0",
"postcss": "^8.4.5",
"postcss-preset-env": "^7.4.1",
"typescript": "^5.0.4"
},
"resolutions": {
"@types/react": "^18.0.35"
}
}