-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.75 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.75 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
{
"name": "1maiprogram",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build && npm run sentry:sourcemaps",
"postbuild": "find dist -name '*.license' -print0 | xargs -0 --no-run-if-empty rm",
"watch": "ng build --watch --configuration development",
"test": "ng test --watch=false",
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org 1maiprogram --project website ./dist && sentry-cli sourcemaps upload --org 1maiprogram --project website ./dist",
"zzzz-last-script": ""
},
"private": true,
"packageManager": "npm@10.9.4",
"overrides": {
"@angular-devkit/core": {
"picomatch": "^4.0.4"
},
"@angular/build": {
"vite": "^7.3.2",
"picomatch": "^4.0.4"
},
"tinyglobby@": {
"picomatch": "^4.0.4"
}
},
"dependencies": {
"@angular/common": "^21.2.7",
"@angular/compiler": "^21.2.7",
"@angular/core": "^21.2.7",
"@angular/forms": "^21.2.7",
"@angular/platform-browser": "^21.2.7",
"@angular/platform-browser-dynamic": "^21.2.7",
"@angular/router": "^21.2.7",
"@ngneat/until-destroy": "^10.0.0",
"@sentry/angular": "^10.50.0",
"@sentry/cli": "^2.58.5",
"@supabase/supabase-js": "^2.102.1",
"ngx-back-button": "^21.1.0",
"rxjs": "~7.8.2",
"tslib": "^2.8.1",
"zzzzz-last-dependencies": "github:AngelsProgram/zzzzz-last-dependency#install"
},
"devDependencies": {
"@angular/build": "^21.2.6",
"@angular/cli": "^21.2.6",
"@angular/compiler-cli": "^21.2.7",
"@hirez_io/auto-spies-core": "^3.0.0",
"jsdom": "^28.0.0",
"prettier": "^3.8.1",
"typescript": "~5.9.3",
"vitest": "^4.1.3",
"zzzzz-last-devdependencies": "github:AngelsProgram/zzzzz-last-dependency#install"
}
}