-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.1 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.1 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
{
"name": "stigjb-svelte",
"version": "0.0.1",
"private": true,
"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": "prettier --check . && eslint .",
"format": "prettier --write ."
},
"devDependencies": {
"@sveltejs/adapter-static": "~3.0.10",
"@sveltejs/kit": "~2.53.0",
"@sveltejs/vite-plugin-svelte": "~6.2.4",
"@types/eslint": "8.56.0",
"@types/leaflet": "~1.9.12",
"@typescript-eslint/eslint-plugin": "~6.0.0",
"@typescript-eslint/parser": "~6.0.0",
"eslint": "~8.56.0",
"eslint-config-prettier": "~9.1.0",
"eslint-plugin-svelte": "~2.45.1",
"mdsvex": "~0.12.6",
"prettier": "~3.8.1",
"prettier-plugin-svelte": "~3.5.0",
"sass": "~1.70.0",
"svelte": "~5.53.1",
"svelte-check": "~4.4.3",
"svelte-preprocess": "~6.0.3",
"tslib": "~2.4.1",
"typescript": "~5.5.0",
"vite": "~7.3.1"
},
"type": "module"
}