-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.89 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.89 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
63
64
65
66
67
68
{
"name": "codesense",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ag-grid-community/core": "^32.3.3",
"@ag-grid-community/react": "^32.3.3",
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-java": "^6.0.1",
"@codemirror/lang-javascript": "^6.2.3",
"@codemirror/lang-python": "^6.1.7",
"@heroui/react": "^2.6.14",
"@iconify/react": "^5.2.0",
"@mantine/core": "^7.16.2",
"@mantine/hooks": "^7.16.2",
"@nextui-org/react": "^2.6.10",
"@nextui-org/tooltip": "^2.2.6",
"@splinetool/react-spline": "^4.0.0",
"@swup/parallel-plugin": "^0.4.0",
"@swup/preload-plugin": "^3.2.11",
"@uiw/codemirror-theme-dracula": "^4.23.10",
"@uiw/react-codemirror": "^4.23.10",
"autoprefixer": "^10.4.20",
"axios": "^1.8.4",
"bootstrap-icons": "^1.11.3",
"cheerio": "^1.0.0",
"file-saver": "^2.0.5",
"ldrs": "^1.0.2",
"mime": "^4.0.6",
"monaco-editor": "^0.52.2",
"mongodb": "^6.12.0",
"mongoose": "^8.9.2",
"next": "^15.1.2",
"next-auth": "^4.24.11",
"node-cron": "^3.0.3",
"node-fetch": "^3.3.2",
"octokit": "^4.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-github-calendar": "^4.5.5",
"react-hot-toast": "^2.5.1",
"react-icons": "^5.4.0",
"recharts": "^2.15.0",
"swup": "^4.8.1",
"xlsx": "^0.18.5",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.1.2",
"monaco-editor-webpack-plugin": "^7.1.0",
"postcss": "^8.5.1",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}