-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
126 lines (126 loc) · 4.43 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "sneat",
"version": "0.0.0",
"license": "MIT",
"packageManager": "pnpm@9.14.2",
"scripts": {
"nx": "nx",
"ng": "nx",
"postinstall_legacy": "node ./decorate-angular-cli.js && ngcc --properties es2020 browser module main --first-only --create-ivy-entry-points",
"start": "nx serve",
"build": "nx build",
"build:ci": "nx build",
"test": "nx test",
"prepare": "git config core.hooksPath .git-hooks || echo 'Not in a git repo'",
"firebase-emulators:dev": "cross-env firebase emulators:start --only auth,firestore --config ../sneat-go-backend/firebase/firebase.json",
"firebase-emulators:ci": "cross-env firebase emulators:start --only auth,firestore --config ../../_actions/sneat-co/sneat-go-backend/main/firebase/firebase-ci.json",
"cy:serve:ci": "cross-env nx serve sneat-app --configuration=e2e-ci --port=4205",
"cy:test:ci": "cross-env nx e2e-ci sneat-app --browser chrome --baseUrl=http://localhost:4205",
"cy:open:ci": "cross-env nx e2e-ci sneat-app --watch --browser chrome --baseUrl=http://localhost:4205",
"cy:test:dev": "cross-env nx e2e sneat-app --configuration=development --headed --browser chrome --baseUrl=http://localhost:4205",
"cy:test:prod": "cross-env nx e2e sneat-app --configuration=production --browser chrome --baseUrl=http://localhost:4205",
"cy:open:dev": "cross-env nx e2e sneat-app --configuration=development --watch --browser chrome",
"cy:open:prod": "cross-env nx e2e sneat-app --configuration=production --watch --browser chrome",
"pw:pretest": "tsc --incremental -p tests/tsconfig.json",
"pw:test": "playwright test tests -c tests-out",
"serve:help": "serve --help"
},
"private": true,
"pnpm": {
"overrides": {
"rxfire>tslib": "~2.8.0"
}
},
"dependencies": {
"@angular/animations": "18.2.12",
"@angular/common": "18.2.12",
"@angular/compiler": "18.2.12",
"@angular/core": "18.2.12",
"@angular/fire": "18.0.1",
"@angular/forms": "18.2.12",
"@angular/platform-browser": "18.2.12",
"@angular/platform-browser-dynamic": "18.2.12",
"@angular/router": "18.2.12",
"@ctrl/ngx-codemirror": "^7.0.0",
"@firebase/auth": "1.8.1",
"@firebase/firestore": "4.7.5",
"@firebase/firestore-types": "3.0.3",
"@ionic-native/core": "5.36.0",
"@ionic-native/splash-screen": "5.36.0",
"@ionic-native/status-bar": "5.36.0",
"@ionic/angular": "8.4.0",
"@ionic/core": "8.4.0",
"@nx/angular": "20.1.3",
"@sentry/angular": "8.40.0",
"@sentry/browser": "8.40.0",
"@sneat/random": "0.0.4",
"@sneat/wormhole": "^0.0.6",
"@types/tabulator-tables": "6.2.3",
"@types/telegram-web-app": "^7.8.0",
"codemirror": "^6.0.1",
"date-fns": "4.1.0",
"firebase": "11.0.2",
"ionicons": "7.4.0",
"rxjs": "7.8.1",
"tabulator-tables": "6.3.0",
"ts-md5": "1.3.1",
"tslib": "2.8.1",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.12",
"@angular-devkit/core": "18.2.12",
"@angular-devkit/schematics": "18.2.12",
"@angular-eslint/eslint-plugin": "18.4.2",
"@angular-eslint/eslint-plugin-template": "18.4.2",
"@angular-eslint/template-parser": "18.4.2",
"@angular/cli": "18.2.12",
"@angular/compiler-cli": "18.2.12",
"@angular/language-service": "18.2.12",
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.15.0",
"@nx/cypress": "20.1.3",
"@nx/eslint": "20.1.3",
"@nx/eslint-plugin": "20.1.3",
"@nx/jest": "20.1.3",
"@nx/js": "20.1.3",
"@nx/workspace": "20.1.3",
"@playwright/test": "^1.46.0",
"@schematics/angular": "18.2.12",
"@swc-node/register": "1.10.9",
"@swc/core": "1.9.3",
"@swc/helpers": "0.5.15",
"@types/jest": "29.5.14",
"@types/node": "22.10.0",
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
"@typescript-eslint/utils": "8.16.0",
"autoprefixer": "10.4.20",
"cross-env": "^7.0.3",
"cypress": "13.16.0",
"eslint": "9.15.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "4.1.0",
"eslint-plugin-json": "4.0.1",
"git-describe": "4.1.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.3.3",
"jsonc-eslint-parser": "2.4.0",
"lint-staged": "15.2.10",
"ng-packagr": "18.2.1",
"nx": "20.1.3",
"postcss": "8.4.49",
"postcss-import": "16.1.0",
"postcss-preset-env": "10.1.1",
"postcss-url": "10.1.3",
"prettier": "3.4.0",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.5.4"
},
"lint-staged": {
"*.{html,ts,js}": "eslint --cache --fix",
"*.{html,ts,js,css,md}": "prettier --write"
}
}