-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
60 lines (60 loc) · 1.67 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": "sveltekit-starter",
"private": true,
"version": "0.0.1",
"description": "Opinionated SvelteKit starter template.",
"keywords": [
"sveltekit",
"template",
"starter",
"svelte",
"kit"
],
"type": "module",
"scripts": {
"build": "vite build",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"dev": "vite dev",
"extras": "pnpm i -D type-fest froebel nanostores rxjs",
"format": "prettier --write --plugin-search-dir=. .",
"postinstall": "svelte-kit sync",
"lint": "prettier --check . --plugin-search-dir .",
"preview": "vite preview",
"test": "playwright test",
"test:unit": "vitest"
},
"devDependencies": {
"@playwright/test": "1.48.2",
"@samplekit/preprocess-shiki": "^3.0.0",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.8.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "22.9.0",
"@types/remark-abbr": "^1.4.4",
"@vitest/ui": "^2.1.4",
"autoprefixer": "^10.4.20",
"cookie": "^1.0.1",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.0",
"esm-env": "^1.1.4",
"fractils": "3.1.3",
"mdsvex": "^0.12.3",
"prettier": "3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"rehype-autolink-headings": "7.1.0",
"rehype-slug": "6.0.0",
"remark-abbr": "1.4.2",
"sass-embedded": "^1.80.6",
"svelte": "5.1.13",
"svelte-check": "^4.0.6",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vitest": "^2.1.4"
}
}