-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.17 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
{
"name": "my-blog",
"version": "1.0.1",
"scripts": {
"dev": "vite dev",
"build": "npm run check && vite build",
"preview": "vite preview",
"lint": "eslint --ignore-path .gitignore .",
"format": "prettier --write .",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@giscus/svelte": "^2.2.6",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/kit": "^1.20.4",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-svelte": "^2.32.2",
"mdsvex": "^0.11.0",
"prettier": "3.0.0",
"svelte": "^4.0.0",
"svelte-check": "^3.4.5",
"svelte-eslint-parser": "^0.32.0",
"svelte-preprocess": "^5.0.4",
"tslib": "^2.6.0",
"typescript": "^5.1.6",
"vite": "^4.0.0"
},
"type": "module",
"dependencies": {
"@fontsource/fira-mono": "^4.2.2",
"@lukeed/uuid": "^2.0.0",
"algoliasearch": "^4.14.1",
"cookie": "^0.4.1",
"svelte-language-server": "^0.15.0"
}
}