-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.06 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
{
"name": "instigation",
"version": "0.34.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync",
"check": "npm run check:app && npm run check:scripts",
"check:app": "svelte-check --threshold error",
"check:scripts": "tsc -p tsconfig.scripts.json",
"test": "node --import tsx --test \"src/lib/**/*.test.ts\""
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/kit": "^2.68.0",
"@sveltejs/vite-plugin-svelte": "^7.1.2",
"@types/node": "^22.20.1",
"fast-xml-validator": "^1.4.0",
"svelte": "^5.56.4",
"svelte-check": "^4.7.4",
"tsx": "^4.22.4",
"typescript": "^6.0.3",
"vite": "^8.1.0"
},
"dependencies": {
"@codemirror/commands": "^6.10.4",
"@codemirror/lang-xml": "^6.1.0",
"@codemirror/language": "^6.12.4",
"@codemirror/state": "^6.7.1",
"@codemirror/view": "^6.43.6",
"dompurify": "^3.4.13",
"pdfjs-dist": "^4.10.38",
"verovio": "^6.2.0"
}
}