-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
43 lines (43 loc) · 1.31 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
{
"name": "openbrewerydb-sveltekit",
"version": "1.1.0",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --write --plugin-search-dir=. ."
},
"devDependencies": {
"@inqling/svelte-icons": "^3.1",
"@sveltejs/adapter-cloudflare": "^2.2.0",
"@sveltejs/kit": "^1.30.4",
"@tailwindcss/forms": "^0.5",
"@typescript-eslint/eslint-plugin": "^5.56",
"@typescript-eslint/parser": "^5.56",
"autoprefixer": "^10.4",
"eslint": "^8.36",
"eslint-config-prettier": "^8.8",
"eslint-plugin-svelte3": "^4.0",
"just-debounce": "^1.1.0",
"mdsvex": "^0.10",
"postcss": "^8.4",
"postcss-load-config": "^4.0",
"prettier": "~2.8",
"prettier-plugin-svelte": "^2.9",
"rehype-add-classes": "^1.0.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.1.0",
"rehype-urls": "^1.1.1",
"remark-abbr": "^1.4.1",
"svelte": "^3.57",
"svelte-check": "^3.1",
"svelte-preprocess": "^5.0",
"tailwindcss": "^3.2",
"tslib": "^2.5",
"typescript": "^4.9",
"vite": "^4.5"
},
"type": "module"
}