-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.43 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.43 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
{
"name": "iter",
"version": "0.2.0",
"description": "Protable project management tool on browser",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:sw": "vite build --config vite.sw.config.ts",
"preview": "vite preview",
"test:unit": "bun test tests/unit",
"test:e2e": "playwright test",
"check": "svelte-check --tsconfig ./tsconfig.app.json && tsc -p tsconfig.node.json"
},
"devDependencies": {
"@playwright/test": "1.54.1",
"@signaldb/core": "1.7.0",
"@signaldb/svelte": "1.1.1",
"@signaldb/sync": "1.3.1",
"@sveltejs/vite-plugin-svelte": "6.1.0",
"@tailwindcss/vite": "4.1.11",
"@tsconfig/svelte": "5.0.4",
"@types/node": "24.0.15",
"@types/serviceworker": "0.0.145",
"@types/wicg-file-system-access": "2023.10.6",
"daisyui": "5.0.50",
"dedent": "1.6.0",
"mermaid": "11.9.0",
"playwright": "1.54.1",
"pyodide": "0.27.6",
"rollup-plugin-simple-copy": "github:ykrods/rollup-plugin-simple-copy",
"svelte": "5.36.12",
"svelte-check": "4.3.0",
"tailwindcss": "4.1.11",
"typescript": "5.8.3",
"vite": "7.0.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ykrods/iter.git"
},
"keywords": [],
"author": "ykrods",
"license": "MIT",
"bugs": {
"url": "https://github.com/ykrods/iter/issues"
},
"homepage": "https://github.com/ykrods/iter#readme"
}