-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.51 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
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "sprout",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@codemirror/lang-python": "^6.1.3",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@lexical/react": "^0.12.0",
"@mui/icons-material": "^5.14.9",
"@mui/material": "^5.14.9",
"@mui/material-next": "^6.0.0-alpha.101",
"@reduxjs/toolkit": "^1.9.5",
"@types/codemirror": "^5.60.10",
"@types/node": "20.4.2",
"@types/react": "18.2.15",
"@types/react-codemirror": "^1.0.8",
"@types/react-dom": "18.2.7",
"@uiw/codemirror-extensions-zebra-stripes": "^4.21.13",
"@uiw/codemirror-theme-material": "^4.21.13",
"@uiw/codemirror-theme-quietlight": "^4.21.13",
"@uiw/react-codemirror": "^4.21.13",
"autoprefixer": "10.4.14",
"codemirror": "^6.0.1",
"d3": "^7.8.5",
"dotenv": "^16.3.1",
"eslint": "8.45.0",
"eslint-config-next": "13.4.10",
"https-proxy-agent": "^7.0.1",
"langchain": "^0.0.112",
"lexical": "^0.12.0",
"next": "13.4.10",
"openai": "^4.23.0",
"postcss": "8.4.26",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "^8.1.2",
"server-only": "^0.0.1",
"tailwindcss": "3.3.3",
"typescript": "5.1.6",
"umap-js": "^1.3.3"
},
"devDependencies": {
"@types/d3": "^7.4.0",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"raw-loader": "^4.0.2"
}
}