-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (57 loc) · 1.77 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
{
"name": "fire-tasks",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "jest",
"test:ng": "ng test",
"install:all": "yarn install && yarn --cwd functions install",
"start:emulators": "firebase --project=firetasks-local emulators:start --only auth,firestore",
"apply:fixtures": "yarn --cwd functions cmd src/commands/runFixtures.ts",
"deploy": "firebase deploy --only hosting,firestore"
},
"private": true,
"dependencies": {
"@angular/animations": "~18.1.1",
"@angular/cdk": "~18.1.1",
"@angular/common": "~18.1.1",
"@angular/compiler": "~18.1.1",
"@angular/core": "~18.1.1",
"@angular/fire": "~18.0.1",
"@angular/flex-layout": "~15.0.0-beta.42",
"@angular/forms": "~18.1.1",
"@angular/material": "~18.1.1",
"@angular/platform-browser": "~18.1.1",
"@angular/platform-browser-dynamic": "~18.1.1",
"@angular/router": "~18.1.1",
"@ngneat/edit-in-place": "~1.9.0",
"firebase": "~10.12.4",
"lodash": "^4.17.21",
"rxfire": "~6.0.5",
"rxjs": "~7.8.1",
"tslib": "~2.6.3",
"zone.js": "~0.14.8"
},
"devDependencies": {
"@angular-devkit/architect": "~0.1801.1",
"@angular-devkit/build-angular": "~18.1.1",
"@angular/cli": "~18.1.1",
"@angular/compiler-cli": "~18.1.1",
"@types/jasmine": "~5.1.4",
"@types/lodash": "~4.17.7",
"@types/node": "~20.14.11",
"firebase-tools": "~13.13.3",
"fuzzy": "^0.1.3",
"inquirer": "~10.1.0",
"inquirer-autocomplete-prompt": "~3.0.1",
"jasmine-core": "~5.2.0",
"jest": "~29.7.0",
"jest-preset-angular": "~14.1.1",
"jsonc-parser": "~3.3.1",
"open": "~10.1.0",
"typescript": "~5.5.3"
}
}