-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.22 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
{
"name": "worklog",
"version": "2.2.2",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "tsc --noEmit",
"test": "TZ=Europe/Oslo vitest run",
"test:watch": "TZ=Europe/Oslo vitest",
"prepare": "husky"
},
"dependencies": {
"@google/generative-ai": "^0.24.1",
"@radix-ui/react-slot": "^1.2.4",
"@slack/web-api": "^7.0.0",
"@tailwindcss/postcss": "^4.1.18",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"googleapis": "^144.0.0",
"lucide-react": "^0.563.0",
"next": "^14.2.0",
"next-auth": "^5.0.0-beta.25",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"tailwind-merge": "^3.4.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@types/node": "^20.0.0",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.23",
"eslint": "^9.18.0",
"eslint-config-next": "^15.1.6",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.0.0",
"vitest": "^2.0.0"
}
}