-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.76 KB
/
package.json
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
51
52
53
54
55
56
57
58
59
60
{
"name": "ars-antiqua",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev --open",
"build": "vite build",
"serve": "serve build",
"preview": "vite preview",
"test": "npm run test:integration && npm run test:unit",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"test:integration": "playwright test",
"test:integration:ui": "playwright test --ui",
"test:unit": "vitest --run",
"test:unit:coverage": "vitest run --coverage",
"test:unit:watch": "vitest"
},
"devDependencies": {
"@iconify-json/mdi": "^1.2.1",
"@playwright/test": "^1.48.0",
"@skeletonlabs/skeleton": "2.10.2",
"@skeletonlabs/tw-plugin": "0.4.0",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/adapter-static": "^3.0.5",
"@sveltejs/kit": "^2.7.3",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/eslint": "^9.6.0",
"@types/node": "22.8.2",
"@types/verovio": "^3.13.4",
"@vitest/coverage-v8": "^2.1.1",
"autoprefixer": "10.4.20",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.44.1",
"globals": "^15.11.0",
"postcss": "8.4.47",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.2.7",
"rollup": "^4.24.2",
"svelte": "^4.2.7",
"svelte-check": "^4.0.5",
"tailwindcss": "3.4.12",
"typescript": "^5.6.3",
"typescript-eslint": "^8.9.0",
"unplugin-icons": "^0.19.3",
"verovio": "^4.3.1",
"vite": "^5.4.10",
"vite-plugin-tailwind-purgecss": "0.3.3",
"vite-plugin-top-level-await": "^1.4.4",
"vite-plugin-wasm": "^3.3.0",
"vitest": "^2.0.0"
},
"type": "module",
"dependencies": {
"firebase": "^10.13.2"
}
}