-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.02 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
{
"name": "gpt-playground",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 8080",
"build": "next build",
"start": "next start -p 8080",
"lint": "next lint"
},
"dependencies": {
"@auth0/nextjs-auth0": "^2.1.0",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@lexical/react": "^0.9.1",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.5",
"@next/font": "13.1.2",
"downshift": "^7.2.0",
"lexical": "^0.9.1",
"nanoid": "^4.0.2",
"next": "13.1.2",
"openai": "^3.2.1",
"posthog-js": "^1.78.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-syntax-highlighter": "^15.5.0"
},
"devDependencies": {
"@types/node": "^18.16.3",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"@types/react-syntax-highlighter": "^15.5.6",
"eslint": "^8.39.0",
"eslint-config-next": "^13.1.2",
"eslint-plugin-storybook": "^0.6.11",
"storybook": "^7.0.7",
"typescript": "^5.0.4"
}
}