forked from nostria-app/nostria
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
132 lines (132 loc) · 5.18 KB
/
Copy pathpackage.json
File metadata and controls
132 lines (132 loc) · 5.18 KB
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
127
128
129
130
131
132
{
"name": "nostria",
"version": "2.1.0",
"scripts": {
"ng": "ng",
"start": "ng serve --port 4200",
"start-open": "ng serve --host 0.0.0.0 --port 4200",
"build": "ng build",
"build:ssr:prod": "ng build --configuration=production",
"serve:ssr:prod": "npm run build:ssr:prod && npm run serve:ssr:app",
"watch": "ng build --watch --configuration development",
"gen:api": "ng-openapi-gen --input http://localhost:3000/openapi.json --output src/app/api --module false",
"gen:i18n": "ng extract-i18n",
"test": "ng test",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:headed": "playwright test --headed",
"test:e2e:debug": "playwright test --debug",
"test:e2e:auth": "playwright test --grep @auth",
"test:e2e:full": "playwright test --project=chromium",
"test:e2e:ai": "playwright test --project=ai-debug",
"test:e2e:metrics": "playwright test --project=ai-debug --grep @metrics",
"test:e2e:report": "playwright show-report test-results/html-report",
"test:e2e:visual": "playwright test --grep @visual --project=chromium",
"test:e2e:visual:update": "playwright test --grep @visual --project=chromium --update-snapshots",
"test:e2e:report:full": "npx ts-node e2e/helpers/report-generator.ts",
"demo:feature": "node scripts/demo/run-demo-videos.mjs",
"demo:all": "node scripts/demo/run-demo-videos.mjs --feature all --device both",
"demo:auth-all": "node scripts/demo/run-demo-videos.mjs --feature auth --device both",
"demo:auth-all:desktop": "node scripts/demo/run-demo-videos.mjs --feature auth --device desktop",
"demo:auth-all:mobile": "node scripts/demo/run-demo-videos.mjs --feature auth --device mobile",
"demo:showcase": "node scripts/demo/build-showcase-video.mjs --device desktop",
"demo:showcase:mobile": "node scripts/demo/build-showcase-video.mjs --device mobile",
"demo:scenes": "node scripts/demo/run-scenes-from-markdown.mjs",
"demo:scenes:dry": "node scripts/demo/run-scenes-from-markdown.mjs --dry-run",
"demo:compose": "node scripts/demo/compose-demo-videos.mjs",
"gen:splash:ios": "powershell -ExecutionPolicy Bypass -File scripts/gen-ios-splash.ps1",
"test:e2e:codegen": "playwright codegen http://localhost:4200",
"tauri": "tauri",
"get-version": "node -p \"require('./package.json').version\"",
"serve:ssr:app": "node dist/app/server/server.mjs",
"debug:ssr:build": "ng build && ng run app:serve",
"debug:ssr:serve": "node --inspect dist/app/server/server.mjs",
"debug:ssr": "npm run debug:ssr:build && npm run debug:ssr:serve",
"check:social-preview:beta": "powershell -ExecutionPolicy Bypass -File scripts/beta-social-preview-check.ps1",
"check:social-preview:prod": "powershell -ExecutionPolicy Bypass -File scripts/prod-social-preview-check.ps1",
"lint": "ng lint",
"lint-fix": "eslint . --ext .ts,.html --fix",
"lint:check": "eslint . --ext .ts,.html --fix"
},
"prettier": {
"printWidth": 100,
"singleQuote": true,
"overrides": [
{
"files": "*.html",
"options": {
"parser": "angular"
}
}
]
},
"private": true,
"dependencies": {
"@angular/animations": "^21.2.0",
"@angular/cdk": "^21.2.0",
"@angular/common": "^21.2.0",
"@angular/compiler": "^21.2.0",
"@angular/core": "^21.2.0",
"@angular/forms": "^21.2.0",
"@angular/material": "^21.2.0",
"@angular/platform-browser": "^21.2.0",
"@angular/platform-browser-dynamic": "^21.2.0",
"@angular/platform-server": "^21.2.0",
"@angular/router": "^21.2.0",
"@angular/service-worker": "^21.2.0",
"@angular/ssr": "^21.2.0",
"@cashu/cashu-ts": "^3.6.1",
"@fontsource/inter": "^5.2.8",
"@fontsource/protest-strike": "^5.2.7",
"@fontsource/roboto": "^5.2.10",
"@fontsource/sora": "^5.2.8",
"@getalby/sdk": "^7.0.0",
"@noble/hashes": "^2.0.1",
"@progress/jszip-esm": "^1.0.4",
"@scure/bip32": "^2.0.1",
"@scure/bip39": "^2.0.1",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-opener": "^2",
"@types/multer": "^2.1.0",
"@xenova/transformers": "^2.17.2",
"blurhash": "^2.0.5",
"cors": "^2.8.6",
"dompurify": "^3.3.3",
"express": "^5.2.1",
"hls.js": "^1.6.15",
"html-to-image": "^1.11.13",
"idb": "^8.0.3",
"marked": "^17.0.4",
"material-symbols": "^0.40.2",
"multer": "^2.1.1",
"music-metadata": "^11.12.3",
"nostr-tools": "^2.23.3",
"qr": "^0.5.5",
"rxjs": "~7.8.2",
"thumbhash": "^0.1.1",
"tslib": "^2.8.1",
"web-haptics": "^0.0.6",
"ws": "^8.19.0"
},
"devDependencies": {
"@angular/build": "^21.2.0",
"@angular/cli": "^21.2.0",
"@angular/compiler-cli": "^21.2.0",
"@angular/localize": "^21.2.0",
"@playwright/test": "^1.58.2",
"@tauri-apps/cli": "^2",
"@types/express": "^5.0.6",
"@types/hls.js": "^1.0.0",
"@types/node": "^25.3.2",
"@types/ws": "^8.18.1",
"@vitest/browser-playwright": "^4.0.18",
"angular-eslint": "21.2.0",
"dotenv": "^17.3.1",
"eslint": "^9.39.2",
"jsdom": "^29.0.0",
"ng-openapi-gen": "^1.0.5",
"typescript": "~5.9.3",
"typescript-eslint": "8.56.1",
"vitest": "^4.0.18"
}
}