-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.37 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.37 KB
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": "project",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:dev": "vite build --mode=development",
"check": "svelte-check --tsconfig ./tsconfig.json --fail-on-warnings",
"check-ts": "tsc -p tsconfig.node.json",
"lint": "eslint --cache --max-warnings 0 .",
"lint:fix": "yarn lint --fix",
"check-format": "prettier . --check",
"format": "prettier . --write --cache --cache-location build/.prettier-cache",
"test": "vitest run --coverage",
"audit:lifecycle": "node js/scripts/lifecycle-audit.mjs"
},
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "4.7.1",
"@eslint/js": "10.0.1",
"@sveltejs/vite-plugin-svelte": "6.2.0",
"@tsconfig/svelte": "5.0.4",
"@types/eslint": "9.6.1",
"@types/node": "22.15.18",
"@vitest/coverage-v8": "4.1.4",
"adm-zip": "0.5.16",
"eslint": "10.2.1",
"eslint-plugin-svelte": "3.17.1",
"jsdom": "26.1.0",
"prettier": "3.5.3",
"prettier-plugin-java": "2.8.1",
"prettier-plugin-svelte": "3.4.0",
"svelte": "5.55.7",
"svelte-check": "4.2.1",
"tslib": "2.8.1",
"typescript": "5.8.3",
"typescript-eslint": "8.59.0",
"vite": "7.3.2",
"vitest": "4.1.4"
},
"dependenciesMeta": {
"esbuild": {
"built": false
}
},
"packageManager": "yarn@4.9.1"
}