-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 966 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 966 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
35
{
"name": "cgmes-editor-svelte",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "node scripts/build-docs.js && vite",
"build": "node scripts/build-docs.js && vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"build:docs": "node scripts/build-docs.js"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@testing-library/svelte": "^5.2.7",
"@tsconfig/svelte": "^5.0.0",
"@types/uuid": "^10.0.0",
"jsdom": "^26.0.0",
"svelte": "^5.23.0",
"svelte-check": "^4.1.5",
"tslib": "^2.6.0",
"typescript": "^5.0.0",
"vite": "^6.2.1",
"vitest": "^3.0.8",
"vitest-canvas-mock": "^0.3.3"
},
"dependencies": {
"@asciidoctor/core": "^3.0.4",
"svelte-simple-modal": "^2.0.0",
"uuid": "^11.1.0"
}
}