forked from Ericsson/CodeCompass
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.79 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.79 KB
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
58
59
60
61
62
{
"name": "codecompass-react-webgui",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "ts-node src/server.ts",
"build": "next build",
"start": "NODE_ENV=production ts-node src/server.ts",
"lint": "next lint",
"thrift-ts": "thrift-typescript --fallbackNamespace none"
},
"devDependencies": {
"@creditkarma/thrift-typescript": "^3.7.6",
"@types/dagre": "^0.7.53",
"@types/express": "^4.17.23",
"@types/react": "^18.3.24",
"@types/react-dom": "^18.3.7",
"@types/thrift": "^0.10.17",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"dotenv": "^16.6.1",
"eslint": "^8.57.1",
"eslint-config-next": "^13.5.11",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^4.6.2",
"express": "^4.22.1",
"http-proxy-middleware": "^3.0.5",
"ts-node": "^10.9.2",
"typescript": "^5.9.2"
},
"dependencies": {
"@codemirror/lang-cpp": "^6.0.3",
"@codemirror/lang-python": "^6.2.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^5.18.0",
"@mui/material": "^5.18.0",
"@mui/x-tree-view": "^6.17.0",
"@uiw/codemirror-theme-github": "^4.25.2",
"@uiw/react-codemirror": "^4.25.2",
"dagre": "^0.8.5",
"devicons-react": "^1.5.0",
"i18next": "^23.16.8",
"next": "^14.2.35",
"react": "^18.3.1",
"react-diff-viewer-continued": "^3.4.0",
"react-dom": "^18.3.1",
"react-ga4": "^2.1.0",
"react-i18next": "^13.5.0",
"react-icons": "^4.12.0",
"react-toastify": "^9.1.3",
"react-zoom-pan-pinch": "^3.7.0",
"reactflow": "^11.11.4",
"recharts": "^2.15.4",
"sass": "^1.93.2",
"sharp": "^0.32.6",
"thrift": "0.16.0"
},
"engines": {
"node": ">=18.17.0"
}
}