-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
36 lines (36 loc) · 875 Bytes
/
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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"pretty": "prettier --write ."
},
"dependencies": {
"@angusmiguel/es-configs": "^1.4.0",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.13",
"@nextui-org/react": "^1.0.0-beta.12",
"@rjsf/mui": "^5.5.0",
"@rjsf/validator-ajv8": "^5.4.0",
"font-awesome-icons": "^1.6.0",
"lodash-es": "^4.17.21",
"next": "13.2.4",
"openai": "^3.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.6",
"react-share": "^4.4.1",
"remark-gfm": "^3.0.1"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.3.1",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5"
}
}