-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.14 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
{
"name": "frontend",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "next build",
"eslint": "eslint --ext .ts --ext .tsx --color ./",
"start:dev": "next dev",
"start": "next start"
},
"dependencies": {
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@fontsource/roboto": "5.0.4",
"@mdi/js": "7.2.96",
"@mdi/react": "1.6.1",
"@mui/icons-material": "5.13.7",
"@mui/lab": "5.0.0-alpha.135",
"@mui/material": "5.13.7",
"@mui/styles": "5.13.7",
"clsx": "1.2.1",
"moment": "2.29.1",
"next": "12.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-markdown": "8.0.7",
"react-moment": "1.1.3",
"react-syntax-highlighter": "15.5.0"
},
"license": "MIT",
"devDependencies": {
"@types/node": "20.3.3",
"@types/react": "17.0.39",
"@types/react-syntax-highlighter": "15.5.7",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.61.0",
"eslint": "8.44.0",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-import": "2.27.5",
"prettier": "2.8.8",
"typescript": "4.9.5"
}
}