-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.04 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.4.1",
"@supercharge/strings": "^1.21.0",
"argon2": "^0.28.2",
"cookies": "^0.8.0",
"dotenv": "^10.0.0",
"email-validator": "^2.0.4",
"esbuild": "^0.12.25",
"formidable": "^1.2.2",
"ioredis": "^4.27.9",
"js-cookie": "^3.0.1",
"lodash": "^4.17.21",
"mdx-bundler": "^6.0.1",
"mongodb": "^4.1.2",
"mv": "^2.1.1",
"next": "^11.1.2",
"nodemailer": "^6.7.0",
"nookies": "^2.5.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"rehype-katex": "^6.0.1",
"remark-footnotes": "^4.0.1",
"remark-math": "^5.1.0",
"underscore": "^1.13.1"
},
"devDependencies": {
"@types/react": "^17.0.19",
"autoprefixer": "^10.2.6",
"eslint": "^7.32.0",
"gray-matter": "^4.0.3",
"marked": "^3.0.2",
"postcss": "^8.3.5",
"tailwindcss": "^2.2.4",
"typescript": "^4.4.2"
}
}