|
@@ -3,8 +3,10 @@
|
|
|
"version": "0.1.0",
|
|
"version": "0.1.0",
|
|
|
"private": true,
|
|
"private": true,
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
- "@ant-design/pro-components": "^2.3.20",
|
|
|
|
|
"@ant-design/icons": "^4.7.0",
|
|
"@ant-design/icons": "^4.7.0",
|
|
|
|
|
+ "@ant-design/pro-components": "^2.3.20",
|
|
|
|
|
+ "@codingame/monaco-jsonrpc": "0.3.1",
|
|
|
|
|
+ "@codingame/monaco-languageclient": "0.17.4",
|
|
|
"@dtinsight/molecule": "^1.2.0",
|
|
"@dtinsight/molecule": "^1.2.0",
|
|
|
"@gitbeaker/browser": "^35.7.0",
|
|
"@gitbeaker/browser": "^35.7.0",
|
|
|
"@testing-library/jest-dom": "^5.11.4",
|
|
"@testing-library/jest-dom": "^5.11.4",
|
|
@@ -15,29 +17,28 @@
|
|
|
"@types/react": "^18.0.15",
|
|
"@types/react": "^18.0.15",
|
|
|
"@types/react-dom": "^18.0.6",
|
|
"@types/react-dom": "^18.0.6",
|
|
|
"@types/redux-logger": "^3.0.9",
|
|
"@types/redux-logger": "^3.0.9",
|
|
|
- "@codingame/monaco-jsonrpc": "0.3.1",
|
|
|
|
|
- "@codingame/monaco-languageclient": "0.17.4",
|
|
|
|
|
- "reconnecting-websocket": "4.4.0",
|
|
|
|
|
- "monaco-editor": "0.30.1",
|
|
|
|
|
"antd": "^4.22.3",
|
|
"antd": "^4.22.3",
|
|
|
"classnames": "^2.3.1",
|
|
"classnames": "^2.3.1",
|
|
|
|
|
+ "monaco-editor": "0.30.1",
|
|
|
|
|
+ "normalize-url": "^7.0.3",
|
|
|
|
|
+ "openai": "^3.2.1",
|
|
|
"react": "^18.2.0",
|
|
"react": "^18.2.0",
|
|
|
"react-dom": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
|
|
|
+ "react-markdown": "^8.0.3",
|
|
|
"react-redux": "^8.0.2",
|
|
"react-redux": "^8.0.2",
|
|
|
"react-router-dom": "6",
|
|
"react-router-dom": "6",
|
|
|
"react-scripts": "4.0.3",
|
|
"react-scripts": "4.0.3",
|
|
|
"react-scrollbars-custom": "^4.0.25",
|
|
"react-scrollbars-custom": "^4.0.25",
|
|
|
|
|
+ "reconnecting-websocket": "4.4.0",
|
|
|
"redux": "^4.2.0",
|
|
"redux": "^4.2.0",
|
|
|
"redux-logger": "^3.0.6",
|
|
"redux-logger": "^3.0.6",
|
|
|
|
|
+ "remark-gfm": "^3.0.1",
|
|
|
"styled-components": "^5.3.3",
|
|
"styled-components": "^5.3.3",
|
|
|
"typescript": "^4.1.2",
|
|
"typescript": "^4.1.2",
|
|
|
"umi": "^3.5.20",
|
|
"umi": "^3.5.20",
|
|
|
"web-vitals": "^1.0.1",
|
|
"web-vitals": "^1.0.1",
|
|
|
"whatwg-fetch": "^3.6.2",
|
|
"whatwg-fetch": "^3.6.2",
|
|
|
- "xterm-for-react": "^1.0.4",
|
|
|
|
|
- "normalize-url": "^7.0.3",
|
|
|
|
|
- "react-markdown": "^8.0.3",
|
|
|
|
|
- "remark-gfm": "^3.0.1"
|
|
|
|
|
|
|
+ "xterm-for-react": "^1.0.4"
|
|
|
},
|
|
},
|
|
|
"scripts": {
|
|
"scripts": {
|
|
|
"start": "cross-env PORT=3000 umi dev",
|
|
"start": "cross-env PORT=3000 umi dev",
|
|
@@ -63,13 +64,13 @@
|
|
|
]
|
|
]
|
|
|
},
|
|
},
|
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
|
- "cross-env": "^7.0.3",
|
|
|
|
|
"@types/lodash": "^4.14.176",
|
|
"@types/lodash": "^4.14.176",
|
|
|
"@types/styled-components": "^5.1.15",
|
|
"@types/styled-components": "^5.1.15",
|
|
|
"@umijs/fabric": "2.7.0",
|
|
"@umijs/fabric": "2.7.0",
|
|
|
"@umijs/plugin-esbuild": "^1.4.1",
|
|
"@umijs/plugin-esbuild": "^1.4.1",
|
|
|
"@umijs/plugin-sass": "^1.1.1",
|
|
"@umijs/plugin-sass": "^1.1.1",
|
|
|
"@umijs/preset-react": "1.x",
|
|
"@umijs/preset-react": "1.x",
|
|
|
|
|
+ "cross-env": "^7.0.3",
|
|
|
"monaco-editor-webpack-plugin": "^6.0.0",
|
|
"monaco-editor-webpack-plugin": "^6.0.0",
|
|
|
"react-app-rewired": "^2.1.8",
|
|
"react-app-rewired": "^2.1.8",
|
|
|
"umi-plugin-tailwindcss": "^3.2.1"
|
|
"umi-plugin-tailwindcss": "^3.2.1"
|