-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
38 lines (38 loc) · 1.06 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
{
"name": "wscribe-editor",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"format": "prettier --write --plugin prettier-plugin-svelte --plugin prettier-plugin-tailwindcss .",
"test": "vitest --run --environment=happy-dom",
"test:watch": "vitest --environment=happy-dom"
},
"devDependencies": {
"@plussub/srt-vtt-parser": "^1.1.0",
"@sveltejs/vite-plugin-svelte": "^2.0.4",
"@tsconfig/svelte": "^4.0.1",
"autoprefixer": "^10.4.14",
"clsx": "^2.0.0",
"happy-dom": "^10.7.0",
"nanoid": "^4.0.2",
"postcss": "^8.4.24",
"prettier": "^3.0.0",
"prettier-plugin-svelte": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.4.1",
"svelte": "^4.1.1",
"svelte-check": "^3.3.1",
"tailwindcss": "^3.3.2",
"tslib": "^2.5.0",
"typescript": "^5.0.2",
"vite": "^4.4.7",
"vitest": "^0.33.0"
},
"dependencies": {
"wavesurfer.js": "^7.1.2"
}
}