-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.59 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
56
57
{
"name": "codeboost",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"@codemirror/lang-cpp": "6.0.1",
"@codemirror/lang-java": "6.0.0",
"@codemirror/lang-javascript": "6.0.1",
"@codemirror/lang-python": "6.0.0",
"@codemirror/lang-rust": "6.0.0",
"@codemirror/legacy-modes": "6.1.0",
"@google/generative-ai": "^0.16.0",
"@mlc-ai/web-llm": "^0.2.51",
"@preact/signals-react": "^2.1.0",
"@replit/codemirror-lang-csharp": "^6.2.0",
"@uiw/codemirror-theme-sublime": "4.11.1",
"@uiw/react-codemirror": "4.11.1",
"@uiw/react-md-editor": "^3.20.6",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"antd": "^5.4.0",
"axios": "0.27.2",
"preact-observables": "^0.0.7",
"ramda": "0.28.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-query": "3.39.1",
"react-scripts": "5.0.1",
"react-select": "5.4.0",
"rehype-sanitize": "^5.0.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-react": "^7.24.7",
"@babel/runtime": "7.13.8",
"eslint-plugin-react": "^7.35.0",
"prettier": "3.3.3",
"tailwindcss": "^3.4.7",
"typescript": "4.1.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}