-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.17 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
{
"name": "pace-ops",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"deploy": "ng build --base-href /pace-ops/ && npx angular-cli-ghpages --dir=dist/pace-ops/browser"
},
"private": true,
"packageManager": "npm@11.13.0",
"dependencies": {
"@angular/common": "^21.2.0",
"@angular/compiler": "^21.2.0",
"@angular/core": "^21.2.0",
"@angular/forms": "^21.2.0",
"@angular/platform-browser": "^21.2.0",
"@angular/router": "^21.2.0",
"@ngrx/signals": "^21.1.0",
"chart.js": "^4.5.1",
"idb": "^8.0.3",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular/build": "^21.2.9",
"@angular/cli": "^21.2.9",
"@angular/compiler-cli": "^21.2.0",
"@tailwindcss/cli": "^4.2.4",
"@tailwindcss/postcss": "^4.2.4",
"autoprefixer": "^10.5.0",
"jsdom": "^28.0.0",
"postcss": "^8.5.13",
"postcss-cli": "^11.0.1",
"prettier": "^3.8.1",
"tailwindcss": "^4.2.4",
"typescript": "~5.9.2",
"vitest": "^4.0.8",
"angular-cli-ghpages": "^2.0.0"
}
}