-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 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": "website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@codemirror/lang-python": "^6.1.5",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@types/lodash": "^4.14.200",
"@uiw/codemirror-theme-basic": "^4.21.25",
"@uiw/react-codemirror": "^4.21.25",
"@wookiejin/react-component": "^0.1.6",
"date-fns": "^2.30.0",
"lodash": "^4.17.21",
"next": "^14.2.11",
"openai": "^4.19.0",
"react": "^18",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18",
"react-markdown": "^9.0.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-copy-to-clipboard": "^5",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "13.5.4",
"prettier": "2.8.7",
"typescript": "^5"
},
"packageManager": "[email protected]"
}