generated from idrinth-api-bench/project-defaults
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.47 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
{
"name": "@idrinth-api-bench/history-website",
"private": true,
"version": "2.7.4",
"type": "module",
"homepage": "https://idrinth-api-ben.ch",
"bugs": {
"url": "https://github.com/idrinth-api-bench/api-bench/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/idrinth-api-bench/history-website.git"
},
"scripts": {
"dev": "vite",
"build": "npm run language && vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig tsconfig.json",
"lint-md": "markdownlint *.md",
"lint": "eslint . --ext ts,svelte --report-unused-disable-directives --max-warnings 0",
"lint-fix": "eslint . --ext ts,svelte --report-unused-disable-directives --max-warnings 0 --fix",
"language": "itlfy generate",
"spellcheck": "itlfy dump && spellchecker",
"knip": "knip"
},
"devDependencies": {
"@idrinth-api-bench/assets": "https://github.com/idrinth-api-bench/assets",
"@idrinth/typescript-language-from-yaml": "^1.3.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tsconfig/svelte": "^5.0.2",
"@typescript-eslint/parser": "^8.12.2",
"eslint": "^9.0.0",
"eslint-plugin-svelte": "^2.41.0",
"knip": "^5.36.2",
"markdownlint-cli": "^0.42.0",
"spellchecker-cli": "^7.0.0",
"svelte": "^5.1.9",
"svelte-check": "^4.0.5",
"svelte-eslint-parser": "^0.43.0",
"typescript": "^5.6.3",
"vite": "^5.4.11"
},
"engines": {
"node": ">=20"
},
"engineStrict": true
}