-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 898 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": "wiki-generator",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@monaco-editor/react": "^4.5.1",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.133",
"@mui/material": "^5.13.4",
"@mui/styled-engine-sc": "5.12.0",
"@next/font": "13.4.4",
"next": "13.4.4",
"openai": "^3.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"simple-git": "^3.19.0",
"zustand": "^4.3.8"
},
"devDependencies": {
"@types/node": "20.2.5",
"@types/react": "18.2.9",
"@types/react-dom": "18.2.4",
"@types/styled-components": "^5.1.26",
"eslint": "8.42.0",
"eslint-config-next": "13.4.4",
"typescript": "5.1.3"
}
}