-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
81 lines (81 loc) · 2.36 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
{
"name": "estrai.me",
"version": "0.1.0",
"scripts": {
"ng": "nx",
"start": "nx serve",
"build": "nx build",
"lint": "nx lint",
"watch": "nx build --watch --configuration development",
"prepare": "husky install",
"postinstall": "node ./decorate-angular-cli.js"
},
"private": true,
"dependencies": {
"@angular/animations": "17.3.0",
"@angular/common": "17.3.0",
"@angular/compiler": "17.3.0",
"@angular/core": "17.3.0",
"@angular/fire": "16.0.0",
"@angular/forms": "17.3.0",
"@angular/platform-browser": "17.3.0",
"@angular/platform-browser-dynamic": "17.3.0",
"@angular/router": "17.3.0",
"@nx/angular": "18.2.0",
"@nx/devkit": "18.2.0",
"angularx-qrcode": "16.0.2",
"canvas-confetti": "^1.6.0",
"rxjs": "~7.5.0",
"zone.js": "0.14.7"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.0",
"@angular-devkit/core": "17.3.0",
"@angular-devkit/schematics": "17.3.0",
"@angular-eslint/eslint-plugin": "16.0.1",
"@angular-eslint/eslint-plugin-template": "16.0.1",
"@angular-eslint/template-parser": "16.0.1",
"@angular/cli": "17.3.0",
"@angular/compiler-cli": "17.3.0",
"@angular/language-service": "17.3.0",
"@nx/eslint": "18.2.0",
"@nx/eslint-plugin": "18.2.0",
"@nx/jest": "18.2.0",
"@nx/js": "18.2.0",
"@nx/workspace": "18.2.0",
"@schematics/angular": "16.2.12",
"@swc-node/register": "1.8.0",
"@swc/core": "~1.3.85",
"@swc/helpers": "~0.5.2",
"@testing-library/angular": "^13.1.0",
"@types/canvas-confetti": "^1.6.0",
"@types/jest": "29.4.4",
"@types/node": "18.19.39",
"@types/qrcode": "^1.5.5",
"@typescript-eslint/eslint-plugin": "7.14.1",
"@typescript-eslint/parser": "7.14.1",
"autoprefixer": "^10.4.13",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"firebase": "10.6.0",
"husky": "^8.0.0",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jest-preset-angular": "14.0.4",
"jsonc-eslint-parser": "^2.1.0",
"nx": "18.2.0",
"postcss": "^8.4.31",
"prettier": "^3.3.2",
"prettier-eslint": "^15.0.1",
"tailwindcss": "^3.2.4",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"tslib": "^2.5.0",
"typescript": "5.2.2"
},
"volta": {
"node": "18.15.0",
"yarn": "4.3.1"
}
}