-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 850 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 850 Bytes
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
{
"name": "mermaid-playground",
"private": true,
"version": "0.0.0",
"type": "module",
"packageManager": "pnpm@11.13.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"test": "vitest run",
"e2e": "playwright test",
"deploy:cf": "pnpm build && wrangler deploy"
},
"devDependencies": {
"@playwright/test": "^1.61.1",
"@sveltejs/vite-plugin-svelte": "^7.2.0",
"@tsconfig/svelte": "^5.0.8",
"@types/culori": "^4.0.1",
"@types/node": "^22.20.1",
"culori": "^4.0.2",
"svelte": "^5.56.5",
"svelte-check": "^4.7.2",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"vite": "^8.1.4",
"vitest": "^4.1.10",
"wrangler": "^4.110.0"
},
"dependencies": {
"mermaid": "^11.16.0"
}
}