-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 811 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 811 Bytes
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
{
"dependencies": {
"@node-rs/argon2": "^2.0.2",
"@node-rs/bcrypt": "^1.10.7",
"@node-rs/crc32": "^1.10.6",
"@vue/server-renderer": "3.5.39",
"preact": "10.29.7",
"preact-render-to-string": "6.7.0",
"sqlite-napi": "1.2.0",
"svelte": "5.56.4",
"vue": "3.5.39"
},
"devDependencies": {
"jscpd": "4.0.9",
"oxfmt": "0.48.0",
"oxlint": "1.63.0",
"oxlint-tsgolint": "0.22.1"
},
"private": true,
"scripts": {
"postinstall": "chmod +x node_modules/@oxlint-tsgolint/*/tsgolint 2>/dev/null || true",
"fixtures:svelte": "node scripts/generate-svelte-ssr-fixture.mjs",
"format": "oxfmt --write priv/ts/",
"format:check": "oxfmt --check priv/ts/",
"lint": "oxlint -c oxlint.json --type-aware --type-check priv/ts/"
},
"type": "module"
}