-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.23 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
{
"name": "optikube",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/core": "^0.34.2",
"@tabler/icons": "^3.30.0",
"@types/pg": "^8.11.11",
"axios": "^1.8.1",
"cluster": "^0.7.7",
"d3": "^7.9.0",
"drizzle-orm": "^0.39.3",
"next": "^15.2.0",
"next-auth": "^4.24.11",
"node-cron": "^3.0.3",
"openai": "^4.83.0",
"os": "^0.1.2",
"pg": "^8.13.3",
"prometheus-query": "^3.4.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"react-markdown": "^9.0.3",
"tailwindcss-motion": "^1.1.0",
"use-debounce": "^10.0.4"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/d3": "^7.4.3",
"@types/node": "^20.17.18",
"@types/node-cron": "^3.0.11",
"@types/react": "19.0.8",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.20",
"drizzle-kit": "^0.30.5",
"eslint": "^9",
"eslint-config-next": "15.1.6",
"postcss": "^8.5.3",
"prettier": "^3.5.1",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
}
}