-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.46 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.46 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
{
"name": "postnot",
"version": "0.24.2",
"license": "Apache-2.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev --port 1420 --strictPort",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"test:app-e2e": "playwright test --config playwright.app.config.mjs",
"docs:capture-screenshots": "node scripts/capture-docs-screenshots.mjs",
"docs:update-screenshot-manifest": "node scripts/capture-docs-screenshots.mjs --update-manifest-only",
"docs:check-screenshots": "node scripts/capture-docs-screenshots.mjs --check",
"docs:validate": "node scripts/validate-docs.mjs",
"docs:test-site": "node scripts/test-docs-site.mjs",
"docs:check": "npm run docs:validate && npm run docs:test-site && npm run docs:check-screenshots",
"test": "node scripts/run-tests.mjs",
"test:response-stress": "cargo test --manifest-path src-tauri/Cargo.toml handles_one_gib_file_without_full_body_reads -- --ignored --nocapture",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^2.3.0",
"svelte": "^5.28.0"
},
"devDependencies": {
"@axe-core/playwright": "^4.12.1",
"@sveltejs/adapter-static": "^3.0.8",
"@sveltejs/kit": "^2.16.0",
"@tauri-apps/cli": "^2.3.1",
"playwright": "^1.61.1",
"socket.io": "4.8.1",
"svelte-check": "^4.1.0",
"typescript": "^5.8.0",
"vite": "^8.0.0",
"vitest": "^4.1.9"
}
}