-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.88 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
61
62
63
{
"name": "vim-jp-lp",
"type": "module",
"version": "0.0.1",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint --cache .",
"lint:renovate": "renovate-config-validator",
"format": "nr format --fix",
"secretlint": "nlx @secretlint/quick-start",
"prepare": "husky",
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@unocss/reset": "^0.62.4"
},
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
"@antfu/ni": "^0.23.0",
"@iconify-json/ph": "^1.2.1",
"@ryoppippi/vite-plugin-cloudflare-redirect": "npm:@jsr/ryoppippi__vite-plugin-cloudflare-redirect@^1.0.3",
"@std/async": "npm:@jsr/std__async@^1.0.6",
"@std/collections": "npm:@jsr/std__collections@^1.0.8",
"@sveltejs/adapter-static": "^3.0.5",
"@sveltejs/enhanced-img": "^0.3.9",
"@sveltejs/kit": "^2.7.1",
"@sveltejs/vite-plugin-svelte": "4.0.0-next.7",
"@types/node": "^20.16.13",
"@unocss/eslint-plugin": "^0.62.4",
"@unocss/extractor-svelte": "^0.62.4",
"@unocss/preset-attributify": "^0.62.4",
"eslint": "^9.13.0",
"eslint-plugin-format": "^0.1.2",
"eslint-plugin-svelte": "^2.45.1",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"renovate": "^38.128.1",
"std-env": "^3.7.0",
"svelte": "^5.0.0",
"svelte-check": "^4.0.5",
"svelte-eslint-parser": "^0.41.1",
"svelte-preprocess-budoux": "^1.0.2",
"sveltweet": "^0.2.11",
"tslib": "^2.8.0",
"typescript": "^5.6.3",
"typescript-svelte-plugin": "^0.3.42",
"unocss": "^0.62.4",
"vite": "^5.4.9",
"vite-plugin-favicons": "^0.1.5"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,json,css,html,yaml,yml,md,svelte}": [
"nr secretlint",
"eslint --cache --fix"
]
}
}