-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
92 lines (92 loc) · 3.24 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
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
82
83
84
85
86
87
88
89
90
91
92
{
"name": "template-angular-firebase",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start:telescope:ununifi": "ng serve --project telescope-extension --configuration=development-ununifi",
"build": "ng build",
"build:website": "ng build --project main",
"build:telescope:ununifi": "ng build --project telescope-extension --configuration=production-ununifi",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"bundle:ununifi": "docker build . -f ./projects/telescope-extension/editions/ununifi/Dockerfile -t ghcr.io/ununifi/telescope-ununifi",
"bundle:pricefeed": "docker build ./projects/pricefeed/ -f ./projects/pricefeed/Dockerfile -t ghcr.io/ununifi/pricefeed",
"prepare": "husky install",
"preinstall": "cd common && npm i && npm run build"
},
"private": true,
"dependencies": {
"@angular/animations": "~12.2.0",
"@angular/cdk": "^12.2.4",
"@angular/common": "~12.2.0",
"@angular/compiler": "~12.2.0",
"@angular/core": "~12.2.0",
"@angular/fire": "^7.0.3",
"@angular/forms": "~12.2.0",
"@angular/material": "~12.2.6",
"@angular/platform-browser": "~12.2.0",
"@angular/platform-browser-dynamic": "~12.2.0",
"@angular/router": "~12.2.0",
"@local/common": "file:common/dist",
"@ngneat/tailwind": "^7.0.3",
"@ngrx/effects": "^12.4.0",
"@ngrx/store": "^12.4.0",
"@ngrx/store-devtools": "^12.4.0",
"ununifi-client": "^0.45.1",
"@cosmos-client/core": "^0.45.1",
"crypto-browserify": "^3.12.0",
"dexie": "^3.0.3",
"firebase": "^9.0.0",
"ng-loading-dialog": "^12.0.5",
"ng-min-max": "^12.0.5",
"rxfire": "^6.0.0",
"rxjs": "~6.6.0",
"stream-browserify": "^3.0.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-builders/jest": "^12.1.1",
"@angular-devkit/architect": "^0.1200.0",
"@angular-devkit/build-angular": "~12.2.4",
"@angular-eslint/builder": "12.3.1",
"@angular-eslint/eslint-plugin": "12.3.1",
"@angular-eslint/eslint-plugin-template": "12.3.1",
"@angular-eslint/schematics": "12.3.1",
"@angular-eslint/template-parser": "12.3.1",
"@angular/cli": "~12.2.3",
"@angular/compiler-cli": "~12.2.0",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@cypress/schematic": "^1.5.0",
"@ngrx/schematics": "^12.4.0",
"@testing-library/cypress": "^8.0.1",
"@trivago/prettier-plugin-sort-imports": "^2.0.4",
"@types/jest": "^27.0.1",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "4.28.2",
"@typescript-eslint/parser": "4.28.2",
"cypress": "^8.3.1",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-ngrx": "^1.0.0",
"firebase-tools": "^9.18.0",
"fuzzy": "^0.1.3",
"husky": "^7.0.2",
"inquirer": "^6.2.2",
"inquirer-autocomplete-prompt": "^1.0.1",
"jest": "^27.1.0",
"jest-preset-angular": "^9.0.7",
"jsonc-parser": "^3.0.0",
"ng-packagr": "^12.1.1",
"open": "^7.0.3",
"prettier": "^2.3.2",
"tailwindcss": "2.2.16",
"typescript": "~4.3.5"
}
}