-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.38 KB
/
Copy pathpackage.json
File metadata and controls
81 lines (81 loc) · 2.38 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
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "idea-vault",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"gen:types": "npx supabase gen types typescript --project-id ypunylcewhuytlzurfas --schema public > src/database.types.ts",
"deploy:send-reminders": "npx supabase functions deploy send-reminders --no-verify-jwt --import-map supabase/functions/send-reminders/deno.json",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint",
"format": "prettier --write ."
},
"prettier": {
"printWidth": 100,
"singleQuote": true,
"overrides": [
{
"files": "*.html",
"options": {
"parser": "angular"
}
}
]
},
"private": true,
"dependencies": {
"@angular/cdk": "^20.2.0",
"@angular/common": "^20.2.0",
"@angular/compiler": "^20.2.0",
"@angular/core": "^20.2.0",
"@angular/forms": "^20.2.0",
"@angular/platform-browser": "^20.2.0",
"@angular/router": "^20.2.0",
"@ng-icons/core": "^29.10.0",
"@ng-icons/lucide": ">=29.0.0",
"@spartan-ng/brain": "0.0.1-alpha.502",
"@supabase/supabase-js": "^2.56.0",
"@tailwindcss/postcss": "^4.1.12",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"embla-carousel-angular": ">=19.0.0",
"emoji-toolkit": "^9.0.1",
"install": "^0.13.0",
"luxon": "^3.7.1",
"marked": "^16.2.1",
"ngx-markdown": "^20.1.0",
"ngx-sonner": ">=3.0.0",
"postcss": "^8.5.6",
"resend": "^6.0.1",
"rxjs": "~7.8.0",
"tailwindcss": "^4.1.12",
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular/build": "^20.2.0",
"@angular/cli": "^20.2.0",
"@angular/compiler-cli": "^20.2.0",
"@spartan-ng/cli": "^0.0.1-alpha.502",
"@types/jasmine": "~5.1.0",
"@types/luxon": "^3.7.1",
"angular-eslint": "20.2.0",
"eslint": "^9.33.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-unused-imports": "^4.2.0",
"jasmine-core": "~5.9.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"prettier": "^3.6.2",
"supabase": "^2.34.3",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.6",
"typescript": "~5.9.2",
"typescript-eslint": "8.40.0"
}
}