-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.47 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
{
"name": "phoenix-atlas",
"version": "0.0.0",
"private": true,
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"copy-api": "cp -R ./api ./docs/api",
"deploy": "ng build --configuration production --output-path ./docs --base-href \"./\" && cp ./docs/index.html ./docs/404.html",
"deploy:single": "ng build --configuration singleEvent --prod --output-path ./docs --base-href \"./\" && cp ./docs/index.html ./docs/404.html"
},
"dependencies": {
"@angular/animations": "18.2.12",
"@angular/cdk": "17.3.1",
"@angular/common": "18.2.12",
"@angular/compiler": "18.2.12",
"@angular/core": "18.2.12",
"@angular/forms": "18.2.12",
"@angular/material": "17.3.1",
"@angular/platform-browser": "18.2.12",
"@angular/platform-browser-dynamic": "18.2.12",
"@angular/router": "18.2.12",
"check-dependencies": "^1.1.0",
"phoenix-event-display": "^3.0.3",
"phoenix-ui-components": "^3.0.1",
"rxjs": "^7.8.0",
"tslib": "^2.5.0",
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.12",
"@angular/cli": "18.2.12",
"@angular/compiler-cli": "18.2.12",
"@types/node": "^18.14.6",
"husky": "^8.0.3",
"prettier": "^2.8.4",
"pretty-quick": "^3.1.3",
"typescript": "~5.4.3"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}