-
Notifications
You must be signed in to change notification settings - Fork 168
/
package.json
57 lines (57 loc) · 1.63 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
{
"name": "files-community",
"version": "0.0.1",
"repository": "https://github.com/files-community/files",
"scripts": {
"dev": "vite dev --host",
"build": "vite build",
"preview": "svelte-kit preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check --ignore-unknown --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --write --ignore-unknown --plugin-search-dir=. .",
"prepare": "husky"
},
"devDependencies": {
"@fec/remark-a11y-emoji": "^4.0.2",
"@iconify-json/fluent": "^1.2.4",
"@neodrag/svelte": "^2.0.6",
"@sveltejs/adapter-cloudflare": "^4.7.3",
"@sveltejs/kit": "^2.7.1",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@types/eslint": "^9.6.1",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.45.1",
"fluent-svelte": "^1.6.0",
"globals": "^15.11.0",
"husky": "^9.1.6",
"lightningcss": "^1.27.0",
"lint-staged": "^15.2.10",
"mdsvex": "^0.12.3",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"rehype-color-preview": "^0.1.5",
"remark-gfm": "^4.0.0",
"remark-github": "^12.0.0",
"rehype-slug": "^6.0.0",
"sass": "^1.80.2",
"svelte": "^4.2.19",
"svelte-check": "^4.0.5",
"svelte-i18n": "4.0.0",
"svelte-preprocess": "^6.0.3",
"tslib": "^2.8.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.10.0",
"unplugin-icons": "0.19.3",
"vite": "^5.4.9"
},
"lint-staged": {
"*": "prettier --write --ignore-unknown --plugin-search-dir=."
},
"engines": {
"pnpm": ">=8",
"node": ">=20"
},
"type": "module"
}