-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
67 lines (67 loc) · 1.86 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
58
59
60
61
62
63
64
65
66
67
{
"name": "timekube",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test-aws-service": "ts-node /Users/brotherzeal/Desktop/Codesmith/TimeKube/src/services/aws-s3-service.ts",
"test": "jest"
},
"dependencies": {
"@kubernetes/client-node": "^0.20.0",
"@planetscale/database": "^1.11.0",
"@tanstack/react-query": "^5.8.4",
"aws": "^0.0.3-2",
"aws-sdk": "^2.1521.0",
"better-sqlite3": "^9.2.2",
"dotenv": "^16.3.1",
"drizzle-orm": "^0.29.1",
"highlight.js": "^11.9.0",
"highlightjs-copy": "^1.0.5",
"kysely": "^0.26.3",
"kysely-planetscale": "^1.4.0",
"moment": "^2.29.4",
"mysql2": "^3.6.5",
"next": "14.0.3",
"pg": "^8.11.3",
"react": "^18",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18",
"react-syntax-highlighter": "^15.5.0"
},
"devDependencies": {
"@heroicons/react": "^2.0.18",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.1.2",
"@types/aws-sdk": "^2.7.0",
"@types/better-sqlite3": "^7.6.8",
"@types/jest": "^29.5.10",
"@types/node": "^20.10.1",
"@types/react": "^18",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18",
"@types/react-query": "^1.2.9",
"@types/react-syntax-highlighter": "^15.5.11",
"autoprefixer": "^10.0.1",
"daisyui": "^4.4.19",
"drizzle-kit": "^0.20.6",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"kysely-codegen": "^0.11.0",
"node-cron": "^3.0.3",
"postcss": "^8",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.3.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.3.2"
},
"browser": {
"child_process": false
}
}