-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.41 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
{
"name": "my-nextjs-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^2.8.8",
"@mdx-js/loader": "^2.0.0",
"@next/mdx": "^12.1.0",
"@types/axios": "^0.14.0",
"axios": "^0.26.1",
"babel-plugin-inline-react-svg": "^2.0.1",
"bcryptjs": "^2.4.3",
"better-react-mathjax": "^1.0.3",
"chart.js": "^3.7.1",
"colorthief": "^2.3.2",
"dotenv": "^16.0.0",
"highlight.js": "^11.5.0",
"jsonwebtoken": "^8.5.1",
"katex": "^0.15.3",
"mathjax": "^3.2.0",
"mongoose": "^6.2.5",
"multer": "^1.4.4",
"next": "12.1.0",
"next-connect": "^0.12.2",
"next-mdx-remote": "^4.0.0",
"react": "17.0.2",
"react-chartjs-2": "^4.0.1",
"react-dom": "17.0.2",
"react-hook-form": "^7.27.1",
"react-icons": "^4.3.1",
"react-syntax-highlighter": "^15.5.0",
"styled-components": "^5.3.3",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/jsonwebtoken": "^8.5.8",
"@types/mathjax": "^0.0.37",
"@types/multer": "^1.4.7",
"@types/node": "^17.0.21",
"@types/react": "^17.0.39",
"@types/styled-components": "^5.1.24",
"@types/yup": "^0.29.13",
"eslint": "8.10.0",
"eslint-config-next": "12.1.0",
"typescript": "^4.6.2"
}
}