-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.65 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
{
"name": "ear-trainer",
"version": "0.0.1",
"scripts": {
"dev": "vite dev --host",
"build": "vite build && rimraf .vercel/output/**/*.js.map",
"package": "svelte-kit package",
"preview": "vite preview",
"test": "playwright test",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check --plugin-search-dir=. . && eslint .",
"format": "prettier --write --plugin-search-dir=. .",
"supa-start": "supabase start",
"supa-stop": "supabase stop",
"supa-types": "supabase gen types typescript --local > src/lib/generated/database.types.ts"
},
"devDependencies": {
"@playwright/test": "1.28.1",
"@samsveltecomponents/core": "1.2.0",
"@sentry/replay": "0.6.14",
"@sentry/svelte": "7.17.4",
"@sentry/tracing": "7.17.4",
"@supabase/supabase-js": "2.0.5",
"@sveltejs/adapter-vercel": "1.0.0-next.84",
"@sveltejs/kit": "1.0.0-next.570",
"@tailwindcss/forms": "0.5.3",
"@typescript-eslint/eslint-plugin": "5.42.1",
"@typescript-eslint/parser": "5.42.1",
"autoprefixer": "10.4.13",
"eslint": "8.27.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-svelte3": "4.0.0",
"postcss": "8.4.18",
"postcss-import": "15.0.0",
"postcss-load-config": "4.0.1",
"prettier": "2.7.1",
"prettier-plugin-tailwindcss": "0.1.13",
"rimraf": "3.0.2",
"svelte": "3.52.0",
"svelte-check": "2.9.2",
"svelte-preprocess": "4.10.7",
"tailwindcss": "3.2.2",
"tone": "14.7.77",
"tslib": "2.4.1",
"turbo": "1.6.3",
"typescript": "4.9.4",
"vite": "3.2.5",
"vite-plugin-sentry-upload": "0.1.0"
},
"packageManager": "[email protected]",
"type": "module"
}